gramps/src/ReportBase
2008-09-27 13:56:17 +00:00
..
__init__.py
_Bibliography.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
_BookFormatComboBox.py Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work. 2008-05-20 03:19:58 +00:00
_CommandLineReport.py Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added. 2008-09-27 13:56:17 +00:00
_Constants.py Remove support for "View" reports. In the future, use either tools, gramplets, or quick views. 2008-03-30 04:38:37 +00:00
_DocReportDialog.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
_DrawFormatComboBox.py Correct typo __draw_doc_list =>__drawdoc_list. 2008-05-29 20:36:45 +00:00
_DrawReportDialog.py Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports. 2008-02-20 04:52:10 +00:00
_Endnotes.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
_FileEntry.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
_GraphvizReportDialog.py Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added. 2008-09-27 13:56:17 +00:00
_PaperMenu.py Decimal comma/point, Issue 1939, fixed. 2008-03-15 09:08:54 +00:00
_PrintTools.py
_Report.py Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports. 2008-02-20 04:52:10 +00:00
_ReportDialog.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
_ReportOptions.py Add a new place report 2008-09-01 20:08:39 +00:00
_ReportUtils.py Correct typo from previous update. 2008-07-29 19:39:18 +00:00
_StyleComboBox.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
_StyleEditor.py Add StyleOption class for reports and use it in WebCal. 2008-04-29 04:47:50 +00:00
_TemplateParser.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
_TextFormatComboBox.py Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work. 2008-05-20 03:19:58 +00:00
_TextReportDialog.py Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work. 2008-05-20 03:19:58 +00:00
_WebReportDialog.py 2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu> 2008-03-09 19:39:56 +00:00
Makefile.am Merge BareReportDialog with ReportDialog. BareReportDialog is now gone. 2008-04-22 03:45:09 +00:00