Tim Waugh
df17ff23bb
2003-07-10 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py: Fix for probablyAlive(). If there is no date, but
there is other information about the death, the person is not alive.
svn: r1855
2003-07-10 11:26:48 +00:00
Alex Roitman
ef2fe6d7f1
* doc/gramps-manual/C/gramps-manual.xml: More corrections.
...
svn: r1854
2003-07-10 04:10:23 +00:00
Alex Roitman
8da5f012da
* doc/gramps.1.in, doc/gramps.1: Update the date.
...
* src/plugins/book.glade: Mark dummy strings as non-translatable.
svn: r1853
2003-07-10 00:13:27 +00:00
Don Allingham
be9636dde7
Correct merge problem
...
svn: r1852
2003-07-09 16:29:53 +00:00
Alex Roitman
59bb163a37
* doc/gramps-manual/C/gramps-manual.xml: Straighten up versioning.
...
* doc/gramps-manual/C/gramps-manual-C.omf: Update version and date.
svn: r1851
2003-07-09 16:07:11 +00:00
Alex Roitman
35f148c424
* src/po/ru.po: First draft of Russian translation for 0.9.3.
...
svn: r1850
2003-07-09 05:16:01 +00:00
Alex Roitman
4a798f9d56
Update
...
svn: r1849
2003-07-09 05:14:17 +00:00
Alex Roitman
c9217c1856
* src/SelectChild.py: Fix typos upsetting translation.
...
* src/plugins/book.glade: Mark dummy strins as non-translatable.
* src/po/template.po: Update the above corrections in template.
svn: r1848
2003-07-09 05:07:26 +00:00
Don Allingham
55a25ee7d4
update
...
svn: r1847
2003-07-09 01:34:37 +00:00
Donald A. Peterson
630843f71b
Fixed two typos
...
svn: r1846
2003-07-08 22:45:49 +00:00
Alex Roitman
500d3de2ae
Update
...
svn: r1845
2003-07-08 18:01:37 +00:00
Alex Roitman
f33a21bc0e
Update
...
svn: r1844
2003-07-08 14:10:32 +00:00
Alex Roitman
566354075c
Update
...
svn: r1843
2003-07-08 04:37:56 +00:00
Alex Roitman
642f01600e
* doc/gramps-manual/C/figures/bookreport.png: Add to CVS.
...
* doc/gramps-manual/C/figures/family.png: Update screenshot.
* doc/gramps-manual/C/figures/edit-wi.png: Update screenshot.
svn: r1842
2003-07-08 03:19:30 +00:00
Alex Roitman
36b610cb0f
* doc/gramps-manual/C/gramps-manual.xml: Update manual.
...
svn: r1841
2003-07-08 02:41:55 +00:00
Don Allingham
3287e69d3a
update
...
svn: r1840
2003-07-08 00:43:46 +00:00
Don Allingham
604cb39f5b
* src/plugins/DetAncestralReport.py: add import of string
...
* src/plugins/DetDescendantReport.py: add import of string
* src/Date.py: compare date modes when comparing dates
* src/EditPerson.py: save date strings which comparing for changes
* src/FamilyView.py: Scope Person.male properly
svn: r1839
2003-07-08 00:42:26 +00:00
Alex Roitman
aa732c16d7
* src/Makefile.am: Ship SelectPerson.py and choose.glade.
...
* src/plugins/Makefile.am: Ship SimpleBookTitle.py and book.glade.
* NEWS: Some updates for upcoming release.
svn: r1838
2003-07-07 23:54:40 +00:00
Alex Roitman
c4b5ff9013
Fix styles in book. Switch to tuple of options.
...
* src/plugins/AncestorReport.py: Fix styles in book.
* src/plugins/Ancestors.py: Fix styles in book.
* src/plugins/DescendReport.py: Fix styles in book.
* src/plugins/FtmStyleAncestors.py: Fix styles in book.
* src/plugins/FtmStyleDescendants.py: Fix styles in book.
* src/plugins/IndivComplete.py: Switch to tuple of options.
* src/plugins/IndivSummary.py: Switch to tuple of options.
* src/plugins/SimpleBookTitle.py: Fix styles in book.
* src/plugins/FamilyGroup.py: Fix styles in book.
* src/plugins/DetAncestralReport.py: Fix styles in book.
svn: r1837
2003-07-07 16:57:27 +00:00
Alex Roitman
6abc6ece1b
* src/plugins/DetDescendantReport.py: Enable book functionality.
...
svn: r1836
2003-07-07 16:35:32 +00:00
Tim Waugh
a3545c0cba
2003-07-07 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py: Fix GEDCOM export. Fixed date
construction logic to handle datestrs.
svn: r1835
2003-07-07 10:57:11 +00:00
Tim Waugh
807ce4e496
2003-07-07 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/WriteGedcom.py: Fix GEDCOM export.
svn: r1834
2003-07-07 10:39:05 +00:00
Alex Roitman
cb2105f416
Check whether family exists before accessing it.
...
* src/plugins/DetAncestralReport.py: Enable book functionality.
svn: r1833
2003-07-07 06:15:05 +00:00
Don Allingham
eea9b3b095
update
...
svn: r1832
2003-07-07 02:34:37 +00:00
Don Allingham
ffe4cc5714
* gramps.sh.in: Don't override an existing PYTHONPATH environment
...
variable
svn: r1831
2003-07-07 02:34:06 +00:00
Alex Roitman
677d99e0ba
* src/plugins/FamilyGroup.py: Enable book functionality.
...
Check whether family exists before accessing it.
svn: r1830
2003-07-06 21:55:52 +00:00
Alex Roitman
45bf59b7a8
* src/plugins/BookReport.py: Make a list of options from a tuple.
...
* src/plugins/AncestorReport.py: Register options as a tuple.
* src/plugins/Ancestors.py: Register options as a tuple.
* src/plugins/DescendReport.py: Register options as a tuple.
* src/plugins/FtmStyleAncestors.py: Register options as a tuple.
* src/plugins/FtmStyleDescendants.py: Register options as a tuple.
* src/plugins/IndivComplete.py: Register options as a tuple.
* src/plugins/IndivSummary.py: Register options as a tuple.
* src/plugins/SimpleBookTitle.py: Register options as a tuple.
svn: r1829
2003-07-06 19:55:45 +00:00
Don Allingham
76e9b6daec
update
...
svn: r1828
2003-07-06 03:56:25 +00:00
Don Allingham
284a49a8c0
* src/dialog.glade: witness changes
...
svn: r1827
2003-07-06 03:56:08 +00:00
Don Allingham
53fb14cbd3
update
...
svn: r1826
2003-07-06 03:53:18 +00:00
Don Allingham
bd4191ca2d
* src/ImageSelect.py: eliminate recursive error loop when a thumbnail
...
cannot be created.
* src/plugins/ReorderIds.py: handle IDs better when reordering
svn: r1825
2003-07-06 03:52:38 +00:00
Alex Roitman
bce6246370
Minor corrections
...
svn: r1824
2003-07-05 23:11:44 +00:00
Alex Roitman
e30569339e
* src/plugins/Ancestors.py: Enable book functionality.
...
svn: r1823
2003-07-05 23:10:43 +00:00
Alex Roitman
d33bb7839c
Update
...
svn: r1822
2003-07-05 21:50:23 +00:00
Alex Roitman
76714fd062
Add special treatment for Title entries (no central person displayed).
...
Change type to Title (was Text).
* src/plugins/IndivComplete.py: Use filter number in configurator.
Move get_report_filters out of dialogs classes so that it can be
shared between both dialogs and the write_book_item().
* src/plugins/DescendReport.py: Enable book functionality.
* src/plugins/AncestorReport.py: Enable book functionality.
svn: r1821
2003-07-05 21:47:41 +00:00
Alex Roitman
1ad10fb052
* src/plugins/BookReport.py (BookReportSelector.__init__):
...
Enable translation for interface strings,
* src/plugins/BookReport.py (BookReportDialog.get_stylesheet_savefile):
Add this function to form sane filename for the output.
* src/plugins/SimpleBookTitle.py: Add configurable title and copyright.
svn: r1820
2003-07-05 18:25:25 +00:00
Tim Waugh
818e63cac5
2003-07-04 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Really fixed text style for '(no photo)'.
svn: r1819
2003-07-04 22:16:32 +00:00
Don Allingham
0335d7b599
update
...
svn: r1818
2003-07-03 04:55:29 +00:00
Don Allingham
18fd43fe7d
* src/Witness.py: integrate SelectPerson
...
svn: r1817
2003-07-03 04:55:16 +00:00
Don Allingham
c8e0bd8538
update
...
svn: r1816
2003-07-03 04:15:24 +00:00
Don Allingham
b4ca53cbec
* src/SourceView.py: Speed up redraw performance
...
svn: r1815
2003-07-03 04:15:13 +00:00
Don Allingham
aa38717aba
update
...
svn: r1814
2003-07-03 04:05:59 +00:00
Don Allingham
a33f0e716d
* src/plugins/WriteGedcom.py: handle surnames containing a slash
...
svn: r1813
2003-07-03 04:05:19 +00:00
Don Allingham
18853036c1
update
...
svn: r1812
2003-07-03 03:33:24 +00:00
Don Allingham
5dcc7420e9
* src/AddSpouse.py: handle adding of new person callback correctly
...
svn: r1811
2003-07-03 03:32:46 +00:00
Don Allingham
85c30f72c4
update
...
svn: r1810
2003-07-03 02:56:58 +00:00
Don Allingham
e06284c4c3
* src/plugins/ReadGedcocm.py: Fix callback parameters
...
svn: r1809
2003-07-03 02:56:34 +00:00
Tim Waugh
56dd6eda7a
2003-07-01 Tim Waugh <twaugh@redhat.com>
...
* src/EditPerson.py: Don't guess gender if it has already been set.
svn: r1808
2003-07-01 19:04:47 +00:00
Tim Waugh
4fc2cc27cd
2003-06-30 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Makefile.am: Ship FanChart.py.
svn: r1807
2003-06-30 23:03:08 +00:00
Tim Waugh
8f99c6ff7f
2003-06-30 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py (generation): Report on the correct
number of generations (was out by one). Fixed text style for
'(no photo)'.
svn: r1806
2003-06-30 14:56:32 +00:00