From: <ma...@us...> - 2003-12-21 05:40:30
|
Update of /cvsroot/sharedaemon/ui-wx In directory sc8-pr-cvs1:/tmp/cvs-serv26192 Modified Files: TODO Log Message: Updated trayicon section. Index: TODO =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- TODO 19 Dec 2003 03:33:37 -0000 1.9 +++ TODO 21 Dec 2003 05:40:27 -0000 1.10 @@ -49,15 +49,14 @@ *********************** GTK SYSTRAY BUGS/TODO *********************** * Maintainer: Patrizio Bassi aka Hetfield <het...@us... * ********************************************************************* -* Fix GTK warnings/criticals -* Fix compilation against GTK2 (something with headers) -* Fix coding style (read ShareDaemon coding standards here: - "http://sourceforge.net/docman/display_doc.php?docid=20130&gr - oup_id=94958" and take a look at MainDlg.cpp/.h for example. +* Make it unicode compatible (TOP PRIORITY!). Compile wxWindows with + --with-gtk2 --enable-unicode --enable-debug for testing it. +* Make it compatible with ShareDaemon coding standards. + http://sharedaemon.sourceforge.net/staticpages/index.php?page=20031220110653863 +* Fix GTK/GTK2 warnings/criticals upon startup/shutdown. * Use PNG images instead of XPM. Get the PNG image from CImages class `img->GetImage(wxT("mule"));` -* Fix any compilations issues that arise when compiling against - wxgtk2ud (configure wx with --enable-gtk2 --enable-unicode - --enable-debug). -* Autodetect which WM is running and use the corresponding trayicon. - +* Autodetect which Window Manager is running and use the corresponding + trayicon. +* Make tray-icon have transparent background (shows grey background on + KDE 3.1.4). |