Check-in Number:
|
3879 | |
Date: |
2002-Dec-16 11:26:03 (local)
2002-Dec-16 10:26:03 (UTC) |
User: | ms |
Branch: | |
Comment: |
Username detection was implemented, blendbare columns were implemented,
multirow add initialization was implemented, main window geometry
serialization was implemented, edit modus special handling was mostly
finished, and remember to implement an undo class. Unfortunately QUuid class
was an empty pipe dream wish, and is not actually implemented in Qt. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/TODO 1.43 -> 1.44
--- TODO 2002/12/13 23:42:37 1.43
+++ TODO 2002/12/16 10:26:03 1.44
@@ -13,12 +13,11 @@
Add Ex_ID
Q_CHECK_PTR
public/private
+Implement an unlimited and generic undo and redo buffer class
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
-Read username and homedir from Betriebsysteme
- Use homedir as one of many possible locations of titraq.conf
Rework error handling in prefs
Generally maintain Preference class
Implement missing interface methods
@@ -27,30 +26,19 @@
QTable::valueChanged(int row, int col) should be responsible for dirty flag
Remove magic numbers from cpp files to titconst like TITRAQ_INDEXREMARK
Reduce dependence to STL by removing cout to QTextStream
-Ausblendbare Spalten
Check all identifiers for undeutig unique scope
Some signals implemented in Titraqform really belong in satellite classes
Write M4 macro for detecting cuserid, and prefer cuserid in ac_assist when present
-Consistently initilize fields when selecting multiple rows
-Remove extremely stupid as_uuid logic in favor of built in QUuid class!
Krass date block data shading keyed to sort function
Does resetting data clean make sense after closeEvent?
Change default config location to homedir, with --confgen option
-Quitting is the same as closing the (only) window
+Rework start/new/open/close/quit logic with disabled/enabled widgets
IDs in as_const.h much better choosing, so they make sense
-Preserve main window geo and dock pos with << operators
-Make edit control window dockable anywhere
-Give configure a location to place and look for conf file
+Make edit control window optional through preferences
Add customizable column ordering by click and drag
Add new data fields to getRowdata() and setRowdata()
Vor darueberknallen ein Datei, gib mal ne Warning
-Beim Editmodus
----------------
-Beim <enter> Bestaetigen, behalt Editmodus und geh zum naechste Zelle
-Auf Editkontrol beim <enter> oder <tab>, update ansprechende Zelle
-Beim <tab> oder Pfeiltaste, behalt Editmodus und geh zum naechste Zelle
-
Preferences
-----------
<option name wert> Hintergrund Functionalitaet
@@ -72,7 +60,7 @@
Bugs
----
Sometimes a click on add or delete toolbar button is ignored?
-Pasting into as_gui from other app (vim) doesn't work
+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
|
|