* TODO: update
	* src/DisplayTabs/_EventEmbedList.py: catch managed window crash



svn: r9324
This commit is contained in:
Benny Malengier
2007-11-09 11:51:57 +00:00
parent 4e9f909083
commit 6e329879a4
3 changed files with 27 additions and 6 deletions

9
TODO
View File

@@ -1,4 +1,4 @@
* Remove GCONF, provide up grade path
* Remove GCONF, provide up grade path - IN PROGRESS
* Replace the LPRDoc interface (based on gnome-print) with a GTK based
print routine. This would remove one of the last gnome-specific
@@ -17,6 +17,11 @@
* before release: fix command line options
* remove critical bugs:
- #1053 - DONE (testing of LDS privacy needed!!)
- #1318, wrong note backreferences
- #1208, relative path, see bug note for agreed solution
* 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 )
@@ -42,6 +47,8 @@
* 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
* Add forward/backward buttons (and active object) on all object views, not only person views.
* Split views
* Export to spreadsheet, print, CSV of views - DONE