| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify advanced settings detection in expert mode | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
* | check the right items in order to display advanced stuff if needed | Thierry Vignaud | 2003-10-14 | 1 | -1/+1 |
* | fix first part of #5315: honour expert mode while installing in | Thierry Vignaud | 2003-10-13 | 1 | -1/+1 |
* | fix lost checkbox states when "expert mode" option is checked | Thierry Vignaud | 2003-10-13 | 1 | -1/+1 |
* | ensure ->kill kills all the open windows | Pascal Rigaux | 2003-09-23 | 1 | -9/+3 |
* | fix ugliness: don't display $advanced_pack when there are no @widgets_advanced | Pascal Rigaux | 2003-09-17 | 1 | -1/+1 |
* | Gtk2::CheckButton->new is Gtk2::CheckButton->new_with_mnemonic, it's better t... | Pascal Rigaux | 2003-09-16 | 1 | -1/+1 |
* | fix expert mode resulting in advanced setting being displayed by | Thierry Vignaud | 2003-09-16 | 1 | -1/+4 |
* | fix hidden or cutted buttons (#1919, #2364, #2705, #3667, ...) | Thierry Vignaud | 2003-09-15 | 1 | -0/+1 |
* | fix #5040 (too small drakboot's window width) | Thierry Vignaud | 2003-09-09 | 1 | -0/+1 |
* | (ask_fromW) split $set_advanced into $set_advanced and | Thierry Vignaud | 2003-08-22 | 1 | -2/+7 |
* | fix keyboard browsing in treeviews not always centering on | Guillaume Cottenceau | 2003-08-22 | 1 | -1/+1 |
* | show advanced options by default if --expert was passed or if expect | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
* | use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some widget... | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -4/+4 |
* | OptionMenus do not have an horizontal scroll-bar. This can cause havoc for | Pascal Rigaux | 2003-08-03 | 1 | -9/+13 |
* | don't warn when label is used with no text for boot entries | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
* | removed ugly code for scrollbars as pixel has fixed it now. | Francois Pons | 2003-07-30 | 1 | -5/+1 |
* | make sure the split of message is done only in install mode, as standalone has | Francois Pons | 2003-07-28 | 1 | -1/+1 |
* | if the callee explicitely want to force the user to pick sg from a | Thierry Vignaud | 2003-07-24 | 1 | -4/+5 |
* | tempory fix for title not having scroll bars (which sounds reasonable ?), as the | Francois Pons | 2003-07-22 | 1 | -1/+5 |
* | only catch real wrong callees | Thierry Vignaud | 2003-07-18 | 1 | -1/+1 |
* | perl_checker fix | Thierry Vignaud | 2003-07-17 | 1 | -1/+1 |
* | simplify with gtkshow() | Thierry Vignaud | 2003-07-17 | 1 | -10/+6 |
* | intercept buggy callees/users of bool type that wrongly pass label | Thierry Vignaud | 2003-07-17 | 1 | -0/+1 |
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 4 | -2/+33 |
* | typo fix | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
* | - symbolic keys are back | Thierry Vignaud | 2003-07-10 | 1 | -5/+6 |
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 2 | -34/+25 |
* | Gtk2::CheckButton does not support stock item (gc) | Thierry Vignaud | 2003-07-07 | 1 | -1/+1 |
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -3/+3 |
* | - methods with no argument are not functions with no argument! | Pascal Rigaux | 2003-05-26 | 2 | -7/+7 |
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 2 | -3/+3 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 3 | -11/+11 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
* | "ensure buttons are visible when the widgets above are too big" only at install | Pascal Rigaux | 2003-03-06 | 1 | -1/+1 |
* | ensure buttons are visible when the widgets above are too big | Pascal Rigaux | 2003-03-05 | 1 | -1/+8 |
* | a few treeview/list fixes: | Guillaume Cottenceau | 2003-03-03 | 1 | -3/+12 |
* | workaround gtk suckiness (set_text in a combo generates two 'change' signals,... | Pascal Rigaux | 2003-02-27 | 1 | -1/+8 |
* | perl_checker fix | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
* | handle multi-line labels for Checkbox'es (eg: Options in diskdrake) | Pascal Rigaux | 2003-02-26 | 1 | -11/+33 |
* | handle the "Advanced" button in newt | Pascal Rigaux | 2003-02-26 | 1 | -12/+30 |
* | first attempt at making printerdrake to behave smoother when embedded in the | Thierry Vignaud | 2003-02-24 | 1 | -0/+1 |
* | in $::expert, use a SpinButton instead of HScale for type "range" | Pascal Rigaux | 2003-02-22 | 1 | -3/+4 |
* | set a minimum size for Gtk2::HScale's (mainly used for resizing partitions) | Pascal Rigaux | 2003-02-20 | 1 | -0/+1 |
* | fix $ok_clicked when there is no ok button | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 1 | -2/+4 |
* | can't use $mainw->{ok}->clicked since $mainw->{ok} doesn't always exist, set | Pascal Rigaux | 2003-02-19 | 1 | -1/+5 |
* | disallow double-clicking on "Refuse" (license step) | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
* | simplify | Pascal Rigaux | 2003-02-18 | 1 | -3/+2 |