* src/DisplayModels.py: Support for event view.

* src/EventEdit.py: Commit event on OK.
* src/GrampsDbBase.py: Event column order and event cursor.
* src/GrampsInMemDB.py: Event cursor.
* src/gramps.glade: Event View, rework buttons.
* src/gramps_main.py: Event View support.
* src/EventView.py: Add to CVS.
* src/Makefile.am: Ship EventView.


svn: r4797
This commit is contained in:
Alex Roitman
2005-06-07 05:08:50 +00:00
parent 0d9a076141
commit f2cf13f469
9 changed files with 904 additions and 158 deletions

View File

@@ -120,7 +120,8 @@ gdir_PYTHON = \
RecentFiles.py\
ReportOptions.py\
ReadGrdb.py\
WriteGrdb.py
WriteGrdb.py\
EventView.py
# Could use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all files individually