Don Allingham
bc47111822
* src/GrampsMime.py: detect directory type
...
* src/ImageSelect.py: don't allow directory types to be added
* src/MediaView.py: don't allow directory types to be added
svn: r5923
2006-02-12 05:25:17 +00:00
Alex Roitman
64d8eb7417
* src/DbPrompter.py (open_native): Use empty GRDB when opening fails.
...
svn: r5922
2006-02-12 04:08:24 +00:00
Alex Roitman
c01f2f714e
* src/plugins/DetDescendantReport.py
...
(DetDescendantReport.write_endnotes): Disable writing reference
details.
* src/plugins/DetAncestralReport.py
(DetAncestorReport.write_endnotes): Disable writing reference details.
svn: r5920
2006-02-10 19:58:41 +00:00
Alex Roitman
8a700ceabc
* src/docgen/ODFDoc.py: Typo.
...
svn: r5919
2006-02-10 16:48:23 +00:00
Alex Roitman
cca81f693f
* src/WriteGedcom.py (write_sources): Export data_map.
...
svn: r5911
2006-02-09 21:10:56 +00:00
Alex Roitman
fde077914c
* src/data/gramps.desktop: Improve Russian string, add Office
...
category.
svn: r5910
2006-02-09 19:00:44 +00:00
Alex Roitman
d643aa3936
* src/QuestionDialog.py (MissingMediaDialog): Catch delete event
...
and warn the user.
* src/Utils.py (ProgressMeter) Catch delete event and warn the user.
svn: r5906
2006-02-09 03:04:33 +00:00
Alex Roitman
cb52b7d9c6
* src/WriteGedcom.py (write_source_ref): Write confidence level
...
(the QUAY tag) of the source reference into GEDCOM.
svn: r5905
2006-02-09 02:05:50 +00:00
Alex Roitman
de81e15969
* src/gramps.glade: Correct +/- tooltips for Data tab in Source Editor.
...
svn: r5904
2006-02-09 01:18:31 +00:00
Alex Roitman
bdf496ebb2
* src/plugins/Leak.py (display): Catch exception coming from
...
trying to call __repr__ on a closed db.DB.
svn: r5903
2006-02-09 01:10:10 +00:00
Don Allingham
18e8cb6478
* src/plugins/FamilyGroup.py: correctly put borders on the
...
children cells.
* src/plugins/DetDescendantReport.py: include spouse option
svn: r5896
2006-02-08 05:18:46 +00:00
Alex Roitman
556b5cd371
* src/docgen/ODFDoc.py: Correct typos.
...
svn: r5888
2006-02-05 19:16:12 +00:00
Alex Roitman
c284652cc3
* src/GrampsBSDDB.py (rebuild_secondary): properly rebuild
...
secondary indices relying on BSD DB rather than manually re-adding
every record.
* src/plugins/Rebuild.py (__init__): Use fixed 7 progress steps
for 1 removing step and 6 index rebuilds.
svn: r5870
2006-02-03 04:33:14 +00:00
Alex Roitman
f37c2d5ccb
* src/docgen/ODFDoc.py (init): Correct name for parent style;
...
Use handling program name obtained from the mime system.
svn: r5835
2006-01-26 18:11:27 +00:00
Alex Roitman
92906e88cd
* src/docgen/ODFDoc.py: Add new document generator.
...
* src/docgen/Makefile.am: Ship new file.
* src/po/fr.po, src/po/template.po: Add new format's name.
svn: r5832
2006-01-25 20:15:16 +00:00
Alex Roitman
e0aab07c3e
* src/po/nl.po: Translation update.
...
svn: r5831
2006-01-25 19:49:33 +00:00
Don Allingham
d3753628c9
* src/plugings/FamiyGroup.py: options for "Recursive", "Generation
...
Number", "Parent Events", "Parent Addresses", "Parent Alternate
Names", "Parent Notes".
svn: r5830
2006-01-25 19:10:09 +00:00
Alex Roitman
b3bab9607d
* src/EditPlace.py, src/EditSource.py, src/ImageSelect.py: Provide
...
default value for the second argument on close().
svn: r5763
2006-01-16 20:02:25 +00:00
Alex Roitman
8ba376dd86
* src/GenericFilter.py
...
(IsLessThanNthGenerationAncestorOfBookmarked): Typo.
svn: r5762
2006-01-16 19:39:35 +00:00
Don Allingham
28b56af746
* src/RelLib.py: improve Event is_equal method
...
svn: r5757
2006-01-16 02:24:05 +00:00
Stefan Bjork
0574fd2489
* src/plugins/DetAncestralReport.py: Calculate age for indiviuals.
...
* src/po/sv.po: Updates.
svn: r5713
2006-01-11 13:27:14 +00:00
Alex Roitman
f79520e845
* doc/man, doc/man/fr: Add directories.
...
* doc/man/Makefile.am, doc/man/fr/Makefile.am: Add files to CVS.
* configure: Generate makefiles for new directories.
* doc/man/gramps.1.in: move from doc.
* doc/Makefile.am: Remove stuff related to man pages.
* doc/man/fr/gramps.1.in: Add translated manpage.
svn: r5675
2006-01-05 19:49:43 +00:00
Stefan Bjork
654e2af90d
* src/po/sv.po: Updates.
...
svn: r5672
2006-01-05 12:59:30 +00:00
Alex Roitman
9a357b844b
* src/gedcomimport.glade: Make dialog non-resizable.
...
svn: r5660
2006-01-03 23:23:47 +00:00
Don Allingham
8c2563ad05
* doc/gramps-manual/C/usage.xml: more updates
...
svn: r5656
2006-01-03 04:38:20 +00:00
Don Allingham
840569cea7
* src/dates/Date_nl.py: fix index for "merz"
...
svn: r5635
2005-12-27 14:56:22 +00:00
Alex Roitman
e96641fa81
* src/GrampsBSDDB.py (GrampsBSDDBCursor): add delete method;
...
(GrampsBSDDBDupCursor): Add class to handle duplicates.
* src/plugins/Check.py: Avoid cursors when modifying data;
(low_level): Add a low level repair routine, bypassing transactions.
svn: r5619
2005-12-23 00:17:33 +00:00
Don Allingham
be83003e5c
* src/ReadGedcom.py: handle overlapping on source and family ID values
...
svn: r5602
2005-12-21 17:20:40 +00:00
Don Allingham
1c5ad3f57f
* doc/gramps-manual/C/usage.xml: updates
...
* doc/gramps-manual/C/usage.xml: updates
* doc/gramps-manual/C/mainwin.xml: updates
svn: r5580
2005-12-18 02:44:05 +00:00
Alex Roitman
d6c4ffe649
* src/GrampsDbBase.py (transaction_commit): Typo.
...
svn: r5574
2005-12-17 21:37:33 +00:00
Don Allingham
f1de6cc347
* src/gramps-manual/C/usuage.xml: updates
...
svn: r5566
2005-12-17 04:52:17 +00:00
Don Allingham
751a7911fb
* src/gramps-manual/C/mainwin.xml: updates
...
svn: r5565
2005-12-16 23:03:18 +00:00
Don Allingham
37bfa319a7
* doc/gramps-manual/C/getstart.xml: updates
...
* doc/gramps-manual/C/mainwin.xml: updates
svn: r5552
2005-12-15 04:51:09 +00:00
Alex Roitman
8c0ad73c2e
* src/plugins/DescendReport.py (dump): Initialize child list for
...
each family.
svn: r5550
2005-12-15 00:00:47 +00:00
Alex Roitman
10b86050d1
* src/plugins/PatchNames.py: Fix title/name mixup, only detect new
...
title, keep old title, keep old prefix.
svn: r5549
2005-12-14 23:03:54 +00:00
Alex Roitman
4f5fc60743
* configure.in: bump up the version number.
...
svn: r5542
2005-12-12 08:11:39 +00:00
Alex Roitman
1a5b6ed229
Update
...
svn: r5540
2005-12-12 08:10:03 +00:00
Alex Roitman
b3007e988b
* src/po/it.po: Correct mismatched % parameters.
...
* src/po/de.po: Correct mismatched % parameters.
* src/po/eo.po: Correct mismatched % parameters.
* doc/gramps-manual/fr/cmdline.xml: Insert new section
.
svn: r5538
2005-12-11 07:29:12 +00:00
Alex Roitman
1def83d540
* src/po/fr.po: Translation update.
...
* src/dates/Date_fr.py (DateParserFR): Add more quality_to_int
pairs.
svn: r5537
2005-12-11 06:32:39 +00:00
Don Allingham
4419567584
* doc/gramps-manual/C/getstart.xml: update
...
* doc/gramps-manual/C/preface.xml: update
* doc/gramps-manual/C/usage.xml: update
svn: r5535
2005-12-11 05:24:19 +00:00
Alex Roitman
4ba38406b1
* test/det_descendant_report.sh: Add thorough test for the
...
Detailed Descendant Report.
svn: r5533
2005-12-10 07:09:42 +00:00
Alex Roitman
d6d122d418
* test/det_ancestor_report.sh: Add thorough test for the Detailed
...
Ancestor Report.
svn: r5531
2005-12-10 06:53:10 +00:00
Alex Roitman
858d19579a
Update
...
svn: r5530
2005-12-10 02:48:20 +00:00
Alex Roitman
9542571af9
* 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.
svn: r5529
2005-12-10 02:47:18 +00:00
Alex Roitman
34d9a734eb
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.
svn: r5526
2005-12-09 22:21:20 +00:00
Martin Hawlisch
b9c1d2a458
* src/po/de.po: Translation update
...
svn: r5522
2005-12-09 21:07:18 +00:00
Alex Roitman
c0855147df
* 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.
svn: r5520
2005-12-09 20:14:52 +00:00
Alex Roitman
65050b3a40
* src/Report.py (parse_target_frame): Check permissions for the
...
specified file.
svn: r5516
2005-12-09 04:49:49 +00:00
Don Allingham
c4d894920b
* src/Merge.py: fix date comparison
...
svn: r5515
2005-12-09 04:14:24 +00:00
Don Allingham
f23b111374
* 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
svn: r5510
2005-12-09 02:33:55 +00:00