From 02d14c8cdc8d4c8217dc286194c404852431f814 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 26 Jul 2002 11:07:49 +0000 Subject: dadou said "no expert mode" --- perl-install/harddrake/TODO | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO index c2bb067ea..9f5edc147 100644 --- a/perl-install/harddrake/TODO +++ b/perl-install/harddrake/TODO @@ -5,34 +5,32 @@ *** timeout on dialogs in service ** wishes -*** more use of my_gtk/ugtk *** non needed stuff to run X must be posponed after X11 startup **** eg: scanner/audio/printer/floppy/cdrom/tape/tv/webcam/joystick/ ... -*** different modes: -**** expert mode (only if dadou agree with this idea) => run config tools -**** neuneu => automatic config in service (ie for mouse/video card/...) ** validation: *** see dadou (GUI) -*** & qa team (test cases) +*** qa team (test cases) ** missing -*** window with sliders so that we can resize -*** check4modem *** config module (module options configuration button) => expert only *** embedded mode *** add updfstab as in kudzu -*** enable the user to force a module (isa, isapnp, ...) *** detect pcimcia: foreach (detect_devices::pcmcia_probe()) { printf "m: %-15s t: %-20s d: %-12s d: %s\n", $_->{driver}, $_->{type}, $_->{device}, $_->{description} } +*** detect isapnp devices +*** window with sliders so that we can resize +*** check4modem +*** enable the user to force a module (isa, isapnp, ...) * Postponed +** more use of my_gtk/ugtk ** use fbgtk+2 when booting on fbcon for smoother GUI => interactive::fbgtk *** fpons, convert perl-GTK to gtk+2 :-) ** move all drakx tools into just a small one-liner that uses real .pm @@ -49,6 +47,15 @@ * #################################################################### * #################################################################### + +sub disconnect($$) { + my ($button, $sig) = @_; + if ($sig) { + $button->signal_disconnect($sig); + undef $sig; + } +} + * / no hope / useless : ** enable a string to be passed as detector; in that case, do ourself the =~ ** alter detect_devices in order to only probe one time -- cgit v1.2.1