Don Allingham
caa78c7f0f
* src/docgen/OpenOfficeDoc.py: Fix styles
...
svn: r2079
2003-09-02 03:28:27 +00:00
Alex Roitman
808eacaa47
Update
...
svn: r2046
2003-08-26 01:19:41 +00:00
Alex Roitman
7c9ffc6935
* src/docgen/OpenOfficeDoc.py (open): Typos.
...
svn: r2045
2003-08-25 23:58:01 +00:00
Don Allingham
af665d5a65
* src/BaseDoc.py: support start_page and end_page for backwards
...
compatibility to older versions
* src/docgen/OpenOfficeDoc.py: support all graphics functionality
svn: r2038
2003-08-25 03:13:52 +00:00
Don Allingham
49fbb18740
* src/BaseDoc.py: New base clase for TextDoc/DrawDoc combination
...
* src/docgen/OpenOffice.py: Derive from BaseDoc instead of TextDoc
svn: r2033
2003-08-23 21:10:21 +00:00
Don Allingham
b5f75c0a77
switch from intl to gettext
...
svn: r2017
2003-08-17 02:14:33 +00:00
Tim Waugh
022508637d
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
Don Allingham
9307d1e83e
* src/docgen/OpenOfficeDoc.py: Header paragraphs have the keep-with-next
...
property set
svn: r1911
2003-07-21 03:28:14 +00:00
Alex Roitman
2a33c54618
* 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
Don Allingham
deada04e03
* src/DisplayTrace.py: identify more linux versions
...
* src/gramps_main.py: fix callbacks for reports
* src/plugins/ReorderIds.py: handle integers larger that 32bit
* src/Plugins.py: keep a separate lists for formats that support
the book format
* src/docgen/PdfDoc.py: register as a format supporting books
* src/docgen/OpenOfficeDoc.py: register as a format supporting books
* src/plugins/BookReport.py: Support different lists for books
svn: r1804
2003-06-30 03:12:22 +00:00
Don Allingham
829115ed72
* src/docgen/OpenDrawDoc.py: add support for superscripts
...
* src/docgen/OpenOfficeDoc.py: add support for superscripts
* src/plugins/Ancestors.py: New Ancestors report added
svn: r1727
2003-06-14 02:18:55 +00:00
Alex Roitman
59567076ce
* src/docgen/OpenOfficeDoc.py: Escape special XML characters.
...
svn: r1720
2003-06-13 15:13:47 +00:00
Alex Roitman
c5c5b9b217
* src/docgen/OpenOfficeDoc.py: Surround images by paragraph tags
...
when inside the table cell.
svn: r1718
2003-06-13 04:07:13 +00:00
Alex Roitman
212a2d95ee
Typo
...
svn: r1714
2003-06-12 14:21:34 +00:00
Alex Roitman
dffbb9178d
* src/docgen/OpenOfficeDoc.py: Fix typo. Prevent images from being
...
copied more than once.
svn: r1713
2003-06-12 14:19:30 +00:00
Don Allingham
059fbee03e
* src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules
...
to be more efficient and to properly handle loop detection.
* src/RelLib.py: Added the getValidDeath and getValidBirth methods to
the Person class
svn: r1710
2003-06-12 02:04:42 +00:00
Don Allingham
ea94d9a4fa
* src/TextDoc.py: Added name property to style sheets
...
* src/StyleEditor.py: Add name property to edited style sheets
* src/RelLib.py: Fix for witness event under ZODB
* src/docgen/OpenDrawDoc.py: change name to OpenOffice.org
* src/docgen/OpenOfficeDoc.py: change name to OpenOffice.org
svn: r1677
2003-06-09 18:04:04 +00:00
Don Allingham
5393053b44
Support for AbiWord 1.9 or greater (table support)
...
svn: r1556
2003-05-20 23:20:47 +00:00
Don Allingham
f17265cf9e
Change file extentions in reports when different filetype is chosen
...
svn: r1534
2003-05-16 01:49:50 +00:00
Don Allingham
50c4ca4107
Reports handle file extensions and check for existing file.
...
svn: r1462
2003-04-18 04:15:42 +00:00
Don Allingham
f830960278
Report error exceptions
...
svn: r1275
2003-01-29 04:43:12 +00:00
Don Allingham
c47fa5b942
tempfile fixes
...
svn: r1269
2003-01-22 04:29:00 +00:00
Don Allingham
9b28f6263f
Import fixes/pychecker fixes
...
svn: r1256
2003-01-15 05:25:50 +00:00
Don Allingham
487cf61840
OpenOffice fixes, calendar format fixes
...
svn: r1239
2003-01-06 05:14:49 +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
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00