2007-09-14 Benny Malengier <benny.malengier@gramps-project.org>
* TODO: Update TODO file svn: r8975
This commit is contained in:
parent
2f81f516e5
commit
6de1a20738
@ -1,3 +1,6 @@
|
|||||||
|
2007-09-14 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
|
* TODO: Update TODO file
|
||||||
|
|
||||||
2007-09-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
2007-09-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||||
* src/docgen/PdfDoc.py: Added.
|
* src/docgen/PdfDoc.py: Added.
|
||||||
|
|
||||||
|
14
TODO
14
TODO
@ -5,6 +5,7 @@
|
|||||||
libraries, and make portability better. Even more important, the
|
libraries, and make portability better. Even more important, the
|
||||||
gnome-print interface has been deprecated by the GNOME project, so it
|
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.
|
will not be around forever. We need to adapt to the new GTK method.
|
||||||
|
- IN PROGRESS
|
||||||
|
|
||||||
* Add support for formatted notes. We have a start by ripping off code
|
* Add support for formatted notes. We have a start by ripping off code
|
||||||
from GPL code from grecipe-manager. - DONE
|
from GPL code from grecipe-manager. - DONE
|
||||||
@ -17,10 +18,12 @@
|
|||||||
* before release on multiple notes:
|
* before release on multiple notes:
|
||||||
--> in note view: only show orphaned notes (notes are NOT in remove
|
--> in note view: only show orphaned notes (notes are NOT in remove
|
||||||
orphaned notes tool which is what we want )
|
orphaned notes tool which is what we want )
|
||||||
--> in note: also public/private on GUI
|
--> in note: also public/private on GUI - DONE
|
||||||
--> on upgrade, the notetype should correspond to the object the note is made
|
--> on upgrade, the notetype should correspond to the object the note is made
|
||||||
from, so notetype SOURCE, SOURCEREF, ... (DONE for GRDB)
|
from, so notetype SOURCE, SOURCEREF, ..., this gives information on
|
||||||
BENNY, WHY OH WHY DO WE NEED THIS? I want to remove it. Alex.
|
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)
|
||||||
--> in sourceref:
|
--> in sourceref:
|
||||||
* remove text tab. (DONE)
|
* remove text tab. (DONE)
|
||||||
* On import of GEDCOM text tag, or upgrade of < 2.2 database,
|
* On import of GEDCOM text tag, or upgrade of < 2.2 database,
|
||||||
@ -28,12 +31,15 @@
|
|||||||
* On export, do not write the text tag in sourceref, write a
|
* On export, do not write the text tag in sourceref, write a
|
||||||
note instead (DONE)
|
note instead (DONE)
|
||||||
--> A GrampsWidget for use in report dialogs to select which notetypes to include
|
--> A GrampsWidget for use in report dialogs to select which notetypes to include
|
||||||
in a report
|
in a report (a filter?).
|
||||||
--> Support for multiple notes in all reports.
|
--> Support for multiple notes in all reports.
|
||||||
--> Empty text field on Saving Note should throw an error that Note is empty ! (?)
|
--> Empty text field on Saving Note should throw an error that Note is empty ! (?)
|
||||||
--> Undo in Note. Serious editing needs an undo function. Furthermore, the function
|
--> Undo in Note. Serious editing needs an undo function. Furthermore, the function
|
||||||
the Clear icon is unclear: tooltip? Other icon?
|
the Clear icon is unclear: tooltip? Other icon?
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* Split views
|
* Split views
|
||||||
|
|
||||||
* Export to spreadsheet, print, CSV of views - DONE
|
* Export to spreadsheet, print, CSV of views - DONE
|
||||||
|
Loading…
Reference in New Issue
Block a user