2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/data/tips.xml.in: remove checkpoint reference * src/plugins/Makefile.am: remove checkpoint reference * po/POTFILES.in: remove checkpoint reference svn: r10000
This commit is contained in:
parent
8335204a39
commit
146e89876d
11
ChangeLog
11
ChangeLog
@ -1,9 +1,14 @@
|
|||||||
2008-02-03 Gary Burton <gary.burton@zen.co.uk>
|
2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
|
* src/data/tips.xml.in: remove checkpoint reference
|
||||||
|
* src/plugins/Makefile.am: remove checkpoint reference
|
||||||
|
* po/POTFILES.in: remove checkpoint reference
|
||||||
|
|
||||||
|
2008-02-05 Gary Burton <gary.burton@zen.co.uk>
|
||||||
* src/plugins/Checkpoint.py:
|
* src/plugins/Checkpoint.py:
|
||||||
* src/plugins/checkpoint.glade: remove this plugin as it is superceded by
|
* src/plugins/checkpoint.glade: remove this plugin as it is superceded by
|
||||||
functionality built in to the Family Tree Manager.
|
functionality built in to the Family Tree Manager.
|
||||||
|
|
||||||
2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
* example/gramps/data.gramps: replace example.gramps to one generated with
|
* example/gramps/data.gramps: replace example.gramps to one generated with
|
||||||
trunk.
|
trunk.
|
||||||
0001721: update data.gramps so that it conforms to new style notes.
|
0001721: update data.gramps so that it conforms to new style notes.
|
||||||
@ -12,7 +17,7 @@
|
|||||||
* src/GrampsWidgets.py: remove conditional test on pygtk 2.6, 3.0
|
* src/GrampsWidgets.py: remove conditional test on pygtk 2.6, 3.0
|
||||||
requires 2.10+, so 2.6 code should never be used.
|
requires 2.10+, so 2.6 code should never be used.
|
||||||
|
|
||||||
2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
* src/DataViews/GrampletView.py
|
* src/DataViews/GrampletView.py
|
||||||
* src/ReportBase/_ReportUtils.py
|
* src/ReportBase/_ReportUtils.py
|
||||||
* src/gen/proxy/private.py
|
* src/gen/proxy/private.py
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
|
* POTFILES.in: remove checkpoint reference
|
||||||
|
|
||||||
2008-02-02 Arturas Sleinius <asleinius@users.sourceforge.net>
|
2008-02-02 Arturas Sleinius <asleinius@users.sourceforge.net>
|
||||||
* lt.po: updated Lithuanian translation
|
* lt.po: updated Lithuanian translation
|
||||||
|
|
||||||
|
@ -256,7 +256,6 @@ src/plugins/CalculateEstimatedDates.py
|
|||||||
src/plugins/Calendar.py
|
src/plugins/Calendar.py
|
||||||
src/plugins/ChangeNames.py
|
src/plugins/ChangeNames.py
|
||||||
src/plugins/ChangeTypes.py
|
src/plugins/ChangeTypes.py
|
||||||
src/plugins/Checkpoint.py
|
|
||||||
src/plugins/Check.py
|
src/plugins/Check.py
|
||||||
src/plugins/CmdRef.py
|
src/plugins/CmdRef.py
|
||||||
src/plugins/CountAncestors.py
|
src/plugins/CountAncestors.py
|
||||||
|
@ -33,15 +33,6 @@ At the very least, you will get to hear some great stories.
|
|||||||
Don't forget to record the conversations!
|
Don't forget to record the conversations!
|
||||||
</_tip>
|
</_tip>
|
||||||
|
|
||||||
<_tip number="6">
|
|
||||||
<b>Back up your database</b>: As you modifiy your database you can
|
|
||||||
easily back it up by selecting <b>Tools > Revision control >
|
|
||||||
Checkpoint the database</b>. This will back up the database in its
|
|
||||||
current state using a revision control system. You can then always
|
|
||||||
retrieve it using the same menu. You must have a revision control
|
|
||||||
system installed. RCS is a common choice.
|
|
||||||
</_tip>
|
|
||||||
|
|
||||||
<_tip number="7">
|
<_tip number="7">
|
||||||
<b>Filtering People</b>: In the People View, you can 'filter' individuals
|
<b>Filtering People</b>: In the People View, you can 'filter' individuals
|
||||||
based on many criteria. Go to the Filter (just to the right of the People
|
based on many criteria. Go to the Filter (just to the right of the People
|
||||||
|
@ -16,7 +16,6 @@ pkgdata_PYTHON = \
|
|||||||
ChangeTypes.py\
|
ChangeTypes.py\
|
||||||
ChangeNames.py\
|
ChangeNames.py\
|
||||||
Check.py\
|
Check.py\
|
||||||
Checkpoint.py\
|
|
||||||
CountAncestors.py\
|
CountAncestors.py\
|
||||||
CustomBookText.py\
|
CustomBookText.py\
|
||||||
DefaultGramplets.py\
|
DefaultGramplets.py\
|
||||||
@ -119,7 +118,6 @@ GLADEFILES = \
|
|||||||
genewebexport.glade\
|
genewebexport.glade\
|
||||||
vcardexport.glade\
|
vcardexport.glade\
|
||||||
vcalendarexport.glade\
|
vcalendarexport.glade\
|
||||||
checkpoint.glade\
|
|
||||||
unused.glade
|
unused.glade
|
||||||
|
|
||||||
GRAPHICS =
|
GRAPHICS =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user