gramps/src/ReportBase
2009-03-08 20:21:08 +00:00
..
__init__.py
_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
_Endnotes.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
_FileEntry.py 0002655: Directories and files with accents characters cause failures in Windows. 2009-02-24 04:41:23 +00:00
_GraphvizReportDialog.py merged from gramps31; re-apply fix for bug #2121 - graphviz graphs generated off the edge of the page 2009-03-08 20:21:08 +00:00
_PaperMenu.py Update due to new context prefix. 2008-11-08 15:37:32 +00:00
_PrintTools.py
_Report.py
_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
_StyleEditor.py #2489 Abbreviations are sometimes hard to translate 2008-11-12 09:50:50 +00:00
_TemplateParser.py
_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
_WebReportDialog.py
Makefile.am