a15bf019b2
* src/gramps.glade: remove unused panels in preferences * src/Plugins.py: removed xpm images * src/EventEdit.py: get full event list * src/plugins/AncestorChart.py: remove xpm image * src/plugins/AncestorChart2.py: remove xpm image * src/plugins/AncestorReport.py: remove xpm image * src/plugins/Ancestors.py: remove xpm image * src/plugins/BookReport.py: remove xpm image * src/plugins/CustomBookText.py: remove xpm image * src/plugins/DesGraph.py: remove xpm image * src/plugins/DescendReport.py: remove xpm image * src/plugins/DetAncestralReport.py: remove xpm image * src/plugins/DetDescendantReport.py: remove xpm image * src/plugins/FamilyGroup.py: remove xpm image * src/plugins/FtmStyleAncestors.py: remove xpm image * src/plugins/FtmStyleDescendants.py: remove xpm image * src/plugins/IndivComplete.py: remove xpm image * src/plugins/IndivSummary.py: remove xpm image * src/plugins/Makefile.in: remove xpm image * src/plugins/SimpleBookTitle.py: remove xpm image * src/plugins/WebPage.py: remove xpm image * src/RelLib.py: secondary index for event names svn: r3158
21 lines
1.1 KiB
Plaintext
21 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.
|
|
* Startup tips.
|
|
* 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.
|
|
* Make Date parsing locale dependent, like relationship calculator
|
|
* Add Confession as a standard event
|
|
* Now that the completeness flag exists, create filters that are using it
|
|
(both individual and family).
|
|
* Add autofill feature for City, Church parish, County, State and Country?
|
|
* Move LDS temple info out of const.py and into an XML file
|
|
* And a whole lot more....
|