Check-in Number:
|
2663 | |
Date: |
2002-Oct-24 21:07:39 (local)
2002-Oct-24 19:07:39 (UTC) |
User: | ms |
Branch: | |
Comment: |
Stripping KDE objects, and replacing as many of them with their nearest Qt
relatives if possible. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/TODO -> 1.2
*** /dev/null Sat Nov 23 01:23:45 2024
--- - Sat Nov 23 01:23:52 2024
***************
*** 0 ****
--- 1,90 ----
+ ***************************************
+ * *
+ * TODO: OSSP titraq Specification *
+ * *
+ ***************************************
+
+ Consider
+ --------
+
+ Must do
+ -------
+ Replace lost icons.
+
+ Stripped
+ --------
+ main.cpp
+ karm.h
+ karm.cpp
+ task.h
+ task.cpp
+ toolicons.h
+
+ Not yet
+ -------
+ kaccelmenuwatch.h
+ kaccelmenuwatch.cpp
+ ktimewidget.h
+ ktimewidget.cpp
+ adddlg.h
+ adddlg.cpp
+ top.h
+ top.cpp
+
+ Dreams
+ ------
+
+ Document
+ --------
+
+ Project plan
+ ------------
+ Prototype
+ Release v0.8 Milestone 1, Alpha
+ Release v0.9 Milestone 2, Beta
+ Release v1.0 Milestone 3,
+ Release v1.2 Milestone 4,
+
+ Requirements
+ ------------
+
+ Deliverables
+ ------------
+ Binaries
+ titraq Verwendung
+
+ Designdocs
+ titraq_design.ps Systemdiagramme
+
+ Manpage
+ titraq.1 Hauptinfo
+ titraq.conf.5 Beschreibung des Configdatei
+
+ Geliefert
+ titraq.conf Ausgekommentet Beispieldatei
+
+ Pseudocode
+ ----------
+ parse command line
+ parse titraq.conf file
+ show control window
+
+ Test case
+ ---------
+ Pre:
+ tar zxvf titraq-0.9.tar
+ cd titraq-0.9
+ ./configure
+ make
+ su
+ make install
+
+ Assume:
+ OS has Qt 3.0.5 or newer multithreaded library
+
+ Begin:
+ $ titraq
+
+ Output:
+ Post:
+ Procedure:
|
|