Make XML writer gtk independant again.

svn: r8144
This commit is contained in:
Richard Taylor
2007-02-17 22:12:56 +00:00
parent 4cf8d5d39a
commit 08cb17adde
8 changed files with 1122 additions and 1024 deletions

View File

@@ -1,3 +1,12 @@
2007-02-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsDb/_GrampsDbWriteXML.py: add non-gtk xml writer
* src/GrampsDb/__init__.py: export non-gtk writer
* src/GrampsDb/_GrampsDbExceptions.py: add WriteFailure exception
* src/GrampsDb/_LongOpStatus.py: protect against div by zero
* src/GrampsDb/_ProgressMonitor.py: workaround gtk issues
* src/ProgressDialog.py: work around gtk issues
* src/GrampsDbUtils/_WriteXML.py: make gtk wrapper for non-gtk version
2007-02-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/ViewManager.py: add progress monitor
* src/GrampsDb/_GrampsDbBase.py: add get_length to cursors