* src/GrampsDBCallback.py: rewrite of new callback scheme using python signals

* src/GrampsDbBase.py: handle signals instead of callback functions
* src/GrampsInMemDB.py: handle signals instead of callback functions
* src/Makefile.am: Add GrampsDBCallback.py
* src/PeopleView.py: handle signals instead of callback functions
* src/PlaceView.py: handle signals instead of callback functions
* src/SourceView.py: handle signals instead of callback functions


svn: r4277
This commit is contained in:
Don Allingham
2005-04-01 20:04:12 +00:00
parent 4306a639e7
commit 64277bb707
9 changed files with 93 additions and 214 deletions

View File

@@ -55,6 +55,7 @@ gdir_PYTHON = \
GrampsCfg.py\
GrampsBSDDB.py\
GrampsDbBase.py\
GrampsDBCallback.py\
GrampsInMemDB.py\
GrampsXMLDB.py\
GrampsGEDDB.py\