OSSP CVS Repository

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

Check-in Number: 3907
Date: 2002-Dec-19 22:04:04 (local)
2002-Dec-19 21:04:04 (UTC)
User:ms
Branch:
Comment: Prepare for alpha release version 0.5.9.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/ChangeLog      added-> 1.6
ossp-pkg/as/as-gui/README      1.12 -> 1.13     1 inserted, 1 deleted
ossp-pkg/as/as-gui/as_version.cpp      1.10 -> 1.11     9 inserted, 9 deleted

ossp-pkg/as/as-gui/ChangeLog -> 1.6

*** /dev/null    Sat Nov 23 06:32:11 2024
--- -    Sat Nov 23 06:32:20 2024
***************
*** 0 ****
--- 1,32 ----
+ Geschichte des OSSP titraq in Vorwaerts Cronordnung
+ 
+ 021219 Added full close document and disable handling
+        Added new dimmed icons for showing disabled state
+        Fixed status edit control pixmap redraw
+        Fixed remaining edit pixmap on old data
+        Fixed get/set empy Rowdata for cut/copy/paste ops
+        Fixed member filename corruption and data loss problem
+        Optimized addRow and pasteRow graphic drawing
+        Added better file name handling by accessors
+        Streamlined widget enablement logic in slots
+        Corrected remaining build configuration issues
+ 
+ 021218 Reduced dependency to STL
+        Changed release name from asgui to as-gui
+        Finished differential shading algorythm
+        Row and selection handling fixes
+        Corrected pixmap refreshes
+ 
+ 021217 Added differential row shading
+        Improved focus handling in edit mode
+        Add file extension filter to file op dialogs
+        Resolve save problems to symbolic link
+ 
+ 021216 Added protection against existing file overwriting.
+        Added column sort on click with full row swapping.
+        Added persistent sorting to user preferences.
+        Added view refresh and new view menu items.
+        Added dynamic account list loading.
+        Improved dirty flag tracking.
+ 
+ 021108 Projekt Erzeugung


ossp-pkg/as/as-gui/README 1.12 -> 1.13

--- README       2002/12/18 15:47:47     1.12
+++ README       2002/12/19 21:04:04     1.13
@@ -6,7 +6,7 @@
              |___/
 
   OSSP asgui -- Accounting system graphical user interface
-  Version 0.5.8 (18-Dec-2002)
+  Version 0.5.9 (19-Dec-2002)
 
   ABSTRACT
 


ossp-pkg/as/as-gui/as_version.cpp 1.10 -> 1.11

--- as_version.cpp       2002/12/18 15:47:47     1.10
+++ as_version.cpp       2002/12/19 21:04:04     1.11
@@ -8,7 +8,7 @@
 #ifndef _AS_VERSION_CPP_
 #define _AS_VERSION_CPP_
 
-#define ASGUI_VERSION 0x005208
+#define ASGUI_VERSION 0x005209
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _AS_VERSION_CPP_AS_HEADER_
 
 asgui_version_t asgui_version = {
-    0x005208,
-    "0.5.8",
-    "0.5.8 (18-Dec-2002)",
-    "This is OSSP as-gui, Version 0.5.8 (18-Dec-2002)",
-    "OSSP as-gui 0.5.8 (18-Dec-2002)",
-    "OSSP as-gui/0.5.8",
-    "@(#)OSSP as-gui 0.5.8 (18-Dec-2002)",
-    "$Id: as_version.cpp,v 1.10 2002/12/18 15:47:47 ms Exp $"
+    0x005209,
+    "0.5.9",
+    "0.5.9 (19-Dec-2002)",
+    "This is OSSP as-gui, Version 0.5.9 (19-Dec-2002)",
+    "OSSP as-gui 0.5.9 (19-Dec-2002)",
+    "OSSP as-gui/0.5.9",
+    "@(#)OSSP as-gui 0.5.9 (19-Dec-2002)",
+    "$Id: as_version.cpp,v 1.11 2002/12/19 21:04:04 ms Exp $"
 };
 
 #endif /* _AS_VERSION_CPP_AS_HEADER_ */

CVSTrac 2.0.1