From 343c237363aafe7d9a8ee505ea1629d562ff3f29 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Sep 2002 07:43:15 +0000 Subject: - 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 --- TODO | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.1