Commit Graph

3659 Commits

Author SHA1 Message Date
Frode Jemtland
ef290c3fdc Updated against template.po. Translated a couple of strings.
svn: r5467
2005-12-02 18:16:21 +00:00
Don Allingham
48283abac1 * various: pychecker fixes
svn: r5466
2005-12-02 05:08:01 +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
bc09713dbd * src/docgen/LaTeXDoc.py: support "____"; support roman numerals
in paragraph leaders.


svn: r5463
2005-12-02 01:15:20 +00:00
Alex Roitman
dbf29113ec Update
svn: r5462
2005-12-01 21:10:11 +00:00
Don Allingham
34b7b5cf28 * src/DateParser.py: properly call the date checking routine
svn: r5461
2005-12-01 20:52:12 +00:00
Alex Roitman
60c52bb9cf Update
svn: r5460
2005-12-01 19:21:10 +00:00
Alex Roitman
11d24648f9 * src/dates/Date_nl.py: Add to CVS (bmcage).
* src/dates/Makefile.am: Ship new file.


svn: r5459
2005-12-01 19:18:06 +00:00
Alex Roitman
8f84e924bb * src/ReportUtils.py (child_str): Initialize text.
svn: r5458
2005-12-01 16:06:51 +00:00
Don Allingham
070ce1bde1 * src/ReadGedcom.py: fix mixing note assignment
* src/PeopleModel.py: streamline display


svn: r5457
2005-12-01 04:52:16 +00:00
Don Allingham
e28b703de9 * src/Relationship.py: limit search depth to 15 generations.
svn: r5456
2005-11-30 05:02:42 +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
Alex Roitman
cb2e27a673 Update
svn: r5454
2005-11-29 23:10:13 +00:00
Alex Roitman
6d5fa2aca7 * doc/xmldocs.make: Revert help path to keep under gramps dir.
* doc/gramps-manual/Makefile.am: Add symlink to keep all gnome
versions happy with the help path.
* src/po/de.po: Typos: missing "n".


svn: r5453
2005-11-29 20:05:10 +00:00
Don Allingham
c6bec2bc14 * src/GrampsBSDDB.py: change rebuilding of secondary indices
to use keys instead of cursors.


svn: r5452
2005-11-29 14:25:13 +00:00
Julio Sánchez
8d69ef84ae * NEWS: Better support for media objects in GEDCOM output
svn: r5451
2005-11-29 09:10:31 +00:00
Alex Roitman
96fc843582 Update
svn: r5450
2005-11-28 20:26:04 +00:00
Alex Roitman
a0faa8fc7c * src/GenericFilter.py (MatchesFilter.apply): Typo.
svn: r5449
2005-11-28 20:24:58 +00:00
Dionysios
725eeabbfb updated translation
svn: r5448
2005-11-28 17:46:47 +00:00
Dionysios
0d11732134 updated translation
svn: r5447
2005-11-28 17:41:13 +00:00
Martin Hawlisch
f6aead38f0 * src/FamilyView.py (change_families): Avoid exception if family does not contain parents
svn: r5446
2005-11-28 13:56:29 +00:00
Martin Hawlisch
d239c38730 * NEWS: Better support for unicode filenames
svn: r5445
2005-11-28 13:07:11 +00:00
Julio Sánchez
df1ba0e69c * src/DateParser.py: match modifiers in reverse length order so that
multiword modifiers work even if other modifier matches the first
words of the longer modifier
* src/ReadGedcom.py: be more tolerant w.r.t. whitespace in input,
to parse the output from tools that try (incorrectly) to make
the GEDCOM easier to read.  Gedcom.pm is one example.
* src/WriteGedcom.py: make sure referenced family sources are output


svn: r5444
2005-11-28 09:10: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
41c69d9557 * src/po/template.po: Update.
svn: r5442
2005-11-28 00:10:19 +00:00
Don Allingham
516f12b46e * src/EditPerson.py: properly handled added name types for the
preferred name


svn: r5441
2005-11-27 03:58:04 +00:00
Alex Roitman
ea9e35399a * src/GenericFilter.py
(IsLessThanNthGenerationAncestorOfDefaultPerson): Add new filter rule.


svn: r5440
2005-11-26 03:09:48 +00:00
Don Allingham
2073b8ea41 * src/gramps.glade: enable word wrap on publication information
on the source display


svn: r5439
2005-11-25 21:52:54 +00:00
Martin Hawlisch
9629c6610f * src/GenericFilter.py (IsSpouseOfFilterMatch) Call prepare for recursive filter
svn: r5438
2005-11-25 21:01:11 +00:00
Martin Hawlisch
f221703095 * src/GenericFilter.py (HasCommonAncestorWith): Catch no longer existing person
svn: r5437
2005-11-25 16:39:51 +00:00
Don Allingham
63c4ca9553 * src/po/template.po: updated translation file
svn: r5436
2005-11-25 04:01:37 +00:00
Alex Roitman
f141edf70d * NEWS: Update.
* src/docgen/HtmlDoc.py (build_style_declaration): Use top- and
bottom- margins for paragraph styles.

* 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.
  (cleanup_missing_photos) Use Utils.find_file to fix encoding problems
* src/gramps_main.py: Use Utils.find_file and Utils.find_folder to
  enable using unicode names for gramps databases


svn: r5435
2005-11-25 03:09:10 +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
Don Allingham
61865fed62 * src/docgen/KwordDoc.py: fix margins and fonts.
svn: r5433
2005-11-24 05:41:44 +00:00
Alex Roitman
22d8f9bed1 Update
svn: r5432
2005-11-24 05:41:11 +00:00
Alex Roitman
7e0ecb9806 * src/GenericFilter.py (IsLessThanNthGenerationAncestorOfBookmarked):
Add new filter rule.


svn: r5431
2005-11-24 05:10:37 +00:00
Alex Roitman
c175a467ab Update
svn: r5430
2005-11-24 04:26:35 +00:00
Alex Roitman
499da39245 * src/docgen/AsciiDoc.py (reformat_para): Add optional argument
for the first line indent; (start_paragraph): remove leader
handling; (end_paragraph): Handle all formatting, including leader
and first line indent.


svn: r5429
2005-11-24 03:25:45 +00:00
Alex Roitman
bf7c2849ae * src/docgen/PSDrawDoc.py (encode): Add tolerant encoder;
(patch_text): Remove unused method.


svn: r5428
2005-11-24 01:34:45 +00:00
Alex Roitman
3c426c0ffc * src/BaseDoc.py (SheetParser.startElement): Tolerate missing
tmargin and bmargin (when reading older style files).


svn: r5427
2005-11-23 22:14:56 +00:00
Alex Roitman
a9b53b1a9f Update
svn: r5426
2005-11-23 21:15:32 +00:00
Alex Roitman
ccef7e48c0 Update
svn: r5425
2005-11-23 20:38:20 +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
Alex Roitman
31e94e89bd * test/runtest.sh: Switch to doing many reports in one call.
svn: r5423
2005-11-23 06:03:24 +00:00
Don Allingham
1fdfa0fd1a * src/docgen/AbiWord2Doc.py: fix spacing for top and bottom margin
svn: r5422
2005-11-23 04:48:01 +00:00
Don Allingham
0aedc53918 * src/ArgHandler.py: fix typo
* src/docgen/PSDrawDoc.py: removed print statements


svn: r5421
2005-11-23 04:07:39 +00:00
Don Allingham
3a7d7bd85c added
svn: r5420
2005-11-23 04:00:39 +00:00
Don Allingham
85e23601bc * src/plugins/DetDescendantReport.py: fixed insert_image
svn: r5419
2005-11-23 00:00:31 +00:00
Don Allingham
15932243e8 * src/ReadGedcom.py: Fix handling of CONT
svn: r5418
2005-11-22 21:56:17 +00:00
Alex Roitman
9642815c34 * src/Report.py: Better packing in vertical direction.
svn: r5417
2005-11-22 19:24:52 +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
Dionysios
c75ab29845 updated translation
svn: r5415
2005-11-22 17:36:24 +00:00
Don Allingham
cf726952ba * src/plugins/NavWebPage.py: Fix output_notebook remains.
svn: r5414
2005-11-22 15:38:37 +00:00
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