summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-06 07:43:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-06 07:43:15 +0000
commit343c237363aafe7d9a8ee505ea1629d562ff3f29 (patch)
treefd837cf2fc236fd2457afe56957246bc9889e247 /TODO
parent02de44c4ff7a912afecc7a2278ee99203d1e2d78 (diff)
downloadcontrol-center-343c237363aafe7d9a8ee505ea1629d562ff3f29.tar
control-center-343c237363aafe7d9a8ee505ea1629d562ff3f29.tar.gz
control-center-343c237363aafe7d9a8ee505ea1629d562ff3f29.tar.bz2
control-center-343c237363aafe7d9a8ee505ea1629d562ff3f29.tar.xz
control-center-343c237363aafe7d9a8ee505ea1629d562ff3f29.zip
- ugtk::gtkicons_labels_widget() :
o pass icon name in $tag to $exec_func so that the later can display big icon o $label_exec is a duplicate of $label o simplify notebook redrawing: * remove dam'sugly hacks * $redraw_function->() : resize Gtk::Fixed on first run if more than 4 icons * redraw in only one place * don't redraw on realize event (now we both don't flick and have proper icon alignment without old hacks) - mcc: o print big icon while launching a tool (anim in next commit) o move todo list in TODO o stricter check: * default to use strict * disable strict mode when building rpm * fixes for 'use strict' o kill : * a debugging print * a superflous 'no warnings' * a title->show since we never hide it * $rootheight since gtk packer do the job for us * unused $nb_pages o begin to un-hardcode some values (window and notebook size, ...) o cosmetics: * comment some code * add myself to authors list (deush, you should add yourself too since you're the localedrake/mcc interaction guru) * s/darea1/summary_darea/ o don't display logs when back in main summary o destroy pixbuf after
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7eaf4212..2bd492ff 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,11 @@
-+ integrate wizard tool
-- xinerama compliant: look in gdm \ No newline at end of file
+TODO:
+- banner: don't put background under title, just render it with alpha blending
+- limit running apps to one if not embedded ?
+- trap kill => kill pending apps
+- fixed resizing hack: don't do it if less that 5 icons
+- consolidate gdk-pixbuf code
+- 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
+- xinerama compliant: look in gdm