Commit Graph

6031 Commits

Author SHA1 Message Date
Kees Bakker
93666f3365 Do a bit more error checking for missing quotes at start and end of
line. This change makes it run a lot faster too.


svn: r7684
2006-11-24 19:47:50 +00:00
Kees Bakker
d8aa160c82 More translation work from Erik.
A few spelling corrections by Kees.


svn: r7683
2006-11-24 19:38:34 +00:00
Kees Bakker
3d8866e445 Added a missing quote.
svn: r7682
2006-11-24 19:20:58 +00:00
Martin Hawlisch
7a490847fc * src/Filters/Rules/*/_MatchesFilter.py: Fix typo in description
svn: r7681
2006-11-24 19:04:06 +00:00
Kees Bakker
bc847825fd Change mailinglijst in nieuwsgroep.
And a few more small changes.


svn: r7680
2006-11-24 16:58:15 +00:00
Kees Bakker
f35499db14 More translations (from Erik) and a few corrections (from Kees).
svn: r7679
2006-11-24 16:48:00 +00:00
Alex Roitman
5caccd96d8 * test/GrampsDb/GrampsDbBase_Test.py (test_reindex_reference_map):
Properly define lambda to fake the _update_reference_map method.


svn: r7678
2006-11-24 05:39:14 +00:00
Alex Roitman
1bbb4d8843 2006-11-23 Alex Roitman <shura@gramps-project.org>
* test/GrampsDb/GrampsDbTestBase.py (tearDown): Close database at
	the end of test.



svn: r7677
2006-11-24 05:21:57 +00:00
Don Allingham
93c59a215e 2006-11-23 Don Allingham <don@gramps-project.org>
* src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X,
	and KWord formats, since they have been superceded by OpenDocument.



svn: r7676
2006-11-24 04:21:51 +00:00
Martin Hawlisch
39759b1886 translation update
svn: r7675
2006-11-23 22:44:31 +00:00
Jérôme Rapinat
4ceefd38e9 reorder.png: add new image
svn: r7674
2006-11-23 18:32:33 +00:00
Jérôme Rapinat
f9988908d2 update French translation for manual
svn: r7673
2006-11-23 18:28:02 +00:00
Martin Hawlisch
3dda7cac38 translation update
svn: r7672
2006-11-23 17:21:04 +00:00
Martin Hawlisch
f70b314ab8 translation update
svn: r7671
2006-11-23 16:24:23 +00:00
Don Allingham
6da16f7f99 2006-11-22 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationView.py: remove unused button
	* help/C/figures/family.png: updated
	* help/C/figures/reorder.png: new image
	* help/C/gramps.xml: updates



svn: r7670
2006-11-23 05:01:18 +00:00
Martin Hawlisch
2157a1fbdc * src/ReportBase/_ReportUtils: Factor out common code into get_birth_or_fallback() and get_death_or_fallback()
* src/DataViews/_PedigreeView.py: Use get_birth/death_or_fallback()
* src/DataViews/_RelationView.py: Use get_birth/death_or_fallback()
* src/DisplayModels/_PeopleModel.py: Fix EventRoleType call



svn: r7669
2006-11-22 22:30:47 +00:00
Martin Hawlisch
2906476bc1 * src/RelLib/_Person.py (set_birth_ref,set_death_ref): Dont fail if setting to None (which is what Check.py does).
* src/plugins/TestcaseGenerator.py: Make it work again + some enhancements



svn: r7668
2006-11-22 15:27:31 +00:00
Jérôme Rapinat
6232943893 update French translation
svn: r7667
2006-11-22 09:42:55 +00:00
Brian Matherly
5ebb88828f * src/plugins/DetDescendantReport.py: 0000558: Print only primary events
* src/plugins/DetAncestralReport.py: 0000558: Print only primary events
* src/plugins/GraphViz.py: 0000558: Print only primary events
* src/plugins/FamilyGroup.py: 0000558: Print only primary events
* src/plugins/IndivComplete.py: 0000558: Print only primary events
* src/plugins/NarrativeWeb.py: 0000558: Print only primary events

svn: r7666
2006-11-22 04:43:33 +00:00
Espen Berg
f97ad41155 Updated Norwegian translation
svn: r7665
2006-11-21 21:57:21 +00:00
Don Allingham
7ff75def9c * src/GrampsDb/_ReadGedcom.py: handle illegal fullname gedcoms produced by FTM
* src/GrampsDb/_GedTokens.py: handle illegal fullname gedcoms produced by FTM


svn: r7664
2006-11-21 17:07:18 +00:00
Don Allingham
abeac39d36 2006-11-21 Don Allingham <don@gramps-project.org>
* src/Utils.py (probably_alive): use get_primary_event_ref_list()
	* src/RelLib/_Person.py: Add get_primary_event_ref_list()



svn: r7663
2006-11-21 16:20:35 +00:00
Kees Bakker
9093c8679c Added a new check to find shortcut in translation when there is no
shortcut in the program text.


svn: r7662
2006-11-21 07:17:45 +00:00
Don Allingham
3b52a960e9 2006-11-20 Don Allingham <don@gramps-project.org>
* src/Editors/_EditName.py: autocomplete for surnames
	* src/glade/gramps.glade: set focus properly



svn: r7661
2006-11-21 02:43:24 +00:00
Kees Bakker
421f2a2dd4 Another correction of the options, the default of skip_fuzzy must be
false of course.
Corrected the reported message number, which should now be the same as
the one KBabel uses.


svn: r7660
2006-11-20 20:57:31 +00:00
Kees Bakker
38aa7a3f5a A whole bunch of new translations from Erik.
svn: r7659
2006-11-20 20:42:52 +00:00
Martin Hawlisch
227a67d5e5 * src/RelLib/_Person.py (_remove_handle_references): When removing a place dont delete the whole LdsOrd but only unset its place reference.
* src/plugins/Check.py (check_place_references): Add checks for LdsOrd inside Person and Family



svn: r7658
2006-11-20 15:26:38 +00:00
Brian Matherly
d2fe259d6e * src/plugins/DetDescendantReport.py: Use callname instead of nickname (#0000557)
* src/plugins/DetAncestralReport.py: Use callname instead of nickname (#0000557)
	* src/ReportBase/_ReportUtils.py: Use callname instead of nickname (#0000557)

svn: r7657
2006-11-20 13:16:22 +00:00
Martin Hawlisch
a4ad96f2c9 * src/RelLib/_Family.py (get_sourcref_child_list): The ChildRefs were missing here. This now removes deleted Sources from ChildRefs.
svn: r7656
2006-11-20 09:50:41 +00:00
Don Allingham
be05c165ba * src/Utils.py: probably_alive should onlyuse primary events
svn: r7655
2006-11-20 04:50:59 +00:00
Don Allingham
6c7c0096bf 2006-11-19 Don Allingham <don@gramps-project.org>
* src/DbLoader.py: try to catch a None value for default directory



svn: r7654
2006-11-20 03:29:16 +00:00
Brian Matherly
ed9e7b3eef * src/ViewManager.py: Fix 0000576: Credits window behind about window
svn: r7653
2006-11-20 02:08:42 +00:00
Kees Bakker
174655f295 More changes and new translations from Erik.
svn: r7652
2006-11-19 19:53:28 +00:00
Kees Bakker
b1e8a2b641 Oops. The default of only_summary must be false, of course.
svn: r7651
2006-11-19 19:33:00 +00:00
Jérôme Rapinat
489231690b update French translation for manual and remove unused figures
svn: r7650
2006-11-19 18:41:29 +00:00
Dionysios
f23aff099a updatedtranslation
svn: r7649
2006-11-19 08:02:00 +00:00
Brian Matherly
9b9d0fc574 * src/plugins/NarrativeWeb.py: Fix 0000543: Multimedia-Objects marked as private are visible in narrative web-report
svn: r7648
2006-11-19 04:40:24 +00:00
Alex Roitman
115892cc8d In .:
2006-11-18  Alex Roitman  <shura@gramps-project.org>
	* src/ReportBase/_StyleEditor.py (__init__): Translate string.

In po:
2006-11-18  Piotr Czubaszek  <pioterus@gmail.com>
	* pl.po: Translation update.



svn: r7647
2006-11-19 02:51:45 +00:00
Don Allingham
1b45b8215c 2006-11-18 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationshipView.py: fix messages
	* help/C/gramps.xml: improvements in text
	* various: remove unused figures



svn: r7646
2006-11-19 02:00:18 +00:00
Kees Bakker
adeb7bedf1 First setup of help/nl/nl.po
svn: r7645
2006-11-18 11:17:02 +00:00
Kees Bakker
ae3dbcf522 Setup infrastructure for Dutch manual.
svn: r7644
2006-11-18 10:42:58 +00:00
Kees Bakker
2c252fca23 Setup infrastructure for Dutch manual.
svn: r7643
2006-11-18 10:42:18 +00:00
Don Allingham
5afb3c0e29 2006-11-17 Don Allingham <don@gramps-project.org>
* src/ManagedWindow.py: catch missing item error



svn: r7642
2006-11-18 04:24:04 +00:00
Alex Roitman
50019b38de 2006-11-17 Morten Bo Johansen <mbj@spamcop.net>
* da.po: Translation update.



svn: r7641
2006-11-17 18:41:49 +00:00
Jérôme Rapinat
9d5cf751e9 update French translation
svn: r7640
2006-11-17 17:35:11 +00:00
Kees Bakker
37aa3c36e3 Correct typo stret => street
svn: r7639
2006-11-17 08:31:59 +00:00
Don Allingham
d24d0eaae0 2006-11-16 Don Allingham <don@gramps-project.org>
* src/DataViews/_RelationView.py: share parents button
	* src/images/share-fam.png: share parents button
	* src/gramps_main.py: share parents button



svn: r7638
2006-11-17 05:17:13 +00:00
Alex Roitman
ddebbc6664 2006-11-07 Lubo Vasko <pgval@post.sk>
* sk/sk.po: Translation update.
	* sk/figures/*.png: Add figures.



svn: r7637
2006-11-17 00:47:21 +00:00
Alex Roitman
c6208c11c9 2006-11-16 Lubo Vasko <pgval@post.sk>
* sk.po: Translation update.



svn: r7636
2006-11-17 00:45:59 +00:00
Alex Roitman
fca43e4f5a 2006-11-16 Alex Roitman <shura@phy.ucsf.edu>
* src/Reorder.py: Import gettext.



svn: r7635
2006-11-17 00:39:27 +00:00