2007-11-09 17:21:57 +05:30
|
|
|
* Remove GCONF, provide up grade path - IN PROGRESS
|
2007-07-18 09:47:30 +05:30
|
|
|
|
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
|
2007-09-14 18:13:00 +05:30
|
|
|
will not be around forever. We need to adapt to the new GTK method.
|
|
|
|
- IN PROGRESS
|
2006-12-22 00:41:44 +05:30
|
|
|
|
|
|
|
* Add support for formatted notes. We have a start by ripping off code
|
2007-05-02 09:35:41 +05:30
|
|
|
from GPL code from grecipe-manager. - DONE
|
2006-12-22 00:41:44 +05:30
|
|
|
|
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
|
2007-05-02 09:35:41 +05:30
|
|
|
shouldn't. - DONE
|
2006-12-22 00:41:44 +05:30
|
|
|
|
2007-09-19 13:10:55 +05:30
|
|
|
* before release: fix command line options
|
|
|
|
|
2007-11-09 17:21:57 +05:30
|
|
|
* remove critical bugs:
|
|
|
|
- #1053 - DONE (testing of LDS privacy needed!!)
|
|
|
|
- #1318, wrong note backreferences
|
|
|
|
- #1208, relative path, see bug note for agreed solution
|
|
|
|
|
2007-05-08 02:11:16 +05:30
|
|
|
* before release on multiple notes:
|
|
|
|
--> in note view: only show orphaned notes (notes are NOT in remove
|
|
|
|
orphaned notes tool which is what we want )
|
2007-09-14 18:13:00 +05:30
|
|
|
--> in note: also public/private on GUI - DONE
|
2007-05-08 02:11:16 +05:30
|
|
|
--> on upgrade, the notetype should correspond to the object the note is made
|
2007-09-14 18:13:00 +05:30
|
|
|
from, so notetype SOURCE, SOURCEREF, ..., this gives information on
|
|
|
|
orphaned notes.(DONE for GRDB)
|
|
|
|
TODO: change notetype into note tags, so people can give notes multiple tags,
|
|
|
|
Like this all source notes can have tag source, but also tag 'family history' (Discussion Alex/Benny)
|
2007-05-08 02:11:16 +05:30
|
|
|
--> in sourceref:
|
2007-07-19 10:15:52 +05:30
|
|
|
* remove text tab. (DONE)
|
2007-05-08 02:11:16 +05:30
|
|
|
* On import of GEDCOM text tag, or upgrade of < 2.2 database,
|
2007-07-19 10:15:52 +05:30
|
|
|
create a note with type TRANSCRIPT (DONE, type SOURCE_TEXT)
|
|
|
|
* On export, do not write the text tag in sourceref, write a
|
2007-09-14 18:13:00 +05:30
|
|
|
note instead (DONE)
|
2007-05-08 02:11:16 +05:30
|
|
|
--> A GrampsWidget for use in report dialogs to select which notetypes to include
|
2007-09-14 18:13:00 +05:30
|
|
|
in a report (a filter?).
|
2007-05-08 02:11:16 +05:30
|
|
|
--> Support for multiple notes in all reports.
|
|
|
|
--> Empty text field on Saving Note should throw an error that Note is empty ! (?)
|
2007-05-10 00:57:15 +05:30
|
|
|
--> Undo in Note. Serious editing needs an undo function. Furthermore, the function
|
|
|
|
the Clear icon is unclear: tooltip? Other icon?
|
2007-05-08 02:11:16 +05:30
|
|
|
|
2007-09-14 18:13:00 +05:30
|
|
|
* Remove import of global var in __init__.py, use functions or don't export. Eg.
|
|
|
|
PluginUtils/__init__.py export of plugin lists (tool_list, ...). E
|
|
|
|
|
2007-11-09 17:21:57 +05:30
|
|
|
* Add forward/backward buttons (and active object) on all object views, not only person views.
|
|
|
|
|
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
|
|
|
|
2007-06-24 10:02:54 +05:30
|
|
|
* Move LDS temple info out of const.py and into an XML file: DONE
|
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....
|