2007-07-08 Don Allingham <don@gramps-project.org>

* src/DbManager.py: handle drag-n-drop files in DbManager. Dragging an
	XML or GEDCOM file into the DbManager will create a new database and import
	the file.



svn: r8708
This commit is contained in:
Don Allingham
2007-07-08 22:20:10 +00:00
parent 06620b869e
commit 8f445b7114
2 changed files with 37 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-07-08 Don Allingham <don@gramps-project.org>
* src/DbManager.py: handle drag-n-drop files in DbManager. Dragging an
XML or GEDCOM file into the DbManager will create a new database and import
the file.
2007-07-08 Brian Matherly <brian@gramps-project.org>
Robert Cawley <rjc@cawley.id.au>
* src/docgen/ODFDoc.py