* src/DisplayModels.py: Added ChildModel to handle the

child list in the Family View
* src/gramps_main.py: add column editor for Family View
* src/GrampsDbBase.py: add storing/retrieving child column order
* src/FamilyView.py: use new ChildModel
* src/PlaceView.py: removed unused index


svn: r3735
This commit is contained in:
Don Allingham
2004-11-18 20:21:06 +00:00
parent 7ce2a876c8
commit 003912f326
6 changed files with 172 additions and 62 deletions

View File

@@ -1,3 +1,11 @@
2004-11-18 Don Allingham <dallingham@users.sourceforge.net>
* src/DisplayModels.py: Added ChildModel to handle the
child list in the Family View
* src/gramps_main.py: add column editor for Family View
* src/GrampsDbBase.py: add storing/retrieving child column order
* src/FamilyView.py: use new ChildModel
* src/PlaceView.py: removed unused index
2004-11-16 Don Allingham <dallingham@users.sourceforge.net>
* src/MediaView.py: remove obsolete pexists check