Changes

Jump to: navigation, search

GEPS 004: My Gramps and Gadgets

31 bytes added, 12:57, 29 December 2007
Details
A prototype is now available for exploration and testing. To activate the prototype, add the following line to your .gramps/keys.ini file in the interface section:
data-views= MyGrampsView, PersonView, RelationshipView, FamilyListView, PedigreeView, EventView, SourceView, PlaceView, MediaView, RepositoryView, NoteView
This should be all on one line. You can change the order (and leave some pages out) as well with this key. (You can also add pages multiple times, but that isn't as useful as the active object on one page will change it on another).
# active_changed- run when active-changed is triggered
# db_changed- run when db-changed is triggered
# main- run once per db change, main process (for fast code)# backgrounda generator- run must use yield at least once per db change, main process (for slow code. '''yield True''' means true that there is more; '''yield False''' means all done)
There are methods for saving/loading data, and interacting with the gui. More details to come...

Navigation menu