Kees Bakker
cb90091a3f
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
Martin Hawlisch
2237772913
* 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
b758b3306e
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
Kees Bakker
d969814391
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
9aeb975d1c
* 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
Alex Roitman
5dd18318f9
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
Don Allingham
c51cf48564
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
Martin Hawlisch
87e4d09975
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
bee0010b6a
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
Jérôme Rapinat
7bbb8108cc
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
2f8c4a6cf1
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
Martin Hawlisch
ea367b49b2
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
Don Allingham
bc856d0989
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
19c431c6dd
* 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
Martin Hawlisch
876e0716c5
* 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
Jérôme Rapinat
0b3be56b7a
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
Brian Matherly
e113412801
* 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
Espen Berg
e98aea8b18
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
0d1f83d32b
* 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
Don Allingham
231f9a1277
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
Kees Bakker
d88c6bf987
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
Don Allingham
95a364563f
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
9a3ef222be
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
Kees Bakker
be25a9e171
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
Martin Hawlisch
6123c67283
* 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