Commit Graph

4793 Commits

Author SHA1 Message Date
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