Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/20 21:10:26 1.43 +++ ChangeLog 2003/02/21 23:45:39 1.44 @@ -1,5 +1,15 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +030221 Created a cholour prefs page to include row shading + Reluctantly added coupling between TiTable and Preferences classes + Introduced colour shading preferences and controls in prefpanel + Completed colour preferences logic throughout rendering + Improved colour preferences group box and widget resizing + Fixed problem with false colours used in row shading + Added code to enable reverting to default shading colours + Created pixmap for colour revert button + Finished detail and total methods from report panel class + 030220 Implemented vast report generation improvements Added three new preference values for use with reporting Added exception handling to report generation class @@ -8,6 +18,7 @@ Improved button navigation of report panel dialog Overloaded writeHeader() to be more useful to members Added 'detailed listing' and 'signature line' to prefs panel + Changed ASCII strings in panel dialogs to unicode translations 030219 Cleaned up the dataops class Got report generation working finally Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.35' '-r1.36' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/20 21:10:26 1.35 +++ README 2003/02/21 23:45:39 1.36 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.19 (20-Feb-2003) + Version 0.6.20 (22-Feb-2003) ABSTRACT Index: ossp-pkg/as/as-gui/as_version.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v rcsdiff -q -kk '-r1.33' '-r1.34' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/20 21:10:26 1.33 +++ as_version.cpp 2003/02/21 23:45:39 1.34 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x006213 +#define ASGUI_VERSION 0x006214 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x006213, - "0.6.19", - "0.6.19 (20-Feb-2003)", - "This is OSSP as-gui, Version 0.6.19 (20-Feb-2003)", - "OSSP as-gui 0.6.19 (20-Feb-2003)", - "OSSP as-gui/0.6.19", - "@(#)OSSP as-gui 0.6.19 (20-Feb-2003)", + 0x006214, + "0.6.20", + "0.6.20 (22-Feb-2003)", + "This is OSSP as-gui, Version 0.6.20 (22-Feb-2003)", + "OSSP as-gui 0.6.20 (22-Feb-2003)", + "OSSP as-gui/0.6.20", + "@(#)OSSP as-gui 0.6.20 (22-Feb-2003)", "$Id$" };