295e9a530f
indices instead of list.index function. Drastically reduces time are larger lists. * src/GrampsDbBase.py: use cursors to build sorted key lists * src/PeopleModel.py: fetch sort names out of database first instead of continuously fetching from database during sort * src/PeopleView.py: remove unnecessary apply_filter * src/PlaceView.py: remove commented-out code * src/ReadXML.py: add gtk event handling to allow screen to update * src/gramps.glade: use gramps.png for loading message window * src/gramps_main.py: remove delete_abandoned_photos calls * src/PeopleModel.py: Fixed rebuild_display * src/ReadXML.py: Fixed calendar handling svn: r3819
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
* Allow for multiple notes. A tabbed interface would be really useful,
|
|
since there are no titles for notes. Not all objects would necessarily
|
|
need multiple notes. Determine which ones should and shouldn't.
|
|
* Date calculator.
|
|
See http://sourceforge.net/mailarchive/forum.php?thread_id=3252078&forum_id=1993
|
|
* Add string substitutions for web page generation (name, report name,
|
|
date, etc).
|
|
* Add support for sources of the parent/child relation
|
|
* Add support for storing reliability (confidence) of the marriage information;
|
|
see http://sourceforge.net/mailarchive/forum.php?thread_id=3066997&forum_id=1993
|
|
and http://sourceforge.net/mailarchive/forum.php?thread_id=3134931&forum_id=1993
|
|
for the details.
|
|
* Add autofill feature for City, Church parish, County, State and Country?
|
|
* Move LDS temple info out of const.py and into an XML file
|
|
* Enhanced web page generator
|
|
* GEDCOM 6.0 import/export
|
|
* View all sources related to a particular object
|
|
* Make the descendant graph adapt to the page size, not stuck with the current
|
|
3 entries per page.
|
|
* Add slideshow generation ability to web page generator
|
|
* Enhance privacy handling
|
|
* And a whole lot more....
|