diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-18 09:52:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-18 09:52:14 +0000 |
commit | 3ef90991fd63550df486237fd86813550675086a (patch) | |
tree | 6ba368ca7a3d90076f8e1f1914ad0e69c804172c | |
parent | 6bdda06d2f204d64c9b5aa7da10d517b5db01f93 (diff) | |
download | control-center-3ef90991fd63550df486237fd86813550675086a.tar control-center-3ef90991fd63550df486237fd86813550675086a.tar.gz control-center-3ef90991fd63550df486237fd86813550675086a.tar.bz2 control-center-3ef90991fd63550df486237fd86813550675086a.tar.xz control-center-3ef90991fd63550df486237fd86813550675086a.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | TODO | 5 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2002-11-18 08:55 tvignaud + + * ChangeLog, clock.pl, control-center, menus_launcher.pl, + print_launcher.pl: code cleaning/shrunking + + - use my_gtk & common to : + o automatically handle embedding + o simplify code + o ease gtk2 port + o don't uselessly initialize gtk & locales + o ... don't do what my_gtk already offer to do for us + + clock.pl: kill stupid code copied between two signal handlers + whereas it has no purpose since my_gtk just exited in second + handler + + mcc: + - explain why we initialize interactive without using it + - global workaround for broken locales + - bump version + 2002-11-17 20:32 alus * po/pl.po: logi -> dziennik @@ -1,11 +1,14 @@ TODO: - add draksound icon, remove harddrake icon - banner: don't put background under title, just render it with alpha blending + like rpmdrake2 does - limit running apps to one if not embedded ? +- make logdrake integration more robust +- run logdrake only once (the first time we need to) - trap kill => kill pending apps - consolidate gdk-pixbuf code in ugtk - once perl-gtk for gtk+2 is there, use a Gtk::Table (or better gimp widget for its tool icons table) filled with Gtk::Image, thus killing lot of code (dbl* buffers, rerending, alpha blending, ...) -- add mmc theme so that drakx tools get mcc background +- add mcc theme so that drakx tools get mcc background - xinerama compliant: look in gdm [dams] |