1024 Commits

Author SHA1 Message Date
Alex Roitman
264d06b2a9 * src/plugins/Calendar.py (Widget.register): Do not add help
strings to style widgets.


svn: r5994
2006-02-26 16:44:48 +00:00
Alex Roitman
082b2a7b88 * src/plugins/Calendar.py: Remove the unsupported flag.
svn: r5985
2006-02-24 20:56:24 +00:00
Alex Roitman
cc7027ca56 * src/plugins/Calendar.py: Remove translation from help strings;
do not import unused modules.
* src/po/template.po: Update.


svn: r5978
2006-02-23 19:23:29 +00:00
Alex Roitman
4e5c3b529f * src/plugins/Calendar.py (Calendar.__getitem__,
Widget.__getitem__): No translation for exception messages.
* src/po/template.po: Update.
* src/po/ru.po: Update.


svn: r5973
2006-02-23 00:47:20 +00:00
Don Allingham
5e7041cae4 added
svn: r5961
2006-02-19 17:54:19 +00:00
Don Allingham
0daf58b604 * src/plugins/Makefile.am: added Calendary.py and
holidays.xml
* src/po/template.po: updated

* src/plugins/Calendar.py: added
* src/plugins/holidays.xml: added


svn: r5957
2006-02-19 05:25:29 +00:00
Alex Roitman
96c3789009 * src/plugins/FamilyGroup.py (dump_parent): Translate event names.
svn: r5950
2006-02-17 17:46:33 +00:00
Alex Roitman
bc75ced306 * src/plugins/FamilyGroup.py (add_user_options): Do not use _("")
to create empty checkbox.


svn: r5945
2006-02-16 22:17:13 +00:00
Don Allingham
cb0ca84064 * src/plugins/NavWebPage.py: include more information about CC licenses
in the ALT and TITLE tags.


svn: r5940
2006-02-15 04:45:55 +00:00
Don Allingham
d445b84dac * src/plugins/GraphViz.py: use new style links for narrative web page
generator


svn: r5939
2006-02-15 04:16:22 +00:00
Alex Roitman
8c50ca9c9c * src/docgen/OpenSpreadSheet.py
(OpenSpreadSheet._write_meta_file): Properly reference creator string.
* src/plugins/EventCmp.py (DisplayChart.on_write_table): Set
document creator; write localized event names.
(DisplayChart.draw_clist_display): Display localized event names.
* src/plugins/ChangeTypes.py: Convert event names to English for
storage and comparison.


svn: r5936
2006-02-14 18:50:46 +00:00
Don Allingham
f5f6442504 * src/EditPerson.py: display LDS temple correctly
* src/plugins/NavWebpage.py: print nickname


svn: r5927
2006-02-12 23:58:52 +00:00
Alex Roitman
34e7c8c67d * src/plugins/ReadPkg.py (impData): Use persistent directory for
unpacking the tarball: we need images to stay there.


svn: r5924
2006-02-12 19:07:33 +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
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
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
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
Don Allingham
8eddbe7462 * src/plugins/DetDescendantReport.py: include spouse option
svn: r5793
2006-01-19 03:50:29 +00:00
Jérôme Rapinat
882d9c0b17 * data\gramps.desktop: Add french entry and comment
* plugins\DetDescendantReport.py: Same patch as DetAncestralReport (age calculated bug)


svn: r5761
2006-01-16 15:17:37 +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
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
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
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
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
Don Allingham
c4d894920b * src/Merge.py: fix date comparison
svn: r5515
2005-12-09 04:14:24 +00:00
Don Allingham
f3ae05e28a update
svn: r5514
2005-12-09 03:20:06 +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
Don Allingham
a5b57b2dc1 * 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


svn: r5509
2005-12-08 23:31:05 +00:00
Don Allingham
b43a0fcf46 * src/plugins/NavWebPage.py: restore .tar.gz archive option
svn: r5496
2005-12-07 18:02:17 +00:00
Alex Roitman
a5eac31a89 Update
svn: r5494
2005-12-07 05:12:50 +00:00
Alex Roitman
74133275e9 * 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.


svn: r5493
2005-12-07 05:09:24 +00:00
Alex Roitman
83353aa26f Update
svn: r5465
2005-12-02 01:34:46 +00:00
Alex Roitman
7a8f2a17a2 * src/plugins/BookReport.py (BookReportDialog.__init__):
Initialize page_html_added before instantiating dialog class.


svn: r5464
2005-12-02 01:30:55 +00:00
Alex Roitman
36807fe825 * src/plugins/Checkpoint.py: Replace combos with text entries.
* src/plugins/checkpoint.glade: Replace combos with text entries.


svn: r5455
2005-11-30 00:04:47 +00:00
Don Allingham
499aed0bd3 * src/MergeData.py: fix dangling family after a merge.
svn: r5443
2005-11-28 02:55:35 +00:00
Alex Roitman
14e674d5af * src/plugins/Checkpoint.py (rcs): Do not write comment on
initialization.
* test/tools.sh: Add test set for tools.


svn: r5434
2005-11-24 06:28:48 +00:00
Alex Roitman
22d8f9bed1 Update
svn: r5432
2005-11-24 05:41:11 +00:00
Alex Roitman
dc14e4de37 * src/ArgHandler.py (cl_export): Add grdb export from the CLI.
* src/plugins/Check.py (check_parent_relationships): Step through
the progress bar.
* test/runtest.sh: Add txt format and family_group report.
* test/impex.sh: Add import/export test set.
* example/gramps/example.gramps: Correct errors.


svn: r5424
2005-11-23 20:16:39 +00:00
Don Allingham
85e23601bc * src/plugins/DetDescendantReport.py: fixed insert_image
svn: r5419
2005-11-23 00:00:31 +00:00
Alex Roitman
ee731ba0f1 * src/plugins/DetDescendantReport.py (write_write_children):
Properly check for henry number; (write_mate): omit children list.


svn: r5416
2005-11-22 18:36:55 +00:00
Don Allingham
cf726952ba * src/plugins/NavWebPage.py: Fix output_notebook remains.
svn: r5414
2005-11-22 15:38:37 +00:00
Don Allingham
9c524ad869 * src/Report.py: shortened report dialog by making the Paper
Options a tab of the rest of the options
* src/plugins/AncestorReport.py: fix paragraph spacing
* src/plugins/Check.py: handle None for family
* src/plugins/DescendReport.py: fix paragraph spacing
* src/plugins/IndivComplete.py: fix paragraph spacing


svn: r5409
2005-11-20 23:17:37 +00:00
Martin Hawlisch
e0ccdacfbd * src/plugins/FilterEditor.py: Corrected plugin registration
* src/GrampsCfg.py: Add validation for GRAMPS ID prefixes


svn: r5408
2005-11-20 21:20:49 +00:00
Martin Hawlisch
86fa385a9b * src/Utils.py (find_file): new method that tries to check the existance of a file by trying out multiple encoding variants for the filename.
* src/ImgManip.py (get_thumbnail_image): Use Utils.find_file to fix encoding problems, additionally catch OSError
* src/ImageSelect.py (on_name_changed): Use Utils.find_file
* src/AddMedia.py (on_name_changed): Use Utils.find_file
* src/plugins/Check.py (encoding) dont encode a utf-8 string as again, (cleanup_missing_photos) Use Utils.find_file to fix encoding problems


svn: r5405
2005-11-18 13:56:37 +00:00
Don Allingham
56f780b876 * src/DisplayModels.py: try to handle encoding errors
* src/ImageSelect.py: call fix_encoding to handle path names
* src/Utils.py: provide a routine to attempt to fix encoding of
str values
* src/plugins/Check.py: repair bad filenames


svn: r5403
2005-11-17 04:06:53 +00:00
Don Allingham
c57bc8375f * src/plugins/DetDescendantReport.py: add support for Henry
numbers for descendants


svn: r5400
2005-11-13 05:46:57 +00:00
Don Allingham
ee076d94bd * src/GraphLayout.py: removed, incorporated into DesGraph
* src/Makefile.am: removed GraphLayout.py
* src/Plugins.py: don't enter into menus if not in debug mode
* src/plugins/CmdRef.py: don't enter into menus if not in debug mode
* src/plugins/Eval.py: don't enter into menus if not in debug mode
* src/plugins/Leak.py: don't enter into menus if not in debug mode
* src/plugins/TestcaseGenerator.py: don't enter into menus if not
in debug mode
* src/plugins/DumpGenderStats.py: don't enter into menus if not
* src/AncestorChart.py: Move to unsupported
* src/DesGraph.py: Move to unsupported
* src/AncestorChart2.py: More consistent name
* src/DescendChart.py: More consistent name


svn: r5398
2005-11-11 04:53:58 +00:00
Alex Roitman
1daad9d817 * src/plugins/IndivSummary.py: Move to Unsupported (duplicates
a subset of the IndivComplete report functionality).
* src/plugins/IndivComplete.py: Add author.


svn: r5396
2005-11-10 20:26:32 +00:00