This website requires JavaScript.
Explore
Help
Register
Sign In
Cyclone-Team
/
gramps
Watch
2
Star
0
Fork
0
You've already forked gramps
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gramps
/
src
/
ReportBase
History
Don Allingham
b884474407
svn: r8445
2007-05-08 04:35:14 +00:00
..
__init__.py
* src/docgen/PSDrawDoc.py: 0000869: PostScript print option will crash
2007-01-24 19:45:57 +00:00
_BareReportDialog.py
svn: r8445
2007-05-08 04:35:14 +00:00
_BookFormatComboBox.py
…
_CommandLineReport.py
Remove "get_generations()" from the report options base classes. It was
2007-03-27 11:50:26 +00:00
_Constants.py
…
_DrawFormatComboBox.py
…
_DrawReportDialog.py
…
_FileEntry.py
* src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding()
2007-01-22 03:56:23 +00:00
_PaperMenu.py
* src/ReportBase/_PaperMenu.py: rename PaperStyle to PaperSize
2007-02-19 04:13:41 +00:00
_PrintTools.py
* src/docgen/PSDrawDoc.py: 0000869: PostScript print option will crash
2007-01-24 19:45:57 +00:00
_Report.py
Divide BaseDoc into BaseDoc, TextDoc and DrawDoc. TextDoc and DrawDoc are abstract interfaces that must be implemented by the corresponding document generators.
2007-04-30 01:56:34 +00:00
_ReportDialog.py
Remove "parse_report_options_frame()" and "parse_other_frames()" from the report interface. They are not used.
2007-03-28 03:17:13 +00:00
_ReportOptions.py
Remove "get_newpage()" and "set_newpage()" from the ReportOptions class. They are not really options. The BookReportDialog now takes care of inserting page breaks.
2007-03-30 02:30:42 +00:00
_ReportUtils.py
Move Graphic Styles, Table Styles and Cell Styles into the StyleSheet class. All report styles are now defined in the "get_default_style()" function.
2007-04-23 11:46:26 +00:00
_SimpleAccess.py
2007-05-06 Don Allingham <don@gramps-project.org>
2007-05-07 03:39:46 +00:00
_SimpleDoc.py
2007-05-07 Don Allingham <don@gramps-project.org>
2007-05-08 02:56:33 +00:00
_StyleComboBox.py
…
_StyleEditor.py
Move Graphic Styles, Table Styles and Cell Styles into the StyleSheet class. All report styles are now defined in the "get_default_style()" function.
2007-04-23 11:46:26 +00:00
_TemplateParser.py
…
_TextFormatComboBox.py
…
_TextReportDialog.py
…
Makefile.am
…