Alex Roitman
0f3e2d8933
* src/po/ru.po: Partial translation update.
...
svn: r5472
2005-12-04 23:06:41 +00:00
Julio Sánchez
0ead40054e
* src/MergePeople.py: Avoid creating duplicate spouse-to-family links
...
* src/po/es.po: Partial translation update.
svn: r5470
2005-12-03 17:36:29 +00:00
Alex Roitman
0f5e8db002
* src/po/ru.po: Partial translation update.
...
svn: r5469
2005-12-03 05:24:15 +00:00
Don Allingham
578e659578
* src/ReportOptions.py: fix inheritence
...
svn: r5468
2005-12-03 04:44:42 +00:00
Don Allingham
48283abac1
* various: pychecker fixes
...
svn: r5466
2005-12-02 05:08:01 +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
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
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
a0faa8fc7c
* src/GenericFilter.py (MatchesFilter.apply): Typo.
...
svn: r5449
2005-11-28 20:24:58 +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
7e0ecb9806
* src/GenericFilter.py (IsLessThanNthGenerationAncestorOfBookmarked):
...
Add new filter rule.
svn: r5431
2005-11-24 05:10:37 +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
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
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
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