gramps/src/docgen
Benny Malengier 4fdec00c90 #2454 Johan Vromans <jvromans AT squirrel DOT nl>, HtmlDoc crashes when template
does not have <TITLE> elements


svn: r11189
2008-10-23 13:29:51 +00:00
..
__init__.py 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-18 20:07:09 +00:00
AsciiDoc.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
CairoDoc.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
CSVTab.py 0001986: export view to CSV --> does not add .csv filetype ending to file 2008-03-28 07:36:17 +00:00
GtkPrint.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
gtkprintpreview.glade 2007-09-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net> 2007-09-03 11:53:57 +00:00
HtmlDoc.py #2454 Johan Vromans <jvromans AT squirrel DOT nl>, HtmlDoc crashes when template 2008-10-23 13:29:51 +00:00
LaTeXDoc.py A typo in LaTeX fixed. 2008-10-16 12:57:09 +00:00
Makefile.am 2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-18 20:07:09 +00:00
ODFDoc.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
ODSDoc.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
ODSTab.py Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files 2008-01-05 20:10:26 +00:00
OpenSpreadSheet.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
PdfDoc.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
PSDrawDoc.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
RTFDoc.py Fix of issue #2449 2008-10-21 20:05:11 +00:00
SpreadSheetDoc.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
SvgDrawDoc.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
TabbedDoc.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
TextBufDoc.py Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information. 2008-05-18 19:24:28 +00:00