Commit Graph

3655 Commits

Author SHA1 Message Date
Martin Hawlisch
ed60e469f4 * src/AddrEdit.py,
* src/AttrEdit.py,
* src/EditPerson.py,
* src/EditPlace.py,
* src/EventEdit.py,
* src/FamilyView.py,
* src/MediaView.py,
* src/NameEdit.py,
* src/Sources.py: Better support for readonly DB;
* src/ImageSelect.py: Better support for readonly DB; dont crash if mimetype could not get retrieved
* src/Marriage.py: Better support for readonly DB; Avoid Traceback on DnD in empty list


svn: r5413
2005-11-22 11:21:24 +00:00
Don Allingham
1db9fea574 * src/ReadGedcom.py: Properly handle TEXT field in SOUR instances when
undefined or unhandled fields are present


svn: r5412
2005-11-21 22:42:05 +00:00
Martin Hawlisch
6da9e9b584 * src/FamilyView.py (drag_data_get): Avoid Traceback when dragging from empty list
* src/gramps_main.py (read_file): More changes to unicode filename support


svn: r5411
2005-11-21 09:27:06 +00:00
Martin Hawlisch
aed42dbb83 * src/MediaView.py (media_update): Redisplay the media object at the top
svn: r5410
2005-11-21 09:08:30 +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
Don Allingham
421cda654c * src/WriteGedcom.py: add space between given and surname in output.
* src/ReadGedcom.py: encoding list change
* src/DateParser.py: match end of string for regex matching


svn: r5407
2005-11-19 18:17:18 +00:00
Martin Hawlisch
fd10da84a2 * src/Utils.py (find_folder): new method
* src/gramps_main.py: Use Utils.find_file and Utils.find_folder to enable using unicode names for gramps databases


svn: r5406
2005-11-18 15:19:38 +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
Martin Hawlisch
94d8d28cb0 * src/gramps.glade,
src/TipOfDay.py: Add window title


svn: r5404
2005-11-17 11:45:35 +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
Eero Tamminen
9f92d0ddbd update Finnish translation
svn: r5402
2005-11-16 21:57:19 +00:00
Alex Roitman
686912e885 * src/docgen/PdfDoc.py: Proper indentation for the first line with
and without bullets.


svn: r5401
2005-11-13 18:47:54 +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
Alex Roitman
656c742eed * src/docgen/PdfDoc.py: Minor fixes.
svn: r5399
2005-11-13 02:50:15 +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
Don Allingham
052833510f * src/DisplayModels.py: fix datalist[0] problem running with accessbility enabled
svn: r5397
2005-11-10 22:05:59 +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
Alex Roitman
de8229a6d9 * src/po/nl.po: Typo.
svn: r5395
2005-11-10 20:06:33 +00:00
Don Allingham
5826783eb8 * doc/xmldocs.make: fix for GNOME 2.12 help path
* doc/gramps-manual/C/gramps-manual-C.omf: fix for GNOME 2.12 help path.


svn: r5394
2005-11-10 17:37:45 +00:00
Julio Sánchez
51e7041c5d * src/ReadGedcom.py: fix window object name
svn: r5393
2005-11-10 14:59:33 +00:00
Julio Sánchez
47e7ce1481 * src/ImageSelect.py: Recompute mime type in case of path change
svn: r5392
2005-11-10 09:58:38 +00:00
Julio Sánchez
8abcd6e233 * src/plugins/rel_es.py: More detail for some relationships
svn: r5391
2005-11-10 09:51:31 +00:00
Alex Roitman
2f5ea9d3b5 * NEWS: Update.
* example/gramps/*: Add new example data.


svn: r5390
2005-11-10 05:47:53 +00:00
Don Allingham
cebc3a3b37 * src/plugins/DetAncestralReport.py: fix spacing
svn: r5389
2005-11-10 04:21:46 +00:00
Alex Roitman
5884a15623 * src/docgen/LPRDoc.py: Remove extra line after the paragraph.
svn: r5388
2005-11-10 03:11:37 +00:00
Alex Roitman
ca1e39c4a9 * src/docgen/LPRDoc.py: Support post-leader directive.
svn: r5387
2005-11-10 02:03:31 +00:00
Alex Roitman
0adb92f1d7 * src/docgen/LPRDoc.py: Properly use space above/below.
svn: r5386
2005-11-09 22:34:39 +00:00
Alex Roitman
ebe0d065e6 * src/Report.py: Minor tweaks for file selection.
* src/docgen//OpenOfficeDoc.py: Correct output for spacing.


svn: r5385
2005-11-09 22:23:55 +00:00
Alex Roitman
3a107558ee * src/BaseDoc.py: Support space above/below paragraph.
* src/StyleEditor.py: Support space above/below paragraph.
* src/gramps.glade: Support space above/below paragraph.


svn: r5384
2005-11-09 21:55:29 +00:00
Don Allingham
aaaed40342 * src/Report.py: use filechooser for report dialog
* src/ReportUtils.py: use a single photo for image display


svn: r5383
2005-11-09 21:45:24 +00:00
Alex Roitman
229ff2f01c * src/docgen/LPRDoc.py: Use paragraph padding correctly.
svn: r5382
2005-11-09 19:56:54 +00:00
Martin Hawlisch
666cc08475 * src/DbPrompter.py (DbPrompter): Use Combo to list multiple rcecent files
* src/gramps.glade: Use Combo to list multiple rcecent files


svn: r5381
2005-11-09 11:26:22 +00:00
Alex Roitman
246aa995a6 Update
svn: r5380
2005-11-09 02:57:59 +00:00
Alex Roitman
8af6f927f4 Update
svn: r5379
2005-11-09 02:56:52 +00:00
Alex Roitman
8f5f54dabe Update
svn: r5378
2005-11-09 00:44:33 +00:00
Alex Roitman
9e1a4c4d15 * NEWS: Update.
svn: r5377
2005-11-09 00:34:36 +00:00
Martin Hawlisch
5b70ab3eb3 * src/DbPrompter.py (DbPrompter): Give possibility to open the recent file
* src/gramps.glade: Add recent file to DbPrompter


svn: r5376
2005-11-08 20:20:37 +00:00
Alex Roitman
0b94abb585 * src/Report.py (parse_report_options_frame): Do not allow
negative-numbered selection in the filter menu.


svn: r5375
2005-11-08 19:43:30 +00:00
Alex Roitman
841ecdb4c6 * src/EditPlace.py: Fix idle for new objects.
* src/EditSource.py: Fix idle for new objects.
* src/ImageSelect.py: Fix idle for new objects.


svn: r5374
2005-11-08 19:22:23 +00:00
Alex Roitman
d96e356850 * src/EditSource.py: Support editing Source from References tab.
* src/ImageSelect.py: Support editing objects through References.


svn: r5373
2005-11-07 23:18:26 +00:00
Alex Roitman
e43db997f9 Update
svn: r5372
2005-11-07 22:27:49 +00:00
Alex Roitman
aee6aa6ccb * src/gramps.glade: Replace TextView with TreeView.
svn: r5371
2005-11-07 22:11:46 +00:00
Alex Roitman
5a6ae0e05c * src/EditPlace.py: Convert References to the list view.
svn: r5370
2005-11-07 22:10:59 +00:00
Martin Hawlisch
287f109699 * src/gramps_main.py: Fix improper active person handling
svn: r5369
2005-11-07 15:44:54 +00:00
Alex Roitman
cb7d08a529 * src/EditSource.py (display_references): Return control if the
events are pending, not every 0.1 sec; Draw references as they
are found instead of deferring.
* src/EditPlace.py (display_references): Make nice.
* src/ImageSelect.py (GlobalMediaProperties.display_refs): Make nice.


svn: r5368
2005-11-07 06:08:21 +00:00
Alex Roitman
02d38aa799 Update
svn: r5367
2005-11-06 19:38:13 +00:00
Alex Roitman
fa066f35b6 * src/EditSource.py (display_references): Check for elapsed time
and return control to the main loop after 0.1 sec from the idle
callback; convert callback to being able to store its state and
continue from the middle.


svn: r5366
2005-11-06 10:36:47 +00:00
Alex Roitman
d8b729f326 Update
svn: r5365
2005-11-06 10:32:39 +00:00
Don Allingham
c58c75b482 * src/plugins/*.py: updated email addresses and status
svn: r5364
2005-11-06 04:59:23 +00:00
Alex Roitman
9042a74479 Update
svn: r5363
2005-11-06 03:28:07 +00:00
Alex Roitman
3d48664133 * src/PluginMgr.py: Add the optional argument indicating the
unsupported status to all registrations.
* src/Plugins.py: Reflect unsupported status in menus and trees.
* src/plugins/BookReport.py: Reflect unsupported status.
* src/plugins/WebPage.py, src/plugins/FtmStyleAncestors.py,
src/plugins/FtmStyleDescendants.py: Declare unsupported status.


svn: r5362
2005-11-06 02:25:24 +00:00
Alex Roitman
8e67461d3b * src/Witness.py (WitnessEditor.__init__): Typo.
* src/PluginMgr.py: Update all lists properly on any registration;
(purge_failed): Add function.
* src/Plugins.py (Reload.__init__): Purge plugins newly failed on
reload; Regenerate all menus after reload.
* src/gramps_main.py (build_plugin_menus): Add optional argument
indicating rebuild, do not load plugins on rebuild; (load_plugins)
factor out plugin loading routine.


svn: r5361
2005-11-05 06:23:17 +00:00
Martin Hawlisch
b79beef27b * src/ReportUtils.py (sanitize_person): Restrict Media reference list
* src/plugins/NavWebPage.py: Add many more filtering of private data


svn: r5360
2005-11-04 13:04:13 +00:00
Alex Roitman
9d9ad5d4fe * src/DbPrompter.py: Close database in all cases; close dialogs
prior to that.


svn: r5359
2005-11-03 04:40:50 +00:00
Don Allingham
b541a4eb06 * src/plugins/NavWebPage.py: fix surnames/surnames_count problem,
fix intro/home page naming issue


svn: r5358
2005-11-02 22:05:51 +00:00
Don Allingham
7e4e08340f * src/plugins/NavWebPage.py: fix surnames/surnames_count problem
svn: r5357
2005-11-02 16:34:03 +00:00
Don Allingham
8398c3df85 * src/plugins/NavWebPage.py: fix private family records
svn: r5356
2005-11-02 03:25:28 +00:00
Don Allingham
9cb96aba40 * src/plugins/NavWebPage.py: use builtin python tarfile module
svn: r5355
2005-11-01 04:46:07 +00:00
Don Allingham
6b9ae3aa7e * src/Sources.py: fix callback (caught by Martin)
svn: r5354
2005-10-30 03:03:57 +00:00
Alex Roitman
4b9fcf97d2 * src/plugins/TimeLine.py: Import strip_context correctly.
* src/plugins/SimpleBookText.py: Import strip_context correctly.
* src/plugins/StatisticsChart.py: Import strip_context correctly.


svn: r5353
2005-10-28 17:35:40 +00:00
Don Allingham
9be3d88c8e * src/AddSpouse.py: glade fixes caught by Martin
* src/AttrEdit.py: glade fixes caught by Martin
* src/EditPerson.py: glade fixes caught by Martin
* src/EditPlace.py: glade fixes caught by Martin
* src/Marriage.py: glade fixes caught by Martin
* src/SelectChild.py: glade fixes caught by Martin


svn: r5352
2005-10-27 23:37:42 +00:00
Alex Roitman
bbd14d34cd * src/plugins/CmdRef.py (write_ref): Only write itemizedlist if
there is any contents for it.
* doc/gramps-manual/C/cmdplug.xml: Update to a valid docbook.
* doc/gramps-manual/C/usage.xml: Add manual on the Narrative web
page generator.


svn: r5351
2005-10-27 04:14:53 +00:00
Don Allingham
10a9b1bb35 * src/latin_utf8.py: removed
* src/Makefile.am: remove latin_utf8.py


svn: r5350
2005-10-26 02:59:15 +00:00
Alex Roitman
b4237ed8df * src/ReadGedcom.py (parse_source_reference): Ignore empty QUAY.
svn: r5349
2005-10-25 22:33:12 +00:00
Don Allingham
8d466a146c * src/GrampsCfg.py: signal_autoconnect changes
* src/ImageSelect.py: signal_autoconnect changes
* src/ReadGedcom.py: signal_autoconnect changes
* src/WriteGedcom.py: signal_autoconnect changes
* src/gedcomimport.glade: signal_autoconnect changes
* src/gramps.glade: signal_autoconnect changes


svn: r5348
2005-10-25 02:29:12 +00:00
Julio Sánchez
df27ab97d1 * src/ImageSelect.py: signal fix
svn: r5347
2005-10-24 20:33:05 +00:00
Julio Sánchez
1e404f7146 * src/WriteGedcom.py: export more objects, better conformance with
the spec, preserve timestamps on objects
* src/const.py.in: add table of GEDCOM tags that take a value on the
same line


svn: r5346
2005-10-24 19:50:05 +00:00
Don Allingham
3aab27ab99 * src/ReadGedcom.py: handle progress bar
* src/gedcomimport.glade: add progress bar and expanders


svn: r5345
2005-10-24 03:53:35 +00:00
Julio Sánchez
1a4cc4810f * src/AddSpouse.py: signal fix
* src/EventEdit.py: signal fix


svn: r5344
2005-10-23 22:51:41 +00:00
Don Allingham
b3dae93c12 * src/AddMedia.py: signal_autoconnect changes
* src/AddSpouse.py: signal_autoconnect changes
* src/AttrEdit.py: signal_autoconnect changes
* src/Bookmarks.py: signal_autoconnect changes
* src/ChooseParents.py: signal_autoconnect changes
* src/DateEdit.py: signal_autoconnect changes
* src/EventEdit.py: signal_autoconnect changes
* src/Exporter.py: signal_autoconnect changes
* src/GenericFilter.py: signal_autoconnect changes
* src/ImageSelect.py: signal_autoconnect changes
* src/LocEdit.py: signal_autoconnect changes
* src/Marriage.py: signal_autoconnect changes
* src/MediaView.py: signal_autoconnect changes
* src/NameEdit.py: signal_autoconnect changes
* src/SelectChild.py: signal_autoconnect changes
* src/Sources.py: signal_autoconnect changes
* src/TransUtils.py: signal_autoconnect changes
* src/UrlEdit.py: signal_autoconnect changes
* src/Utils.py: signal_autoconnect changes
* src/Witness.py: signal_autoconnect changes
* src/gramps.glade: signal_autoconnect changes


svn: r5343
2005-10-23 04:06:36 +00:00
Julio Sánchez
e6159b281e * src/WriteGedcom.py: Media objects for families, preparation for
media objects for other entities


svn: r5342
2005-10-22 05:23:09 +00:00
Don Allingham
ac6ab25ef6 * src/plugins/DetDescendantReport.py: bring in line with
DetAncestralReport
* src/plugins/DetAncestralReport.py: remove firstname option


svn: r5341
2005-10-21 03:29:03 +00:00
Don Allingham
98361ec0b0 * src/plugins/DetAncestralReport.py: fix child strings
svn: r5340
2005-10-20 04:56:42 +00:00
Don Allingham
e2ad8af4bd * src/GrampsBSDDB.py: use cursors to rebuild secondary indices.
svn: r5339
2005-10-20 03:00:19 +00:00
Don Allingham
eb1a28d870 * src/Sources.py: fix typo on gladeif call
svn: r5338
2005-10-19 15:32:05 +00:00
Stefan Bjork
c40b2d3d75 * src/po/sv.po: Updates.
svn: r5337
2005-10-19 15:16:59 +00:00
Martin Hawlisch
86cdf6e0a8 * src/AttrEdit.py: escape xml-specialchars because of use_markup
* src/EditPerson.py: escape xml-specialchars because of use_markup
* src/EventEdit.py: escape xml-specialchars because of use_markup
* src/Marriage.py: escape xml-specialchars because of use_markup
* src/NameEdit.py: escape xml-specialchars because of use_markup
* src/PedView.py: escape xml-specialchars because of use_markup
* src/UrlEdit.py: escape xml-specialchars because of use_markup


svn: r5336
2005-10-19 10:38:45 +00:00
Martin Hawlisch
8a52407a00 * src/plugins/TestcaseGenerator.py: More randomisation; new test options
* src/RelLib.py (Source.get_text_data_list): Add missing fields


svn: r5335
2005-10-19 09:55:45 +00:00
Don Allingham
cf616ebcfb * src/Report.py: bumped the maximum generations to 999 from 31
svn: r5334
2005-10-19 03:24:18 +00:00
Martin Hawlisch
d7e373e05a * src/plugins/NavWebPage.py: Support side-by-side gallery images
* src/data/main*.css: Support side-by-side gallery images


svn: r5333
2005-10-18 20:52:57 +00:00
Alex Roitman
dc33238d74 * src/plugins/CmdRef.py: Use <para> withing the <listitem>.
* doc/graps-manual/C/cmdplug.xml: Update.


svn: r5330
2005-10-18 20:09:18 +00:00
Don Allingham
01fc24277b * src/gedcomimport.glade: use expanders for information and
warning windows.
refererencing notes, less obscure names


svn: r5329
2005-10-18 04:36:27 +00:00
Don Allingham
91645849db * src/AddSpouse.py: remove signal_autoconnect
* src/DisplayTrace.py: remove signal_autoconnect
* src/EditSource.py: remove signal_autoconnect
* src/ReadGedcom.py: two pass approach for handling forward
refererencing notes
* src/gramps.glade: remove signal mappings
* src/plugins.glade: remove signal mappings


svn: r5328
2005-10-18 03:02:19 +00:00
Julio Sánchez
677886956a * src/WriteGedcom.py: Add description and notes for media objects
svn: r5327
2005-10-17 22:57:58 +00:00
Stefan Bjork
c44700e541 * src/po/template.po: Broken and recreated.
svn: r5326
2005-10-17 07:21:54 +00:00
Stefan Bjork
ae96816ae5 m��n okt 17 09:22:15 CEST 2005
svn: r5325
2005-10-17 07:12:35 +00:00
Alex Roitman
501c8094b6 * doc/gramps-manual/*/gramps-manual-*.omf: Update.
svn: r5324
2005-10-16 23:31:52 +00:00
Don Allingham
c148569596 * src/EditPerson.py: remove signal_autoconnect to fix glade
memory leak
* src/EditPlace.py: remove signal_autoconnect to fix glade
memory leak
* src/GenericFilter.py: use TransUtils.py
* src/Makefile.am: add TransUtils.py and WindowUtils.py
* src/Marriage.py: remove signal_autoconnect to fix glade
memory leak
* src/Sources.py: remove signal_autoconnect to fix glade
memory leak
* src/Spell.py: import gettext
* src/Relationship.py: use TransUtils.py
* src/TransUtils.py: added to remove cyclic import
* src/WindowUtils.py: glade/signal interface class


svn: r5323
2005-10-15 04:29:19 +00:00
Martin Hawlisch
10b98b82e8 * src/plugins/TestcaseGenerator.py: Add unicode test
svn: r5322
2005-10-14 20:53:50 +00:00
Alex Roitman
b37fb2d07d * src/gramps.glade: Use spinbuttons for selection coords in the
media reference dialog.
* src/ImageSelect.py (LocalMediaProperties): Support selection.


svn: r5321
2005-10-14 20:08:52 +00:00
Alex Roitman
7441034117 * src/Date.py (is_empty): Consider non-text-only date with
empty numerical fields an empty date.


svn: r5320
2005-10-14 16:32:07 +00:00
Martin Hawlisch
23828c68ce * src/plugins/TestcaseGenerator.py: Randomize SourceRefs
svn: r5319
2005-10-14 11:28:49 +00:00
Julio Sánchez
916e94bdc3 * src/ChooseParents.py: give unknown sex to the new parent, so that
guessing works


svn: r5318
2005-10-14 08:28:29 +00:00
Don Allingham
b74de932ee * various: add explict calls to garbage collection
svn: r5317
2005-10-14 04:30:47 +00:00
Alex Roitman
d1a7272342 Update
svn: r5316
2005-10-14 04:21:08 +00:00
Alex Roitman
29022a6f1e * src/WriteXML.py (write_xml_data): Use ISO date in the created
attribute; (get_iso_date): Return empty string on empty date;
(write_date): Write quality attributes, if any.
* src/ReadXML.py (start_daterange,start_dateval): Parse quality
attributes.


svn: r5315
2005-10-14 00:25:22 +00:00
Alex Roitman
1edd0bf53d Update
svn: r5314
2005-10-13 21:36:18 +00:00
Alex Roitman
9307f2221a * example/gramps/data.gramps: Update example data to conform with
the format changes and the DTD.
* doc/grampsxml.dtd, doc/grampsxml.rng: Update.


svn: r5313
2005-10-13 20:02:48 +00:00
Martin Hawlisch
e9b39cf952 * src/plugins/TestcaseGenerator.py: Randomize more; Add LDS events
svn: r5312
2005-10-13 09:25:30 +00:00
Alex Roitman
fb6cc6e535 * doc/grampsxml.dtd: Typo.
svn: r5311
2005-10-13 07:03:22 +00:00
Alex Roitman
7e32722ae4 Update
svn: r5310
2005-10-13 07:01:49 +00:00
Don Allingham
28ce296be0 * src/plugins/NavWebPage.py: option for choosing the ancestor graph
svn: r5309
2005-10-13 04:17:56 +00:00
Alex Roitman
c81b8ca0b3 Update
svn: r5308
2005-10-13 00:42:39 +00:00
Alex Roitman
8c069a57ca * doc/grampsxml.rng: Add to CVS.
svn: r5307
2005-10-13 00:31:49 +00:00
Don Allingham
838406caa6 * src/data/main*.css: improved css styles for ancestor graphs
* src/plugins/NavWebPage.py: 4 generation ancestor graph


svn: r5306
2005-10-12 23:00:43 +00:00
Don Allingham
054497f793 * src/ReportUtils.py: handle "unknown_gender_name" in parameter arrays
svn: r5305
2005-10-12 14:27:52 +00:00
Don Allingham
8c2e2f357e * src/plugins/NavWebPage.py: first pass at ancestor map
* src/data/main*.css: ancestor css styles


svn: r5304
2005-10-12 03:46:11 +00:00
Don Allingham
ffed1c6ff2 * src/EditPerson.py: handle adding death/birth record correctly
svn: r5303
2005-10-11 20:39:32 +00:00
Alex Roitman
07e3140ff0 * src/plugins/GraphViz.py: Typos.
svn: r5302
2005-10-11 15:33:11 +00:00
Martin Hawlisch
c6de44d0de * src/plugins/TestcaseGenerator.py: Add some date events
svn: r5301
2005-10-11 11:02:15 +00:00
Don Allingham
ad49a9e202 * src/GrampsDBCallback.py: doc changes
* src/NameDisplay.py: remove nickname support
* src/QuestionDialog.py: handle missing icons for pychecker
* src/Report.py: set a default size for the window (600)
* src/ReportUtils.py: doc changes, add common_name
* src/plugins/DetAncestralReport.py:


svn: r5300
2005-10-11 03:56:53 +00:00
Don Allingham
69bc0f70b7 * src/Date.py: set default modifier properly, fix compare and sortval
assignment
* src/RelLib.py: fix source reference date comparison


svn: r5299
2005-10-10 22:00:29 +00:00
Julio Sánchez
91ed326d7a * src/WriteGedcom.py: fixed error caused by incomplete migration to
handle-based storage API


svn: r5298
2005-10-10 07:56:18 +00:00
Don Allingham
88f4a669de * src/Spell.py: give more intelligent error message if spelling
checker is not found.
* src/plugins/DescendChart.py: fixed type detection to handle both
unicode and str.


svn: r5297
2005-10-10 03:30:07 +00:00
Don Allingham
5993b7590f * src/plugins/NavWebPage.py: fixed typo in Creative Commons messages
svn: r5296
2005-10-10 02:18:09 +00:00
Don Allingham
9756ac2f7c * src/Bookmarks.py: use GrampsDisplay for help
* src/MergeData.py: use GrampsDisplay for help
* src/MergePeople.py: use GrampsDisplay for help


svn: r5295
2005-10-09 03:18:41 +00:00
Alex Roitman
f616218be0 update
svn: r5294
2005-10-07 21:48:48 +00:00
Alex Roitman
82442c587a Update
svn: r5293
2005-10-07 20:42:43 +00:00
Alex Roitman
aca6355453 Update
svn: r5292
2005-10-07 20:04:23 +00:00
Martin Hawlisch
11a576fc22 Feed in more data
svn: r5291
2005-10-07 19:52:15 +00:00
Alex Roitman
8fa8bb103b * doc/grampsxml.dtd: Fix order, add missing contents.
svn: r5290
2005-10-07 16:28:10 +00:00
Martin Hawlisch
d44d8c8277 * src/plugins/TestcaseGenerator.py: Feed in more data
svn: r5289
2005-10-07 13:37:59 +00:00
Alex Roitman
c3b626c960 * doc/gramps-manual/C/cmdplug.xml: Add new section documenting
plugin options (Reports and Tools).
* src/build_cmdplug: Add script to refresh the new doc section.
* doc/gramps-manual/C/Makefile.am: Ship new file.
* doc/gramps-manual/C/gramps-manual.xml: Define new entity.
* doc/gramps-manual/C/cmdline.xml: Include new section.
* src/Makefile.am: Define new make target (cmdplug).
* src/PluginMgr.py: Include human-readable names in CLI plugins
registration.
* src/Report.py: Allow instantiation of command-line report
without adding item-specific options.
* src/Tool.py: Allow instantiation of command-line tool
without adding item-specific options.
* src/plugins/CmdRef.py: Add options for inclusion into the manual
and the target filename; Use human-readable names for titles; Add
section with common options; Add name option.


svn: r5288
2005-10-07 07:14:09 +00:00
Alex Roitman
4d49d66df5 * src/WriteXML.py: Switch from preferred to alt name attribute.
* doc/grampsxml.dtd: Update.
* src/ReadXML.py: Bring in sync with format changes.


svn: r5287
2005-10-06 23:31:14 +00:00
Don Allingham
c21cf57674 * src/plugins/DetAncestralReport.py: fix margin on note paragraph
* src/DateEdit.py: try using standard icons


svn: r5286
2005-10-06 22:09:38 +00:00
Alex Roitman
4f86f7d28b * src/plugins/CmdRef.py: Work out Report docs.
* src/Report.py: Typo.


svn: r5285
2005-10-06 21:53:49 +00:00
Martin Hawlisch
038cbfa9bb Print out Reports as well
svn: r5284
2005-10-06 21:45:57 +00:00
Alex Roitman
bf8abfdf56 Update
svn: r5283
2005-10-06 20:50:50 +00:00
Martin Hawlisch
19db60b609 * src/plugins/CmdRef.py: New file. Work in progress.
svn: r5282
2005-10-06 20:07:25 +00:00
Don Allingham
d4dec7ff60 * src/docgen/AbiWord2Doc.py: handle superscript properly
* src/ReportUtils.py: remove name generation from list_person_str
* src/plugins/DetAncestralReport.py: fix child list, use roman numerals


svn: r5281
2005-10-06 20:03:21 +00:00
Alex Roitman
2d81701115 * src/ArgHandler.py: Do actions prior to exports.
* doc/gramps.1.in: Document new execution order.


svn: r5280
2005-10-06 19:49:25 +00:00
Alex Roitman
95c876e51d * src/TreeTips.py: Typo.
* src/plugins/ScratchPad.py: Convert to new API.
* src/plugins/DumpGenderStats.py: Convert to new API.


svn: r5279
2005-10-06 19:15:49 +00:00
Stefan Bjork
8cfdeab55c * src/plugins/rel_sv.py: Obviosly, level=1 to get_parents means
parents, not level=0.
* src/po/sv.po: Updates and changes.


svn: r5278
2005-10-06 15:37:35 +00:00
Alex Roitman
cd28f97e1e dialog; Convert plugin reloading tool to new API.
svn: r5277
2005-10-06 06:09:48 +00:00
Alex Roitman
b4426eb514 * src/Plugins.py: Factor out common code for plugins; fix tool
dialog.


svn: r5276
2005-10-06 05:57:29 +00:00
Don Allingham
65af1d8399 added
svn: r5275
2005-10-06 03:51:57 +00:00
Don Allingham
484a656897 * src/GrampsDisplay.py: move gnome help and url control into this
module
* various: switch from direct gnome calls to GrampsDisplay calls
* src/TreeTips.py: don't register type if pygtk > 2.8.0


svn: r5274
2005-10-06 00:44:52 +00:00
Alex Roitman
3daa4c40bc Update
svn: r5273
2005-10-06 00:01:27 +00:00
Alex Roitman
028fc7266b * doc/grampsxml.dtd: Add to CVS (replaces gramps.dtd).
* src/WriteXML.py: Bring in sync with the DTD:
  + add PUBLIC declaration of the DTD file
  + remove db stats as attributes of the database element
  + prepend all handles and hlinks with "_" (conform to XML ID)
  + replace "aka" with "name", "name" with "name preferred=1"


svn: r5272
2005-10-05 23:50:10 +00:00
Julio Sánchez
a0a164621b * src/plugins/ReorderIds.py: handle more cases correctly
svn: r5271
2005-10-05 20:58:44 +00:00
Alex Roitman
561716a398 * src/plugins/PatchNames.py: Convert to new API.
* src/plugins/RelCalc.py: Convert to new API.
* src/plugins/ReorderIds.py: Convert to new API.
* src/plugins/SoundGen.py: Convert to new API.
* src/plugins/Rebuild.py: Convert to new API.


svn: r5270
2005-10-05 04:39:17 +00:00
Don Allingham
278b7751ba * src/DateParser.py: handle non-matching dates as strings properly
svn: r5269
2005-10-04 15:48:58 +00:00
Stefan Bjork
2b60db6940 * src/dates/Date_sv.py: Fixes. No differences from english version
on test data.


svn: r5268
2005-10-04 12:48:28 +00:00
Alex Roitman
fbae0315da * src/plugins/EventCmp.py: Convert to new API.
* src/plugins/Merge.py: Convert to new API.


svn: r5267
2005-10-04 04:52:54 +00:00
Don Allingham
054a803b86 * src/Utils.py: grab the first word of a command line string
* src/plugins/DetAncestralReport.py: work on spouse information


svn: r5266
2005-10-04 03:41:41 +00:00
Don Allingham
569af0f288 * src/ReportUtils.py: add pronoun/name support to child strings
* src/plugin/DetAncestralReport.py: Add support for ReportUtils
* src/plugin/DetDescendantReport.py: Add support for ReportUtils
* src/plugins/ImportGenweb.py: fix date handling to support
date ranges and date modifiers.


svn: r5265
2005-10-02 18:25:39 +00:00
Martin Hawlisch
fa5fb849d9 * src/plugins/TestcaseGenerator.py: corrected options help dict
svn: r5264
2005-10-02 11:55:32 +00:00
Alex Roitman
dd697dcb69 * src/plugins/DesGraph.py: Use correct constant.
* src/plugins/Eval.py: Convert to new API.
* src/plugins/Leak.py: Convert to new API.


svn: r5263
2005-10-02 02:51:01 +00:00
Alex Roitman
2eef51be37 * src/plugins/Check.py: Convert to new API.
svn: r5262
2005-10-02 02:04:36 +00:00
Alex Roitman
66922b94cc Update
svn: r5261
2005-10-01 19:58:48 +00:00
Alex Roitman
cf92aa1fe4 * src/plugins/verigy.glade: Use separate windows for errors and
warnings.


svn: r5260
2005-10-01 19:32:03 +00:00
Alex Roitman
ece8b3cc0c * src/plugins/Verify.py: Convert to new API.
svn: r5259
2005-10-01 19:30:20 +00:00
Alex Roitman
b202b65f1c * src/docgen/KwordDoc.py: Remove unused latin_utf8 import.
* src/plugins/FilterEditor.py: Convert to new API.
* src/plugins/DesBrowse.py: Convert to new API.


svn: r5258
2005-10-01 06:08:50 +00:00
Don Allingham
a391498dc0 * src/docgen/AbiWord2Doc.py: fix latin encoding issues
* src/docgen/KwordDoc.py: fix latin encoding issues
* src/docgen/OpenSpreadSheet.py: fix latin encoding issues
* src/plugins/GraphViz.py: fix latin encoding issues


svn: r5257
2005-09-30 02:15:27 +00:00
Don Allingham
efc4e76449 * src/plugins/DetAncestralReport.py: Fixed generation string
* src/plugins/DetDescendantReport.py: Fixed generation string


svn: r5256
2005-09-30 00:46:51 +00:00
Martin Hawlisch
8d3d21436c * src/plugins/ExportVCalendar.py: Removed unused code
* src/plugins/ExportVCard.py: Removed unused code
* src/plugins/ImportGeneWeb.py: Removed unused code
* src/plugins/ImportvCard.py: Removed unused code
* src/plugins/TestcaseGenerator.py: Removed unused code
* src/plugins/WriteGeneWeb.py: Removed unused code


svn: r5255
2005-09-29 21:01:07 +00:00
Don Allingham
ebd9b9f7d9 * src/WriteGedcom.py: handle broken family
* src/ReportUtils.py: fix born_str to not depend on death date
* example/gedcom/sample.ged: remove broken refererence (I01)


svn: r5254
2005-09-29 18:58:11 +00:00
Don Allingham
91bc3c9bcb removed bug for lifelines
svn: r5253
2005-09-29 18:12:54 +00:00
Martin Hawlisch
8e82ce6149 * src/plugins/ImportGeneWeb.py: convert witout using latin_utf8.py
* src/plugins/ImportvCard.py: remove unused latin_utf8.py include
* src/plugins/TestcaseGenerator.py: remove unused latin_utf8.py include


svn: r5251
2005-09-29 13:13:51 +00:00
Don Allingham
b8034741df * src/NameDisplay.py: Add display_formal
* src/Report.py: remove generation strings
* src/docgen/OpenOfficeDoc.py: Fix leading space after tab.
* src/plugins/AncestorReport.py: Use ReportUtils strings
instead of local strings


svn: r5250
2005-09-29 04:28:36 +00:00
Eero Tamminen
411cae1644 Update Finnish translation
svn: r5249
2005-09-28 20:21:28 +00:00
Martin Hawlisch
b68d819ffd * src/plugins/TestcaseGenerator.py: Use new tool/option api
svn: r5248
2005-09-28 12:20:32 +00:00
Don Allingham
b18503a0c3 * src/ReadXML.py: store then restore read only flag on load
svn: r5247
2005-09-28 03:10:01 +00:00
Alex Roitman
013b9a7e14 Update
svn: r5246
2005-09-27 05:30:59 +00:00
Alex Roitman
1e67047f6c * src/const.py.in: Remove report and tool categories.
* src/Plugins.py: Switch report and tool category constants.
* src/PluginMgr.py: Switch report and tool category constants.
* src/Report.py, src/Tool.py: Move constants.
* src/plugins/ChangeNames.py, src/plugins/ChangeTypes.py,
src/plugins/Checkpoint.py: switch category constants.


svn: r5245
2005-09-27 05:10:54 +00:00
Alex Roitman
3ba7eed3e9 Update
svn: r5244
2005-09-27 05:00:23 +00:00
Alex Roitman
4d3a6ffae7 * all reports: switch categories from const to Report module.
svn: r5243
2005-09-27 04:54:17 +00:00
Don Allingham
f517351802 * src/docgen/PSDrawDoc.py: locale independent floating point
* src/DateDisplay.py: Better french republican date handling
* src/DateParser.py: Better french republican date handling


svn: r5242
2005-09-27 03:45:19 +00:00
Alex Roitman
56038d9b63 * src/plugins/Checkpoint.py: Convert to new scheme, improve.
* src/plugins/checkpoint.glade: Add to CVS.
* src/plugins/Makefile.am: Ship new glade file.


svn: r5241
2005-09-27 00:52:38 +00:00
Alex Roitman
1897c62962 Mon Sep 26 17:48:10 PDT 2005
svn: r5240
2005-09-27 00:48:10 +00:00
Alex Roitman
3c3aaaa807 Mon Sep 26 17:45:12 PDT 2005
svn: r5239
2005-09-27 00:45:13 +00:00
Alex Roitman
e2011abfd4 Mon Sep 26 17:39:24 PDT 2005
svn: r5238
2005-09-27 00:39:25 +00:00
Alex Roitman
cfb69f9e5a Mon Sep 26 17:13:29 PDT 2005
svn: r5237
2005-09-27 00:13:30 +00:00
Stefan Bjork
e346ae7a4f Manual update. Don't shoot the messenger.
svn: r5236
2005-09-26 21:13:03 +00:00
Alex Roitman
c3af4c65a0 * src/plugins/ChangeNames.py: Convert to the new scheme.
svn: r5235
2005-09-26 21:03:31 +00:00
Stefan Bjork
e93db84c8a Add file Date_sv.py.
svn: r5234
2005-09-25 19:18:31 +00:00
Stefan Bjork
26db425e33 A swedish date parser and displayer.
svn: r5233
2005-09-25 19:17:14 +00:00
Stefan Bjork
dc010c8a95 Updates and fixes for 2.0.9. A pretty quick and slovenly work, since
there were more than 300 fuzzy and some 200 untranslated
strings. Several strings need adjustmens and corrections for the
translation to be consequent.


svn: r5232
2005-09-25 19:07:42 +00:00
Don Allingham
e03996c6de * src/data/tips.xml: removed the tip mentioning column sorting
in people view.


svn: r5231
2005-09-25 04:01:46 +00:00
Don Allingham
1c60276c14 * src/latin_utf8.py: removed
* src/ReadGedcom.py: added latin_utf8 functions
* src/Spell.py: better error checking on import


svn: r5225
2005-09-24 16:41:17 +00:00
Alex Roitman
522d79a1f9 Update
svn: r5224
2005-09-24 04:46:45 +00:00
Don Allingham
b9adcb8f0e * doc/gramps-manual/C/faq.xml: more updates
* doc/gramps-manual/C/getstart.xml: more updates
* doc/gramps-manual/C/gramps-manual.xml: more updates
* doc/gramps-manual/C/mainwin.xml: more updates
* doc/gramps-manual/C/usage.xml: more updates


svn: r5223
2005-09-24 04:40:17 +00:00
Don Allingham
50f2226da6 * src/WriteGedcom.py: handle patronymics
svn: r5222
2005-09-24 02:24:26 +00:00
Martin Hawlisch
0fc8d53798 * src/GrampsDbBase.py: Properly validate ID prefix strings
svn: r5221
2005-09-23 22:06:01 +00:00
Alex Roitman
374e117c17 Merge changes done in the TOOL_OPT branch as follows:
* src/Tool.py: Add to CVS: Generic tool interface.
* src/ArgHandler.py: Support command line mode for tools.
* src/PluginMgr.py: New tool registration scheme.
* src/Plugins.py: Convert to tool registration scheme.
* src/const.py.in: Add tool categories.
* src/plugins/ChangeTypes.py: Convert to new scheme.
* src/Options.py: Add to CVS: generic options interface.
* src/ReportOptions.py: Keep only report-specific option
handling.
* src/Makefile.am: Ship new files.

* src/plugins/Checkpoint.py: Minor improvements for the RCS.
* src/plugins/Makefile.am: Ship Checkpoint.py.


svn: r5220
2005-09-23 21:41:23 +00:00
Alex Roitman
4f003d46b4 * src/plugins/Checkpoint.py: Minor improvements for the RCS.
* src/plugins/Makefile.am: Ship Checkpoint.py.


svn: r5219
2005-09-23 20:57:05 +00:00
Frode Jemtland
f819efd5c2 Some updates....
svn: r5218
2005-09-23 06:43:53 +00:00
Don Allingham
20fb8825cd * doc/gramps-manual/C/*.xml
svn: r5217
2005-09-23 04:50:31 +00:00
Don Allingham
0903bc88d2 * src/ReportUtils.py: More UNKNOWN gender handling, and more
complete burial strings
* src/plugins/DetAncestralReport.py: defer pronoun handling to
ReportUtils
* src/plugins/DetDescendantReport.py: defer pronoun handling to
ReportUtils


svn: r5216
2005-09-22 03:04:46 +00:00
Alex Roitman
3c8a820cf4 * src/ReportUtils.py: Add UNKNOWN gender case throughout.
svn: r5215
2005-09-21 22:16:48 +00:00
Martin Hawlisch
11e9730fb9 * src/dates/Date_de.py: Fix month name
svn: r5214
2005-09-21 20:59:19 +00:00
Don Allingham
693879e004 * src/ChooseParents.py: fix unbound variable when neither parents
exist.


svn: r5213
2005-09-21 19:09:26 +00:00
Don Allingham
e1ae9c619e * src/plugins/DetAncestralReport.py: fix endnotes for null sources
* src/plugins/DetDescendantReport.py: fix endnotes for null sources
* src/plugins/FtmStyleAncestors.py: fix endnotes for null sources


svn: r5212
2005-09-21 17:13:26 +00:00
Dionysios
8e49c55017 fixing bug
svn: r5211
2005-09-21 16:32:54 +00:00
Dionysios
ce8abaf772 updated translation
svn: r5210
2005-09-21 15:56:08 +00:00
Don Allingham
4c1680941d updated template
svn: r5209
2005-09-21 14:50:59 +00:00
Don Allingham
fd28cfeac7 * src/ReportUtils.py: fix typo
* src/plugins/NavWebPage.py: handle contact page issues, including
random commas and missing image.


svn: r5208
2005-09-21 14:20:46 +00:00
Don Allingham
089a8c4d06 * src/ImgManip.py: update thumbnail if out of date
svn: r5207
2005-09-21 03:58:10 +00:00
Alex Roitman
6e5c529ba1 * src/plugins/DetAncestralReport.py (write_person,write_children):
Remove boldface, since it should be handled by the style;
(make_default_style): handle boldface heading by the style.
* src/plugins/DetDescendantReport.py (write_person,
write_children): Remove boldface, since it should be handled by
the style; (make_default_style): handle boldface heading by the
style.


svn: r5206
2005-09-21 02:49:42 +00:00