summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Expand)AuthorAgeFilesLines
* 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
* only catch real wrong calleesThierry Vignaud2003-07-181-1/+1
* perl_checker fixThierry Vignaud2003-07-171-1/+1
* simplify with gtkshow()Thierry Vignaud2003-07-171-10/+6
* intercept buggy callees/users of bool type that wrongly pass labelThierry Vignaud2003-07-171-0/+1
* let interactive uses stock items on x11 and old drak translated items inThierry Vignaud2003-07-144-2/+33
* typo fixThierry Vignaud2003-07-101-1/+1
* - symbolic keys are backThierry Vignaud2003-07-101-5/+6
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-092-34/+25
* Gtk2::CheckButton does not support stock item (gc)Thierry Vignaud2003-07-071-1/+1
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-3/+3
* - methods with no argument are not functions with no argument!Pascal Rigaux2003-05-262-7/+7
* perl_checker fixesThierry Vignaud2003-05-232-3/+3
* perl_checker adaptations + fixesPascal Rigaux2003-04-243-11/+11
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* "ensure buttons are visible when the widgets above are too big" only at installPascal Rigaux2003-03-061-1/+1
* ensure buttons are visible when the widgets above are too bigPascal Rigaux2003-03-051-1/+8
* a few treeview/list fixes:Guillaume Cottenceau2003-03-031-3/+12
* workaround gtk suckiness (set_text in a combo generates two 'change' signals,...Pascal Rigaux2003-02-271-1/+8
* perl_checker fixPascal Rigaux2003-02-271-1/+1
* handle multi-line labels for Checkbox'es (eg: Options in diskdrake)Pascal Rigaux2003-02-261-11/+33
* handle the "Advanced" button in newtPascal Rigaux2003-02-261-12/+30
* first attempt at making printerdrake to behave smoother when embedded in theThierry Vignaud2003-02-241-0/+1
* in $::expert, use a SpinButton instead of HScale for type "range"Pascal Rigaux2003-02-221-3/+4
* set a minimum size for Gtk2::HScale's (mainly used for resizing partitions)Pascal Rigaux2003-02-201-0/+1
* fix $ok_clicked when there is no ok buttonPascal Rigaux2003-02-201-1/+1
* have less warnings when debuggingPascal Rigaux2003-02-201-2/+4
* can't use $mainw->{ok}->clicked since $mainw->{ok} doesn't always exist, setPascal Rigaux2003-02-191-1/+5
* disallow double-clicking on "Refuse" (license step)Pascal Rigaux2003-02-191-3/+3
* simplifyPascal Rigaux2003-02-181-3/+2
* fix tree in newt (now handles default selected entry, and disallow using non-...Pascal Rigaux2003-02-181-13/+30
* internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the Gtk2...Guillaume Cottenceau2003-02-181-1/+0
* in {complete} or {canceled}, ensure giving a bad entry number to focus doesn'tPascal Rigaux2003-02-181-2/+6
* also ->hide in when a button is clicked in standalonePascal Rigaux2003-02-171-10/+2