svn: r1522
This commit is contained in:
Alex Roitman
2003-05-13 16:50:48 +00:00
parent 28094e6aa9
commit 2ea4d6209a
2 changed files with 9 additions and 3 deletions

3
TODO
View File

@@ -4,9 +4,6 @@
* Drag and drop should display the icon we are dragging instead of just
the default icon. Nautilus does this very effectively, and GTK has
support for this.
* Provide an "import" of a gramps package. Not too difficult to do this,
since there is already a ReadTarFile class which will unpackage the
file. Needs have an interface built around it.
* Speed up the reading of the database. The python XML routines are not
as fast as I would like, and it can take a minute or so to read a
large database. This is way too slow.