gramps/src/GrampsDbUtils
2008-10-21 04:22:45 +00:00
..
test Remove GRDB export code. GRDB export is not supported. 2008-10-14 11:54:42 +00:00
__init__.py Remove GRDB export code. GRDB export is not supported. 2008-10-14 11:54:42 +00:00
_Backup.py * src/GrampsDbUtils/_Backup.py: Restore databases with transactions 2008-03-02 22:40:15 +00:00
_GedcomChar.py 2007-03-08 Don Allingham <don@gramps-project.org> 2007-03-09 06:58:45 +00:00
_GedcomInfo.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
_GedcomLex.py Retain whitespace when importing notes. Bug #2357 2008-09-05 19:33:48 +00:00
_GedcomParse.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
_GedcomStageOne.py Revert 10874 changes to _FilterParser.py 2008-07-18 14:06:42 +00:00
_GedcomTokens.py 2007-09-13 Don Allingham <don@gramps-project.org> 2007-09-13 15:03:20 +00:00
_GedcomUtils.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
_GrampsDbWRFactories.py Remove GrampsDbUtils/importdbdir.py. You can't import database directories from the GUI,and there is no need to import them from the CLI. You can still open a database directory from the CLI. 2008-10-15 03:29:41 +00:00
_GrampsDbWriteXML.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
_ReadGedcom.py Issue #0002175: Change type() expressions to isinstance() expressions. 2008-05-25 19:55:47 +00:00
_ReadXML.py Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code. 2008-10-21 04:22:45 +00:00
_WriteGedcom.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
_WriteXML.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
gedcomimport.glade 2007-07-31 Jérôme <romjerome@yahoo.fr> 2007-08-01 02:37:17 +00:00
Makefile.am Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code. 2008-10-21 04:22:45 +00:00