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:
Raphael Ackermann 2008-02-05 22:24:44 +00:00
parent 8335204a39
commit 146e89876d
5 changed files with 33 additions and 37 deletions

View File

@ -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.glade: remove this plugin as it is superceded by
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
trunk.
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
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/ReportBase/_ReportUtils.py
* src/gen/proxy/private.py

View File

@ -1,60 +1,63 @@
2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
* POTFILES.in: remove checkpoint reference
2008-02-02 Arturas Sleinius <asleinius@users.sourceforge.net>
* lt.po: updated Lithuanian translation
* lt.po: updated Lithuanian translation
2008-02-02 Łukasz Rymarczyk <yenidai@poczta.onet.pl>
* pl.po: Translation update
* pl.po: Translation update
2008-01-31 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* de.po: Translation update
* de.po: Translation update
2008-01-29 Jerome Rapinat <romjerome@yahoo.fr>
* gramps.pot: update template
* fr.po: Translation update
* gramps.pot: update template
* fr.po: Translation update
2008-01-28 Łukasz Rymarczyk <yenidai@poczta.onet.pl>
* pl.po: Translation update
* pl.po: Translation update
2008-01-28 Jerome Rapinat <romjerome@yahoo.fr>
* fr.po: use correct translation for beta
* fr.po: use correct translation for beta
2008-01-24 Boril Gourinov <boril.gourinov@gmail.com>
* bg.po: Translation update
* bg.po: Translation update
2008-01-15 Jerome Rapinat <romjerome@yahoo.fr>
* POTFILE.in : add missing plugins/References.py
* fr.po: Translation update
* POTFILE.in : add missing plugins/References.py
* fr.po: Translation update
2008-01-14 Mirko Leonhaeuser <mirko@leonhaeuser.de>
* de.po: Translation update
* de.po: Translation update
2008-01-13 Josip <josip@pisoj.com>
* hr.po: Translation update
* hr.po: Translation update
2008-01-07 Jerome Rapinat <romjerome@yahoo.fr>
* fr.po: Translation update
* fr.po: Translation update
2008-01-05 Josip <josip@pisoj.com>
* hr.po New language, Croatian
* hr.po New language, Croatian
2008-01-02 Frederik De Richter <frederik.de.richter@pandora.be>
* nl.po: Translation update Fuzzy:0 Untranslated: 0
2007-12-31 Boril Gourinov <boril.gourinov@gmail.com>
* bg.po: New language, bulgarian
* bg.po: New language, bulgarian
2007-12-30 Jerome Rapinat <romjerome@yahoo.fr>
* POTFILES.in : update
* gramps.pot : update template
* POTFILES.in : update
* gramps.pot : update template
* fr.po: Translation update
2007-12-28 Arturas Sleinius <asleinius@users.sourceforge.net>
* lt.po: updated Lithuanian translation
* lt.po: updated Lithuanian translation
2007-12-24 Jerome Rapinat <romjerome@yahoo.fr>
* fr.po: Translation update
* fr.po: Translation update
2007-12-23 Arturas Sleinius <asleinius@users.sourceforge.net>
* lt.po: updated Lithuanian translation
* lt.po: updated Lithuanian translation
2007-12-23 Stéphane Charette <stephanecharette@gmail.com>
* gramps.po: update to get ready for 3.0.0 beta
@ -66,8 +69,8 @@
* nl.po: Translation update Fuzzy:98 Untranslated: 4
2007-12-20 Jerome Rapinat <romjerome@yahoo.fr>
* POTFILES.in : add plugins/GVRelGraph.py reference
* gramps.pot : update template
* POTFILES.in : add plugins/GVRelGraph.py reference
* gramps.pot : update template
* fr.po: Translation update
2007-12-19 Jerome Rapinat <romjerome@yahoo.fr>

View File

@ -256,7 +256,6 @@ src/plugins/CalculateEstimatedDates.py
src/plugins/Calendar.py
src/plugins/ChangeNames.py
src/plugins/ChangeTypes.py
src/plugins/Checkpoint.py
src/plugins/Check.py
src/plugins/CmdRef.py
src/plugins/CountAncestors.py

View File

@ -33,15 +33,6 @@ At the very least, you will get to hear some great stories.
Don't forget to record the conversations!
</_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 &gt; Revision control &gt;
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">
<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

View File

@ -16,7 +16,6 @@ pkgdata_PYTHON = \
ChangeTypes.py\
ChangeNames.py\
Check.py\
Checkpoint.py\
CountAncestors.py\
CustomBookText.py\
DefaultGramplets.py\
@ -119,7 +118,6 @@ GLADEFILES = \
genewebexport.glade\
vcardexport.glade\
vcalendarexport.glade\
checkpoint.glade\
unused.glade
GRAPHICS =