From: <ma...@us...> - 2003-11-23 09:56:12
|
Update of /cvsroot/sharedaemon/ui-wx In directory sc8-pr-cvs1:/tmp/cvs-serv628 Modified Files: Changelog Log Message: 3 updates Index: Changelog =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/Changelog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- Changelog 21 Nov 2003 14:15:34 -0000 1.92 +++ Changelog 23 Nov 2003 09:56:09 -0000 1.93 @@ -20,6 +20,13 @@ # ALWAYS keep line lenghts UNDER/AT 80 characters. # ############################################################################### +2003/11/23 Alo Sarv + * Cleaned up ToolBar/MenuBar event handling mess. Altough not + completely dynamic yet, its a cleaner now. + * Use mainframe->Close() instead of delete operator to exit app from + systray (cleaner this way) + * Global class declarations moved to defines.h where they belong. + 2003/11/21 Alo Sarv * Toolbar/Menubar displayment/orientation can now be changed w/o restarting the interface. |