Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker fixes | Pascal Rigaux | 2004-01-05 | 1 | -1/+0 |
| | |||||
* | try to have a better layout (at least when embedded): let's have only one | Thierry Vignaud | 2003-12-29 | 1 | -3/+5 |
| | | | | | | scrollbar that scroll the whole window (in non embedded case, there's the problem of the scrolled window size...) | ||||
* | (set_advanced_raw) inline it in it's only caller | Thierry Vignaud | 2003-11-12 | 1 | -5/+1 |
| | |||||
* | really not a binary test | Thierry Vignaud | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | (set_advanced closure) simplify | Thierry Vignaud | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | workaround empty fields when advanced_state is enabled since the | Thierry Vignaud | 2003-10-31 | 1 | -1/+3 |
| | | | | | beginning | ||||
* | 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 |
| | | | | | drakconnect (aka when expert mode checkbox was checked) | ||||
* | 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 |
| | | | | | (fixes mke2fs failure causing $::WizardTable to be kept empty) | ||||
* | fix ugliness: don't display $advanced_pack when there are no @widgets_advanced | Pascal Rigaux | 2003-09-17 | 1 | -1/+1 |
| | | | | | (esp. since $advanced_pack is now in its own scrolled window) | ||||
* | Gtk2::CheckButton->new is Gtk2::CheckButton->new_with_mnemonic, it's better ↵ | Pascal Rigaux | 2003-09-16 | 1 | -1/+1 |
| | | | | to use Gtk2::CheckButton->new_with_label (bug #5728) | ||||
* | fix expert mode resulting in advanced setting being displayed by | Thierry Vignaud | 2003-09-16 | 1 | -1/+4 |
| | | | | | default but label still being "advanced" instead of "basic" | ||||
* | 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 |
| | | | | | | $set_advanced_raw to fix drakconnect "failling" to detect network interfaces in standalone mode when in expert mode | ||||
* | fix keyboard browsing in treeviews not always centering on | Guillaume Cottenceau | 2003-08-22 | 1 | -1/+1 |
| | | | | | | | selected row (workaround gtk2 bug not honouring centering on the given row if node was closed by updating ui before requesting the scrolling to the cell) | ||||
* | show advanced options by default if --expert was passed or if expect | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | | | | | checkbox was checked (#4353) | ||||
* | use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some ↵ | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
| | | | | widgets otherwise underscores become underlines (bug #4678) | ||||
* | 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 |
| | | | | | | long strings. So use combo box as we used to do in those cases (eg: diskdrake Create dialog box in expert mode) (bug #4484) | ||||
* | don't warn when label is used with no text for boot entries | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | | | | | (i want titi's explaination on this first) | ||||
* | 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 |
| | | | | | no problem. | ||||
* | if the callee explicitely want to force the user to pick sg from a | Thierry Vignaud | 2003-07-24 | 1 | -4/+5 |
| | | | | | | | fixed set of options, the right widget to use is an OptionMenu rather than a Combo (see ugtk2 r1.141 log and ugtk2::Gtk2::OptionMenu sub-module) | ||||
* | tempory fix for title not having scroll bars (which sounds reasonable ?), as the | Francois Pons | 2003-07-22 | 1 | -1/+5 |
| | | | | | | size of the window is fixed the low part of the window is not visible. titi who makes the portage to newer Gtk2 has not tested this (again, for info). | ||||
* | 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 |
| | | | | | instead of text | ||||
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 4 | -2/+33 |
| | | | | | other backends | ||||
* | typo fix | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | - symbolic keys are back | Thierry Vignaud | 2003-07-10 | 1 | -5/+6 |
| | | | | | - do not name "use once" variables | ||||
* | 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 | ||||
* | 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 |
| | | | | | | | | | | - when selecting a value, scroll it like in treeview/tree - use saved_default_val dirty hackery to really honour default value - fix not calling $select again when trying to select an already selected value (happens when clicking or keyboard-selecting; broken, it ended up in always scrolling the selected value to the center) | ||||
* | workaround gtk suckiness (set_text in a combo generates two 'change' ↵ | Pascal Rigaux | 2003-02-27 | 1 | -1/+8 |
| | | | | signals, one when removing the whole, one for inserting the replacement..) | ||||
* | 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 |
| | | | | | mcc | ||||
* | in $::expert, use a SpinButton instead of HScale for type "range" | Pascal Rigaux | 2003-02-22 | 1 | -3/+4 |
| | | | | | (useful in diskdrake to enter the partition size directly) |