OSSP CVS Repository

ossp - Check-in [4023]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4023
Date: 2003-Feb-11 23:22:41 (local)
2003-Feb-11 22:22:41 (UTC)
User:ms
Branch:
Comment: Release version 0.6.13. Made amount edit control widget and table amount items consistent, left aligned task items, implemented Panel class for preferences, implemented Simplefile class for event file backups, implemented an alphabetically sorted task name list on accounts load, and began code for dynamically placed task names.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/ChangeLog      1.36 -> 1.37     12 inserted, 0 deleted
ossp-pkg/as/as-gui/README      1.28 -> 1.29     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_version.cpp      1.26 -> 1.27     9 inserted, 9 deleted

ossp-pkg/as/as-gui/ChangeLog 1.36 -> 1.37

--- ChangeLog    2003/02/06 16:47:19     1.36
+++ ChangeLog    2003/02/11 22:22:41     1.37
@@ -1,5 +1,17 @@
 Geschichte des OSSP titraq in Vorwaerts Cronordnung
 
+030211 Served rse request to make amount edit control widget match table one
+       Served rse request to align task widgets to the left, pending user pref
+       Improved prefs panel class by splitting remote host names out
+       Implemented thl idea, a sorted task name map
+       Began coding dynamic task placement
+
+030210 Implemented the prefs panel user interface piece, no working logic yet
+
+030208 Implemented Simplefile class with working backup method
+
+030207 Implemented preferences panel class prefpanel
+
 030206 Implemented embedding of escape characters into event data file
        Begin treating quit op on an edited doc as a special case to avoid loss
        Fixed tab completion bug in which table entry misses text after expansion


ossp-pkg/as/as-gui/README 1.28 -> 1.29

--- README       2003/02/06 16:54:02     1.28
+++ README       2003/02/11 22:22:41     1.29
@@ -6,7 +6,7 @@
              |___/
 
   OSSP asgui -- Accounting system graphical user interface
-  Version 0.6.12 (06-Feb-2003)
+  Version 0.6.13 (11-Feb-2003)
 
   ABSTRACT
 


ossp-pkg/as/as-gui/as_version.cpp 1.26 -> 1.27

--- as_version.cpp       2003/02/06 16:54:02     1.26
+++ as_version.cpp       2003/02/11 22:22:41     1.27
@@ -8,7 +8,7 @@
 #ifndef _AS_VERSION_CPP_
 #define _AS_VERSION_CPP_
 
-#define ASGUI_VERSION 0x00620C
+#define ASGUI_VERSION 0x00620D
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _AS_VERSION_CPP_AS_HEADER_
 
 asgui_version_t asgui_version = {
-    0x00620C,
-    "0.6.12",
-    "0.6.12 (06-Feb-2003)",
-    "This is OSSP as-gui, Version 0.6.12 (06-Feb-2003)",
-    "OSSP as-gui 0.6.12 (06-Feb-2003)",
-    "OSSP as-gui/0.6.12",
-    "@(#)OSSP as-gui 0.6.12 (06-Feb-2003)",
-    "$Id: as_version.cpp,v 1.26 2003/02/06 16:54:02 ms Exp $"
+    0x00620D,
+    "0.6.13",
+    "0.6.13 (11-Feb-2003)",
+    "This is OSSP as-gui, Version 0.6.13 (11-Feb-2003)",
+    "OSSP as-gui 0.6.13 (11-Feb-2003)",
+    "OSSP as-gui/0.6.13",
+    "@(#)OSSP as-gui 0.6.13 (11-Feb-2003)",
+    "$Id: as_version.cpp,v 1.27 2003/02/11 22:22:41 ms Exp $"
 };
 
 #endif /* _AS_VERSION_CPP_AS_HEADER_ */

CVSTrac 2.0.1