--- TODO 2002/12/18 15:47:18 1.53
+++ TODO 2002/12/19 11:24:16 1.54
@@ -11,10 +11,6 @@
-------
Q_CHECK_PTR
public/private
-Implement an unlimited and generic undo and redo buffer class
-Add optional automatic file personal data file backup
-configure soll ueberpruefen ob libqt[-mt] threads braucht,
- dann wenn so, soll den LIBS -pthread hardgecodet haben
Ensure rethrows from second loadData on upwards
Report errors in all slot code
Rework error handling in prefs
@@ -25,19 +21,37 @@
Check all identifiers for undeutig unique scope
Remove magic numbers from cpp files to titconst like TITRAQ_INDEXREMARK
Some signals implemented in Titraqform really belong in satellite classes
-Write M4 macro for detecting cuserid, and prefer cuserid in ac_assist when present
-Krassify data shading keyed to sort function
-Does resetting data clean make sense after closeEvent?
+Write M4 macro for detecting cuserid, and prefer it in ac_assist
+configure soll ueberpruefen ob libqt[-mt] threads braucht,
+ dann wenn so, soll den LIBS -pthread hardgecodet haben
Read config location from optional --confgen autoconf location
-Rework start/new/open/close/quit logic with disabled/enabled widgets
IDs in as_const.h much better choosing, so they make sense
-Make edit control window optional through preferences
-Add customizable column ordering by click and drag
-Soll mehr intuitive, mit sekondaer/dritte Keycolumn
Be consistent with szQString vs QString var names
After every result write a status bar message
+On sort, selection should move with swapped rows
+On multiple selection, no text should appear in edit ctrls
+Rework start/new/open/close/quit logic with disabled/enabled widgets
+
+Bugs
+----
Overidden paintCell() might not work when called asynchronously
-Dirty member should be part of table class, not titraq class
+When multiple new rows are added sometimes wrong row shading
+Sometimes a click on add or delete toolbar button is ignored?
+Pressing escape on task data cells does not exit edit mode
+Pasting of newly added rows produces mangled results
+Support pasting into as_gui from other app (like vim)
+
+Nice to have
+------------
+Implement an unlimited and generic undo and redo buffer class
+Add optional automatic file personal data file backup
+Make edit control window optional through preferences
+Add customizable column ordering by click and drag
+Soll mehr intuitive, mit sekondaer/dritte Keycolumn
+
+Win32
+-----
+Rework username, homedir, and confdaten (hive) logic
Preferences
-----------
@@ -57,18 +71,6 @@
Zufug Reihe
</macro name = 'Append'>
-Win32
------
-Rework username, homedir, and confdaten (hive) logic
-
-Bugs
-----
-Sometimes a click on add or delete toolbar button is ignored?
-Support pasting into as_gui from other app (like vim)
-Opening a zero length file introduces out of range warnings
-Pressing escape on task data cells does not exit edit mode
-Pasting of newly added rows produces mangled results
-
Code snippits
-------------
// Portable processes
|