Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.40' '-r1.41' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/14 17:32:27 1.40 +++ ChangeLog 2003/02/14 19:28:15 1.41 @@ -3,6 +3,12 @@ 030214 Moved preference data application from panel items to own method Added applyPrefs logic, and a new proxy method to handle applied signals Reorganized file incusion in throughout to loosen source file coupling + Removed optional 'this' parameter from all calls to connect() + Ripped out more header includes from monolithic interface header + Added pixmap for prefs panel, and added it to menu and toolbar + Made call of prefs panel an instance of class QAction + Changed .bak file message text in class Prefpanel + Gave more sensible default RPC host names 030213 Implemented multiple row spanning SOAP trasmissions Modified CORBA and SOAP methods to use preferences host names Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.32' '-r1.33' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/14 17:32:27 1.32 +++ README 2003/02/14 19:28:15 1.33 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.16 (14-Feb-2003) + Version 0.6.17 (14-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.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/14 17:32:27 1.30 +++ as_version.cpp 2003/02/14 19:28:15 1.31 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x006210 +#define ASGUI_VERSION 0x006211 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x006210, - "0.6.16", - "0.6.16 (14-Feb-2003)", - "This is OSSP as-gui, Version 0.6.16 (14-Feb-2003)", - "OSSP as-gui 0.6.16 (14-Feb-2003)", - "OSSP as-gui/0.6.16", - "@(#)OSSP as-gui 0.6.16 (14-Feb-2003)", + 0x006211, + "0.6.17", + "0.6.17 (14-Feb-2003)", + "This is OSSP as-gui, Version 0.6.17 (14-Feb-2003)", + "OSSP as-gui 0.6.17 (14-Feb-2003)", + "OSSP as-gui/0.6.17", + "@(#)OSSP as-gui 0.6.17 (14-Feb-2003)", "$Id$" };