added initial fast model implementation

svn: r5872
This commit is contained in:
Richard Taylor
2006-02-03 15:49:59 +00:00
parent 833e5f7d96
commit 7ef194d5ee
14 changed files with 1181 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2006-02-03 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsDb/_GrampsBSDDB.py: fixed typo
* src/Models: added initial fast model implementation
* src/TreeViews: added treeview that uses new Models
* src/try_tree_model.py: harness for running treeview
2006-02-02 Don Allingham <don@gramps-project.org>
* src/PersonView.py: history
* src/EditPerson.py: start the save routine.