summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/README
Unidiff
Diffstat (limited to 'noncore/apps/tableviewer/README') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tableviewer/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/noncore/apps/tableviewer/README b/noncore/apps/tableviewer/README
new file mode 100644
index 0000000..cd479e5
--- a/dev/null
+++ b/noncore/apps/tableviewer/README
@@ -0,0 +1,29 @@
1Table Viewer;
2
3This application is still in development, very buggy and leaks memory like
4a sieve. There are still a few major features/design work to be done. Once
5The app has settled (i.e. implementation of initial design completed) the
6focus will switch from features to making the code worthy of Trolltech.
7This means finding all the memory leaks, possibly some restructoring of code
8for future maintainability and ensuring that the code is readable
9(reasonable names for classes and vars.)
10
11For convenience there is a db.xml file included that is generated from the
12CIA World fact book, 11-May-01. The current version of this file should always work with the current version of the tableviewer application
13
14Major design work yet to be completed
15
16* ensure that only reasonable controls are enabled.
17* implement delete item & delete keys
18* loading dialogs
19* filterview -> dialog
20* only do sensible things if no keys set. includes;
21 No list view,
22 No filter view,
23 No edit item.
24* Tool bar in both 'views'
25* only build widgets as needed
26* click on scrollview to change key type, (remove key dialog)
27* fix navigate buttons
28
29This README will also be removed once the major design work is done.