abf15c7712
* src/DataViews/_MediaView.py: view export support * src/DataViews/_RepositoryView.py: view export support * src/DataViews/_SourceView.py: view export support * src/DataViews/_EventView.py: view export support * src/DataViews/_FamilyList.py: view export support * src/DataViews/_PlaceView.py: view export support * src/DataViews/_PersonView.py: view export support * src/ViewManager.py: view export support * src/plugins/EventCmp.py: use new format * src/PageView.py: view export support * src/docgen/TabbedDoc.py: base class for tabular format * src/docgen/ODSTab.py: Open Document format for tabular format * src/docgen/CSVTab.py: Comma Separated Value format for tabular format svn: r8060
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
* Replace the LPRDoc interface (based on gnome-print) with a GTK based
|
|
print routine. This would remove one of the last gnome-specific
|
|
libraries, and make portability better. Even more important, the
|
|
gnome-print interface has been deprecated by the GNOME project, so it
|
|
will not be around forever. We need to adapt to the new GTK method.
|
|
|
|
* Add support for formatted notes. We have a start by ripping off code
|
|
from GPL code from grecipe-manager.
|
|
|
|
* 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.
|
|
|
|
* Split views
|
|
|
|
* Export to spreadsheet, print, CSV of views
|
|
|
|
* 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.
|
|
|
|
* Move LDS temple info out of const.py and into an XML file
|
|
|
|
* 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
|
|
|
|
* And a whole lot more....
|