gramps/src/ReportBase
Peter Landgren 80b1915b92 Fix: *.dot.gv now is *.gv
svn: r11783
2009-02-01 08:39:16 +00:00
..
__init__.py 2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-01-24 20:38:10 +00:00
_Bibliography.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
_BookFormatComboBox.py Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager". 2008-10-02 04:02:10 +00:00
_CommandLineReport.py 0002184: BUG: IndexError: tuple index out of range 2008-12-06 05:29:33 +00:00
_Constants.py Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager". 2008-10-02 04:02:10 +00:00
_DocReportDialog.py Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know. 2009-02-01 04:21:17 +00:00
_DrawFormatComboBox.py Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager". 2008-10-02 04:02:10 +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 Fix: *.dot.gv now is *.gv 2009-02-01 08:39:16 +00:00
_PaperMenu.py Update due to new context prefix. 2008-11-08 15:37:32 +00:00
_PrintTools.py * src/docgen/PSDrawDoc.py: 0000869: PostScript print option will crash 2007-01-24 19:45:57 +00:00
_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 0002467: Add christening narration to detailed text reports. 2009-01-15 21:40:25 +00:00
_StyleComboBox.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
_StyleEditor.py #2489 Abbreviations are sometimes hard to translate 2008-11-12 09:50:50 +00:00
_TemplateParser.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
_TextFormatComboBox.py Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager". 2008-10-02 04:02:10 +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