summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--TODO5
2 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4968d87a..655f069d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/TODO b/TODO
index 10ff69d3..4b41d641 100644
--- a/TODO
+++ b/TODO
@@ -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]