Don Allingham
13569421af
update
...
svn: r1970
2003-08-08 03:17:59 +00:00
Alex Roitman
1c58bd5bd9
* src/po/template.po: Update the translation template.
...
svn: r1967
2003-08-07 12:31:54 +00:00
Lars Lundin
b6c9ff7624
* src/plugins/BookReport.py: Fixed typo (containg).
...
* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
Fixed typo (death_endotes).
svn: r1966
2003-08-07 08:53:22 +00:00
Alex Roitman
917a752688
* src/EditPerson.py (did_data_change): Add a unicode conversion to the
...
surname string.
svn: r1965
2003-08-07 04:38:06 +00:00
Alex Roitman
8e6195eaa9
* src/FamilyView.py (load_family): Enable translation for family
...
relation.
* src/const.py.in: Add new functions: display_event(), save_event(),
display_attr(), and save_attr() which work for either personal or
family events/attributes. Correct silly typo.
* src/WriteXML.py (dump_my_event): Call const.save_event() before
saving; (write_family_id): Call const.save_frel() before saving;
(write_attribute_list): Call const.save_attr() before saving.
* src/Marriage.py (redraw_event_list): Call const.display_fevent()
before saving; (on_add_clicked): change const.save_fevent() to
const.display_fevent(); (on_event_update_clicked): Likewise.
* src/EventEdit.py (EventEditor.__init__): Call self.trans() before
displaying event name.
svn: r1964
2003-08-07 03:54:10 +00:00
Tim Waugh
a5ee260def
2003-08-05 Tim Waugh <twaugh@redhat.com>
...
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: Adjusted the way
that 'Print Report' is handled.
* src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Likewise.
* src/plugins/AncestorChart.py: Undo previous change to do with
printing reports.
svn: r1962
2003-08-05 17:01:47 +00:00
Alex Roitman
b563b8ea77
* src/plugins/WebPage.py (WebReportDialog.get_report_generations):
...
Disable number of generations (was not used anyway).
svn: r1961
2003-08-05 04:00:55 +00:00
Alex Roitman
d54d9f9270
* src/GenericFilter.py: Fixes for existing filters (ancestors and
...
descendants used to include the original person).
Four new filters: ancestors and descendants more and less than so many
generations away.
* NEWS: Compile preliminary contents for the next release.
svn: r1960
2003-08-05 03:35:42 +00:00
Alex Roitman
898b33efef
* src/plugins/GraphViz.py (make_doc_menu): Add paper option to the menu.
...
svn: r1959
2003-08-05 01:34:59 +00:00
Alex Roitman
0ff39d38a0
* src/gramps_main.py (save_file): Remove statusbar.set_pulse_step()
...
call because gnome.ui.AppBar does not have such method.
svn: r1958
2003-08-03 05:41:08 +00:00
Alex Roitman
cca145494d
* src/po/template.po: Update the above corrections in template.
...
svn: r1957
2003-08-03 04:45:01 +00:00
Alex Roitman
a934e5806b
* src/dialog.glade: Consistent tooltips.
...
* src/gramps.glade: Likewise.
* src/marriage.glade: Likewise.
* src/edit_person.glade: Likewise.
* src/plugins/pafexport.glade: Consistent check box label.
svn: r1956
2003-08-03 03:41:35 +00:00
Alex Roitman
9c10ab431c
* src/plugins/writeftree.glade: Swap OK and Cancel buttons (HIG).
...
* src/plugins/cdexport.glade: Likewise.
* src/plugins/gedcomexport.glade: Likewise.
* src/plugins/pkgexport.glade: Likewise.
* src/plugins/ReadGedcom.py: Fix Cancel button (was destroying itself).
svn: r1955
2003-08-02 05:41:51 +00:00
Don Allingham
0d0518e21f
update
...
svn: r1954
2003-08-02 03:31:02 +00:00
Don Allingham
5f35f6178a
update
...
svn: r1952
2003-08-02 03:19:45 +00:00
Don Allingham
66d0ce1f15
update
...
svn: r1950
2003-08-02 02:22:50 +00:00
Don Allingham
f88df74451
update
...
svn: r1948
2003-08-01 03:40:10 +00:00
Alex Roitman
a93605c8a7
Update
...
svn: r1946
2003-08-01 02:02:51 +00:00
Alex Roitman
54079d5624
* src/RelLib.py (LdsOrd.are_equal): Correctly handle the case when
...
the new object is None and the old is empty.
(LdsOrd.isEmpty): Add function.
svn: r1945
2003-08-01 01:58:51 +00:00
Don Allingham
4d540111be
update
...
svn: r1944
2003-07-31 12:01:40 +00:00
Don Allingham
12e2e5c2c4
update
...
svn: r1941
2003-07-29 04:36:45 +00:00
Tim Waugh
5ce10796a2
2003-07-28 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/AncestorChart.py: Printable hook.
svn: r1939
2003-07-28 20:32:15 +00:00
Tim Waugh
11acb620c1
2003-07-28 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/GraphViz.py: Adapt.
* src/Report.py, src/TextDoc.py, src/DrawDoc.py, src/Plugins.py: More
support for making printable output formats.
svn: r1938
2003-07-28 20:31:09 +00:00
Tim Waugh
22dbff7ea0
2003-07-28 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/GraphViz.py: Adapt.
svn: r1937
2003-07-28 20:29:37 +00:00
Tim Waugh
3cdc0261ef
2003-07-28 Tim Waugh <twaugh@redhat.com>
...
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: More support for
making printable output formats.
* src/docgen/PSDrawDoc.py, src/docgen/PdfDrawDoc.py: Make these
output formats printable.
svn: r1936
2003-07-28 17:20:18 +00:00
Don Allingham
1755b3fadc
update
...
svn: r1934
2003-07-27 18:36:57 +00:00
Don Allingham
ad94f32a9f
update
...
svn: r1932
2003-07-27 03:51:35 +00:00
Tim Waugh
c54e12ea51
2003-07-25 Tim Waugh <twaugh@redhat.com>
...
* src/Report.py: Support for making output formats printable.
* src/plugins/GraphViz.py: Make it printable.
svn: r1930
2003-07-25 18:22:07 +00:00
Tim Waugh
0b27e9db03
2003-07-25 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/ReadGedcom.py: Handle ABBR in source definitions (i.e.
handle the GEDCOM that our exporter writes).
svn: r1929
2003-07-25 10:45:24 +00:00
Tim Waugh
425fec4126
2003-07-24 Tim Waugh <twaugh@redhat.com>
...
* src/GenericFilter.py: Several more filters which iterate over
other filters.
svn: r1928
2003-07-24 16:47:36 +00:00
Tim Waugh
ab8f082d42
2003-07-24 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/FilterEditor.py: Fix 'edit' to do so in place.
svn: r1926
2003-07-24 14:42:15 +00:00
Tim Waugh
0dfedfb334
2003-07-23 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New
options for excluding sources and notes for living people.
svn: r1925
2003-07-23 14:15:34 +00:00
Tim Waugh
5240e115ce
2003-07-23 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: More translation bits. Include
source author and publication information.
svn: r1924
2003-07-23 13:52:17 +00:00
Alex Roitman
c2d84159b0
* src/SelectChild.py: Replace braces with parentheses in named format
...
string parameter.
svn: r1923
2003-07-23 05:49:02 +00:00
Tim Waugh
26cab7e1a3
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Mark translation strings.
svn: r1922
2003-07-22 17:40:05 +00:00
Tim Waugh
6f13cf9de1
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Mark the easy translation strings.
Start tentative work on making the rest translatable.
svn: r1921
2003-07-22 11:53:04 +00:00
Tim Waugh
d89cb456de
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Mark the easy translation strings.
svn: r1920
2003-07-22 11:40:03 +00:00
Tim Waugh
d1c1c2e4da
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py: Made Person.probablyAlive() take partners into
consideration if all else fails.
svn: r1919
2003-07-22 10:52:55 +00:00
Tim Waugh
aeea4b56a5
2003-07-22 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py, src/plugins/gedcomexport.glade: New
option for obscuring names of living people.
svn: r1918
2003-07-22 10:14:49 +00:00
Don Allingham
ea993caa3d
update
...
svn: r1917
2003-07-22 04:45:49 +00:00
Alex Roitman
4bd17f688a
* src/MergeData.py: Various merge fixes.
...
svn: r1915
2003-07-22 04:12:58 +00:00
Alex Roitman
8f54978f38
Update
...
svn: r1914
2003-07-21 13:18:35 +00:00
Tim Waugh
cce126755b
2003-07-21 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py: Made Person.probablyAlive() smarter.
svn: r1913
2003-07-21 11:20:31 +00:00
Don Allingham
bb483ef22f
update
...
svn: r1912
2003-07-21 03:28:41 +00:00
Don Allingham
835aafaac7
update
...
svn: r1910
2003-07-21 02:50:15 +00:00
Don Allingham
bd2a26d708
update
...
svn: r1908
2003-07-21 00:14:37 +00:00
Don Allingham
b36e0073ee
update
...
svn: r1906
2003-07-21 00:13:59 +00:00
Tim Waugh
bd96aef984
2003-07-20 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Include source notes. Adjusted default
styles.
svn: r1904
2003-07-20 12:19:12 +00:00
Alex Roitman
5ee6d863e0
* src/docgen/OpenOfficeDoc.py (_write_styles_file): Switch paragraph
...
alignment to "start" and "end" (was "left and "right").
* src/plugins/AncestorReport.py: Change prefixed style name ("AHN-").
Needed because HTML gets confised by ":" in the class name.
* src/plugins/Ancestors.py: Likewise ("AR-").
* src/plugins/DescendReport.py: Likewise ("DR-").
* src/plugins/DetAncestralReport.py: Likewise ("DAR-").
* src/plugins/DetDescendantReport.py: Likewise ("DDR-").
* src/plugins/FtmStyleAncestors.py: Likewise ("FTA-").
* src/plugins/FtmStyleDescendants.py: Likewise ("FTD-").
* src/plugins/FamilyGroup.py: Likewise ("FGR-").
* src/plugins/CustomBookText.py: Likewise ("CBT-").
* src/plugins/SimpleBookTitle.py: Likewise ("SBT-").
* src/plugins/IndivSummary.py: Likewise ("IVS-").
* src/plugins/IndivComplete.py: Likewise ("IDS-").
svn: r1903
2003-07-18 13:43:13 +00:00
Alex Roitman
0d4fd430b2
Update
...
svn: r1902
2003-07-18 13:32:11 +00:00