* src/FamilyView.py: Handle reordering of spouses by drag

and drop
* src/RelLib.py: Allow the family list to be set externally
* src/gramps.glade: enable reordering flag for spouse list


svn: r3736
This commit is contained in:
Don Allingham
2004-11-19 01:14:37 +00:00
parent 3139f636f0
commit 6fa49c166b
4 changed files with 76 additions and 11 deletions

View File

@@ -1,4 +1,8 @@
2004-11-18 Don Allingham <dallingham@users.sourceforge.net>
* src/FamilyView.py: Handle reordering of spouses by drag
and drop
* src/RelLib.py: Allow the family list to be set externally
* src/gramps.glade: enable reordering flag for spouse list
* src/DisplayModels.py: Added ChildModel to handle the
child list in the Family View
* src/gramps_main.py: add column editor for Family View