Commit Graph

168 Commits

Author SHA1 Message Date
Alex Roitman
cd316ad07a * src/gramps.glade: Add "..." after Merge, Edit Bookmarks, Preferences,
and "Show plugin status" menu items.


svn: r1890
2003-07-16 12:24:26 +00:00
Alex Roitman
b7b0a4eefc Update
svn: r1889
2003-07-16 02:33:57 +00:00
Alex Roitman
28a1848322 * src/GrampsCfg.py: Toolbar and statusbar (single word each).
* src/preferences.glade: Statusbar (single word).
* doc/gramps-manual/C/gramps-manual.xml: More corrections.


svn: r1888
2003-07-16 02:33:19 +00:00
Alex Roitman
5b01f01bc2 * src/plugins/FtmStyleAncestors.py: Fix coma-sepration for endnotes.
Translate "Endnotes" sub-heading. Enable pagebreak only when
generation > 1 (was 0).
* src/plugins/FtmStyleDescendants.py: Likewise.
* src/const.py.in: Make the confidence order high to low (was l->h).
* src/plugins/AncestorChart.py: Enable translation for "b." and "d."
* src/plugins/DesGraph.py: Likewise.
* src/po/template.po: Update the above corrections in template.


svn: r1887
2003-07-16 00:58:10 +00:00
Alex Roitman
2f7ae1eb6f * src/edit_person.glade: Add colon after "Type" label.
* src/dialog.glade: Add accelerator to "Address" label of AddrEdit.
* src/po/template.po: Update the above corrections in template.
* src/plugins/Makefile.am: Ship CustomBookText.py


svn: r1886
2003-07-15 22:05:18 +00:00
Alex Roitman
068140a500 * src/plugins/ReadPkg.py: Remove "..." (move this to Plugins.py).
* src/plugins/ReadNative.py: Likewise.
* src/plugins/ReadGedcom.py: Likewise.
* src/plugins/WritePkg.py: Likewise.
* src/plugins/WriteCD.py: Likewise.
* src/plugins/WriteGedcom.py: Likewise.
* src/Plugins.py: Add "..." at menu generation.


svn: r1885
2003-07-15 21:29:38 +00:00
Alex Roitman
7ad01cdb52 * src/plugins/WritePkg.py: Enable "..." in the menu item.
* src/plugins/WriteCD.py: Likewise.
* src/plugins/WriteGedcom.py: Likewise.


svn: r1884
2003-07-15 19:17:17 +00:00
Alex Roitman
5b8cc3d96c * src/plugins/ReadPkg.py: Enable "..." in the menu item.
* src/plugins/ReadNative.py: Likewise.
* src/plugins/ReadGedcom.py: Likewise.
* src/Report.py: Put "Style" label in singular form (was plural).


svn: r1883
2003-07-15 17:17:58 +00:00
Alex Roitman
28a3869945 * src/plugins/CustomBookText.py: Add to CVS.
svn: r1882
2003-07-15 13:09:49 +00:00
Donald A. Peterson
1a73d411a9 * src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a
commented line in the output rather than implemented by default
since not all LaTeX installations include ucs.sty by default.


svn: r1877
2003-07-14 18:41:10 +00:00
Alex Roitman
4002b1686b Update
svn: r1875
2003-07-13 00:10:10 +00:00
Alex Roitman
4de76df6f6 * src/plugins/BookReport.py (BookReportDialog.make_document):
Move item initialization here (was in make_report).
* src/plugins/DetDescendantReport.py: Remove empty setup().
* src/plugins/AncestorReport.py: Likewise.
* src/plugins/Ancestors.py: Likewise.
* src/plugins/DescendReport.py: Likewise.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/FamilyGroup.py: Likewise.
* src/plugins/DetAncestralReport.py: Likewise.


svn: r1874
2003-07-13 00:09:29 +00:00
Alex Roitman
d6e20b8536 * doc/gramps-manual/C/gramps-manual.xml: More corrections.
svn: r1872
2003-07-12 18:48:42 +00:00
Alex Roitman
e989fb7b2d * src/Plugins.py (PluginDialog.build_tree): Remove reverse() call.
svn: r1871
2003-07-12 17:59:38 +00:00
Alex Roitman
e89b24e6b1 * doc/gramps-manual/C/gramps-manual.xml: More corrections.
svn: r1870
2003-07-12 01:17:27 +00:00
Alex Roitman
0918f6ac95 * src/plugins/IndivSummary.py (IndivSummary.__init__):
Provide default value of 0 to newpage argument.


svn: r1869
2003-07-12 00:36:06 +00:00
Donald A. Peterson
8c1968161e Added unicode supprt to LaTeXDoc.py
svn: r1868
2003-07-11 15:42:14 +00:00
Donald A. Peterson
3fcc872cd0 LaTeXDoc now has unicode support
svn: r1867
2003-07-11 15:32:23 +00:00
Alex Roitman
e2fd888844 Update
svn: r1865
2003-07-11 13:55:53 +00:00
Tim Waugh
5660468eaf 2003-07-11 Tim Waugh <twaugh@redhat.com>
* src/plugins/SimpleBookTitle.py: Define self.style_name before
        calling Report.BareReportDialog.__init__().


svn: r1863
2003-07-11 11:15:40 +00:00
Alex Roitman
e94defacf3 * src/po/ru.po: Updated Russian translation for 0.9.3.
svn: r1862
2003-07-11 03:41:44 +00:00
Alex Roitman
b6cac0abba * src/Report.py (BareReportDialog.build_style_menu):
Initialize menu to self.style_name;
(ReportDialog.__init__): Set self.style_name to "default"
for standalone reports.
* src/plugins/DetDescendantReport.py: Define self.style_name before
calling Report.BareReportDialog.__init__().
* src/plugins/AncestorReport.py: Likewise.
* src/plugins/Ancestors.py: Likewise.
* src/plugins/DescendReport.py: Likewise.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/FtmStyleDescendants.py: Likewise.
* src/plugins/IndivComplete.py: Likewise.
* src/plugins/IndivSummary.py: Likewise.
* src/plugins/FamilyGroup.py: Likewise.
* src/plugins/DetAncestralReport.py: Likewise.


svn: r1861
2003-07-11 03:29:33 +00:00
Alex Roitman
a73fbae639 Update
svn: r1860
2003-07-11 02:53:26 +00:00
Alex Roitman
af7cf82183 * src/plugins/BookReport.py (BookReportDialog.__init__): Do not
* src/plugins/FtmStyleDescendants.py (FtmDescendantReport.__init__):
* src/plugins/IndivComplete.py (IndivComplete.__init__): Likewise.
* src/plugins/IndivSummary.py (IndivSummary.__init__): Likewise.


svn: r1859
2003-07-11 02:52:59 +00:00
Alex Roitman
d343ec62da * src/GrampsCfg.py (GrampsPreferences.select): Conditional get_path().
* src/Plugins.py (PluginDialog.on_node_selected): Likewise.


svn: r1858
2003-07-11 01:12:22 +00:00
Tim Waugh
56754c2f0b 2003-07-10 Tim Waugh <twaugh@redhat.com>
* src/Relationship.py: Fix '[...]teenth' relationship name typos.


svn: r1857
2003-07-10 17:03:04 +00:00
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
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
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
Donald A. Peterson
630843f71b Fixed two typos
svn: r1846
2003-07-08 22:45:49 +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
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
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
53fb14cbd3 update
svn: r1826
2003-07-06 03:53:18 +00:00
Alex Roitman
e30569339e * src/plugins/Ancestors.py: Enable book functionality.
svn: r1823
2003-07-05 23:10:43 +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