summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Expand)AuthorAgeFilesLines
* use $ugtk2::current_window in place of @interactive::objects (which was unuse...Pascal Rigaux2004-02-191-2/+2
* don't have a big scrolled window that can be around a local scrolled window.Pascal Rigaux2004-02-191-7/+32
* don't have a scroll inside a scroll which causes display pbs.Pascal Rigaux2004-02-171-11/+19
* have modal windowsPascal Rigaux2004-02-101-1/+1
* workaround gtk limitation #133489Pascal Rigaux2004-02-061-35/+27
* since we use WrappedLabel, it's better not to warp_text()Pascal Rigaux2004-02-051-2/+1
* do not pass extra empty invisible label (really cosmetic)Thierry Vignaud2004-02-021-1/+1
* use wrapped labels in various placesThierry Vignaud2004-02-021-3/+3
* create add_modify_remove_sensitive() and use it so that "Modify" and "Remove"Pascal Rigaux2004-01-281-1/+9
* - pack add_modify_remove widget growablePascal Rigaux2004-01-261-2/+1
* new function add_modify_remove_action()Pascal Rigaux2004-01-261-24/+35
* remove debug messageThierry Vignaud2004-01-231-1/+0
* (ask_fromW) enable TreeView to take all availlable spaceThierry Vignaud2004-01-231-2/+4
* (ask_fromW) gc prefers ->isa()Thierry Vignaud2004-01-221-1/+1
* (ask_fromW) enable properly setted checkbuttons (aka those whoThierry Vignaud2004-01-221-1/+12
* $def_n is unusedPascal Rigaux2004-01-221-2/+1
* remove unused variablePascal Rigaux2004-01-221-5/+0
* - fix sizing main windowPascal Rigaux2004-01-211-2/+2
* do not try anymore to have small pop_it dialog boxes. Make them all the samePascal Rigaux2004-01-201-63/+20
* prevent unpoped wait messages when called from within wizards in standaloneThierry Vignaud2004-01-191-0/+1
* remove useless spacing above advanced optionsThierry Vignaud2004-01-191-1/+0
* remove arrows from previous/next buttons according to interface teamThierry Vignaud2004-01-161-2/+2
* fix embedding:Thierry Vignaud2004-01-121-2/+2
* perl_checker fixesPascal Rigaux2004-01-051-1/+0
* try to have a better layout (at least when embedded): let's have only oneThierry Vignaud2003-12-291-3/+5
* (set_advanced_raw) inline it in it's only callerThierry Vignaud2003-11-121-5/+1
* really not a binary testThierry Vignaud2003-11-061-1/+1
* (set_advanced closure) simplifyThierry Vignaud2003-11-031-1/+1
* workaround empty fields when advanced_state is enabled since theThierry Vignaud2003-10-311-1/+3
* simplify advanced settings detection in expert modeThierry Vignaud2003-10-141-1/+1
* check the right items in order to display advanced stuff if neededThierry Vignaud2003-10-141-1/+1
* fix first part of #5315: honour expert mode while installing inThierry Vignaud2003-10-131-1/+1
* fix lost checkbox states when "expert mode" option is checkedThierry Vignaud2003-10-131-1/+1
* ensure ->kill kills all the open windowsPascal Rigaux2003-09-231-9/+3
* fix ugliness: don't display $advanced_pack when there are no @widgets_advancedPascal Rigaux2003-09-171-1/+1
* Gtk2::CheckButton->new is Gtk2::CheckButton->new_with_mnemonic, it's better t...Pascal Rigaux2003-09-161-1/+1
* fix expert mode resulting in advanced setting being displayed byThierry Vignaud2003-09-161-1/+4
* fix hidden or cutted buttons (#1919, #2364, #2705, #3667, ...)Thierry Vignaud2003-09-151-0/+1
* fix #5040 (too small drakboot's window width)Thierry Vignaud2003-09-091-0/+1
* (ask_fromW) split $set_advanced into $set_advanced andThierry Vignaud2003-08-221-2/+7
* fix keyboard browsing in treeviews not always centering onGuillaume Cottenceau2003-08-221-1/+1
* show advanced options by default if --expert was passed or if expectThierry Vignaud2003-08-191-1/+1
* use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some widget...Pascal Rigaux2003-08-101-1/+1
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-4/+4
* OptionMenus do not have an horizontal scroll-bar. This can cause havoc forPascal Rigaux2003-08-031-9/+13
* don't warn when label is used with no text for boot entriesPascal Rigaux2003-08-011-1/+1
* removed ugly code for scrollbars as pixel has fixed it now.Francois Pons2003-07-301-5/+1
* make sure the split of message is done only in install mode, as standalone hasFrancois Pons2003-07-281-1/+1
* if the callee explicitely want to force the user to pick sg from aThierry Vignaud2003-07-241-4/+5
* tempory fix for title not having scroll bars (which sounds reasonable ?), as theFrancois Pons2003-07-221-1/+5