* various: merge changes made in gramps20 up until R2_0_9 tag.

svn: r5544
This commit is contained in:
Alex Roitman
2005-12-13 02:07:16 +00:00
parent e14ffbfd48
commit 8f6b51ccb2
43 changed files with 6282 additions and 3002 deletions

View File

@@ -1,6 +1,114 @@
2005-12-12 Alex Roitman <shura@gramps-project.org>
* various: merge changes made in gramps20 up until R2_0_9 tag.
2005-12-12 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/EditSource.py: Connected up add/del/edit buttons for Repos tab.
2005-12-12 Alex Roitman <shura@gramps-project.org>
* configure.in: bump up the version number.
2005-12-11 Don Allingham <don@gramps-project.org>
* Release: Version 2.0.9 "Nobody expects the Spanish inquisition!"
released.
2005-12-10 Alex Roitman <shura@gramps-project.org>
* src/po/it.po: Correct mismatched % parameters.
* src/po/de.po: Correct mismatched % parameters.
* src/po/eo.po: Correct mismatched % parameters.
2005-12-10 J<>r<EFBFBD>me Rapinat <romjerome@yahoo.fr>
* src/po/fr.po: Translation update.
* src/dates/Date_fr.py (DateParserFR): Add more quality_to_int
pairs.
2005-12-10 Don Allingham <don@gramps-project.org>
* doc/gramps-manual/C/getstart.xml: update
* doc/gramps-manual/C/preface.xml: update
* doc/gramps-manual/C/usage.xml: update
2005-12-09 J<>r<EFBFBD>me Rapinat <romjerome@yahoo.fr>
* doc/gramps-manual/fr/cmdplug.xml: Add file with new section.
* doc/gramps-manual/fr/gramps-manual.xml: Define entity for new
section.
* doc/gramps-manual/fr/cmdline.xml: Insert new section
.
* doc/gramps-manual/fr/Makefile.am: Ship new file.
* src/po/fr.po: Translation update.
2005-12-09 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/po/de.po: Translation update
2005-12-09 Alex Roitman <shura@gramps-project.org>
* src/Report.py (parse_target_frame): Remove unneeded check; when
checking existing file/dir, make sure we requested file/dir,
correspondingly.
* src/plugins/NavWebPage (archive_toggle): Add/remove '.tar.gz'
to path when this options is turned on/off; (parse_style_frame):
save archive option as an integer; (setup_html_frame): set the
state for archive option.
* test/det_ancestor_report.sh: Add thorough test for the Detailed
Ancestor Report.
* test/det_descendant_report.sh: Add thorough test for the
Detailed Descendant Report.
2005-12-08 Don Allingham <don@gramps-project.org>
* src/Merge.py: fix date comparison
* src/Utils.py: add xml:lang generation function
* src/docgen/AbiWord2Doc.py: set locale
* src/docgen/OpenOfficeDoc: set locale using xml_lang()
* src/plugins/NavWebPage.py: set locale
* src/plugins/ChangeNames.py: call GrampsDisplay.help
* src/plugins/Checkpoint.py: call GrampsDisplay.help
* src/plugins/Desbrowser.py: call GrampsDisplay.help
* src/plugins/EventCmp.py: call GrampsDisplay.help
* src/plugins/FilterEditor.py: call GrampsDisplay.help
* src/plugins/Merge.py: call GrampsDisplay.help
* src/plugins/PatchNames.py: call GrampsDisplay.help
* src/plugins/Verify.py: call GrampsDisplay.help
2005-12-08 Alex Roitman <shura@gramps-project.org>
* src/Utils.py (probably_alive): return False if any event
of the person happened over 150 years ago; (too_old): add
function; (not_too_old): require definite year for a positive
decision.
* src/Report.py (parse_target_frame): Check permissions for the
specified file.
2005-12-07 Eero Tamminen <eerot@sf>
* src/po/fi.po: Translation update to latest template
2005-12-07 Benny Malengier <bm@cage.UGent.be>
* src/dates/Date_nl.py: Replace dashes with slashes, other
enhancements.
2005-12-07 Alex Roitman <shura@gramps-project.org>
* src/DateDisplay.py (_display_gregorian): Replace dashes with
slashes to prevent collision with the ISO format.
* src/po/ru.po: Translation update.
* doc/gramps-manual/Makefile.am: Remove existing link before
creating a new one.
* src/ReadGrdb.py: Disable signals and request rebuild at the end;
properly set transaction.
2005-12-07 Don Allingham <don@gramps-project.org>
* src/Report.py: change from gtk.FILE_CHOOSER_CREATE_FOLDER to
gtl.FILE_CHOOSER_SELECT_FOLDER. GTK documentation error.
* src/plugins/NavWebPage.py: restore .tar.gz archive option
2005-12-07 J<>r<EFBFBD>me Rapinat <romjerome@yahoo.fr>
* src/po/fr.po: Translation update.
2005-12-06 Alex Roitman <shura@gramps-project.org>
* src/gramps.glade (date_edit): Allow negative year integers.
* src/po/nl.po: Correct %s mismatches.
* src/plugins/NavWebPage.py (display_note_object,
ContactPage.__init__, display_spouse): Do not treat linebreaks in
the preformatted notes; (IndividualPage.__init__): restrict notes,
url list, and source on living people.
2005-12-06 J<>r<EFBFBD>me Rapinat <romjerome@yahoo.fr>
* src/po/fr.po: Partial translation update.
2005-12-06 Don Allingham <don@gramps-project.org>
* src/FamilyView.py: Fixed FamilyView layout
@@ -12,7 +120,6 @@
2005-12-05 Alex Roitman <shura@gramps-project.org>
* doc/gramps-manual/Makefile.am: Change symlink creation.
* src/po/fr.po: Partial translation update.
2005-12-05 Don Allingham <don@gramps-project.org>
* src/FamilyView.py: add more ui stuff