Alex Roitman
6431759d5a
* src/gramps_main.py (open_example): Fix destination name when copying
...
files (was directory name).
* doc/gramps-manual/C/gramps-manual.xml: Reflect name change for
Comprehensive Ancestors Report.
* src/plugins/AncestorReport.py: Prefixed style names ("AHN:").
* src/plugins/Ancestors.py: Prefixed style names ("AR:").
* src/plugins/DescendReport.py: Prefixed style names ("DR:").
* src/plugins/DetAncestralReport.py: Prefixed style names ("DAR:").
* src/plugins/DetDescendantReport.py: Prefixed style names ("DDR:").
* src/plugins/FtmStyleAncestors.py: Prefixed style names ("FTA:").
* src/plugins/FtmStyleDescendants.py: Prefixed style names ("FTD:").
* src/plugins/FamilyGroup.py: Prefixed style names ("FGR:").
* src/plugins/CustomBookText.py: Prefixed style names ("CBT:").
* src/plugins/SimpleBookTitle.py: Prefixed style names ("SBT:").
Rename "Copyright string" with "Subtitle string".
* src/plugins/BookReport.py (BookReportDialog.__init__): Finally,
clear the style problem.
svn: r1901
2003-07-18 06:17:28 +00:00
Alex Roitman
2bc38a14d9
* 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
1f45296ff7
* 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
Don Allingham
5384b63ffa
* 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
fde4b089f7
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
499d70110e
* src/plugins/DetDescendantReport.py: Enable book functionality.
...
svn: r1836
2003-07-07 16:35:32 +00:00
Alex Roitman
aa57665c07
* src/plugins/FtmStyleAncestor.py (apply_filter):
...
Fixed generation condition.
* src/plugins/FtmStyleDescendants.py (write_report):
Do not print children if the current generation is the last.
* src/plugins/DetDescendantReport.py (filter):
Make it apply_filter, clean up and make shorter, modify numbering
algorithm so that no gaps occur in people's indices.
svn: r1649
2003-06-03 19:48:33 +00:00
Alex Roitman
62b65130b4
* src/DetAncestralReport.py (write_death): Proper checks for valid day
...
* src/DetDescendantReport.py (write_death): Likewise.
svn: r1641
2003-06-02 22:46:58 +00:00
Alex Roitman
ccad62d567
Typo
...
svn: r1636
2003-06-02 18:50:11 +00:00
Alex Roitman
77e32f083b
* src/plugins/DetDescendantReport.py (write_mate): Swap mate and
...
person variables, clear code a bit.
(make_report, add+user_options): Allow same set of options as the
detailed ancestral report.
svn: r1634
2003-06-02 18:44:39 +00:00
Alex Roitman
ce12a00898
* src/plugins/DetDescendantReport.py
...
(DetDescendantReport.write_marriage):
Missing value for the format line parameter
* src/plugins/FtmStyleDescendants.py
(FtmDescendantReport.print_more_about): Print regular name in the
header of the "More About" dialog. Also add missing endnotes value.
(FtmDescendantReport.print_parents): Fix a typo in a format line value.
svn: r1623
2003-06-02 03:44:47 +00:00
Don Allingham
66c5580493
Plugin clean up
...
svn: r1310
2003-02-15 23:03:48 +00:00
Don Allingham
d2ef898a2d
Report updates
...
svn: r1288
2003-02-08 17:28:41 +00:00
Don Allingham
f830960278
Report error exceptions
...
svn: r1275
2003-01-29 04:43:12 +00:00
Don Allingham
b6926fa77b
UTF-8 support for translations, clean up gettext, improved gallery handling
...
svn: r1204
2002-11-25 04:30:36 +00:00
Don Allingham
a62c2a0822
GTK translation updates
...
svn: r1155
2002-10-28 13:36:39 +00:00
Don Allingham
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00