2006-12-22 00:41:44 +05:30
|
|
|
* 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.
|
|
|
|
|
2002-10-20 19:55:16 +05:30
|
|
|
* Allow for multiple notes. A tabbed interface would be really useful,
|
2006-12-22 00:41:44 +05:30
|
|
|
since there are no titles for notes. Not all objects would
|
|
|
|
necessarily need multiple notes. Determine which ones should and
|
|
|
|
shouldn't.
|
|
|
|
|
2007-02-06 10:49:16 +05:30
|
|
|
* Split views
|
|
|
|
|
2007-02-12 11:15:34 +05:30
|
|
|
* Export to spreadsheet, print, CSV of views - DONE
|
2007-02-06 10:49:16 +05:30
|
|
|
|
2006-12-22 00:41:44 +05:30
|
|
|
* Date calculator. See
|
|
|
|
http://sourceforge.net/mailarchive/forum.php?thread_id=3252078&forum_id=1993
|
|
|
|
|
2003-09-21 01:26:27 +05:30
|
|
|
* Add string substitutions for web page generation (name, report name,
|
|
|
|
date, etc).
|
2006-12-22 00:41:44 +05:30
|
|
|
|
2003-09-30 05:38:45 +05:30
|
|
|
* Add support for sources of the parent/child relation
|
2006-12-22 00:41:44 +05:30
|
|
|
|
|
|
|
* 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
|
2003-09-30 05:38:45 +05:30
|
|
|
for the details.
|
2006-12-22 00:41:44 +05:30
|
|
|
|
2004-05-12 09:28:14 +05:30
|
|
|
* Move LDS temple info out of const.py and into an XML file
|
2006-12-22 00:41:44 +05:30
|
|
|
|
|
|
|
* Make the descendant graph adapt to the page size, not stuck with the
|
|
|
|
current 3 entries per page.
|
|
|
|
|
2004-07-13 09:51:05 +05:30
|
|
|
* Add slideshow generation ability to web page generator
|
2006-12-22 00:41:44 +05:30
|
|
|
|
2002-10-20 19:55:16 +05:30
|
|
|
* And a whole lot more....
|