--- TODO 2004/08/20 17:41:24 1.102
+++ TODO 2004/08/24 21:34:52 1.103
@@ -43,6 +43,9 @@
Yank out all #include from headers, replace with class ...; protos
Check for empty amount field in getWeektotals before Hashtasks[Convstring] +=
Accountlistbox is sorted both in assist and dataops with maps
+Verify that unviewable rows are not redrawn cerr << "Rownum" << nRow << endl;
+Also, use bool QTable::isRowHidden (int nRow) const
+Don't raise the question 'Save before quitting' when no contents were changed
Bugs (? = unverified)
---------------------
@@ -63,6 +66,10 @@
Opendoc, schau amount unten Knopf (ist dimmed)
Reporting only works if event data is sorted by date
Press Return then Tab many times to see invalid selections
+Does not enter edit mode for a cell when double click
+Some versions (as.de.cw.net:/v/as-old/sw), double click to
+ edit a cell, add two characters, click X to close without
+ leaving the cell. It should ask to save doc, but doesn't.
Nice to have
------------
@@ -89,6 +96,15 @@
Fully vimize all input widgets by subclassing them (w - back word)
Reload accountlist on startup, but reload during 'Open Doc' as well
Better file validation, instead of just single line validateData op
+Freetext field, for copyright or some announcement (this data isn't
+ accurate enough for billing purposes). Field can be optionally
+ shown above main table, but always dimmed to avoid accidental edit.
+Check for account list updates (checkbox), to allow a local user to
+ query a CORBA or SOAP server for a new account list via accessors:
+ U32 Account::getCrc(void)
+ Acctlist Account::getData(void)
+Reimplement void QTable::swapRows, so that rows can be moved easily
+Update edit controls only after return from TiTable::createEditor()
Screwey user notes ;-)
----------------------
|