Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - we need unicode_start, which need kbd_mode and a real "echo" command | Pascal Rigaux | 2004-09-03 | 1 | -1/+10 |
| | | | | | | - initialize newt (and so slang) with a fake en_US.UTF-8 locale during install (and it works better when slang does its setlocale, i don't know why) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | use $F instead of *F | Pascal Rigaux | 2004-08-09 | 1 | -3/+2 |
| | |||||
* | prototype perl_checker compliance | Pascal Rigaux | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | (ask_fromW) actually honor default value | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | (ask_fromW_real) make previous button be labeled "cancel" when needed | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | |||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -2/+3 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
| | |||||
* | small fix when clicking on an empty tree (when allow_empty_list) | Pascal Rigaux | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | don't force buttons a size related to $::windowwidth since this is no more ↵ | Guillaume Cottenceau | 2004-02-20 | 1 | -1/+1 |
| | | | | used to size the main window (fixes missing Next button in vgahi), use a global $::real_windowwidth for sizings related to the main window | ||||
* | use $ugtk2::current_window in place of @interactive::objects (which was ↵ | Pascal Rigaux | 2004-02-19 | 1 | -2/+2 |
| | | | | | | | unused and broken) => fix XSetInputFocus (bugzilla #8046 and #8053) | ||||
* | don't have a big scrolled window that can be around a local scrolled window. | Pascal Rigaux | 2004-02-19 | 1 | -7/+32 |
| | | | | | ensure instead many local scrolled windows | ||||
* | don't have a scroll inside a scroll which causes display pbs. | Pascal Rigaux | 2004-02-17 | 1 | -11/+19 |
| | | | | | | alas it doesn't fix the "Tab" navigation when having a global scroll + a Listbox. You have to use the right arrow to exit the Listbox | ||||
* | have modal windows | Pascal Rigaux | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | workaround gtk limitation #133489 | Pascal Rigaux | 2004-02-06 | 1 | -35/+27 |
| | |||||
* | since we use WrappedLabel, it's better not to warp_text() | Pascal Rigaux | 2004-02-05 | 1 | -2/+1 |
| | |||||
* | do not pass extra empty invisible label (really cosmetic) | Thierry Vignaud | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | use wrapped labels in various places | Thierry Vignaud | 2004-02-02 | 1 | -3/+3 |
| | |||||
* | create add_modify_remove_sensitive() and use it so that "Modify" and "Remove" | Pascal Rigaux | 2004-01-28 | 1 | -1/+9 |
| | | | | | are non sensitive when the initial list is empty | ||||
* | - pack add_modify_remove widget growable | Pascal Rigaux | 2004-01-26 | 1 | -2/+1 |
| | | | | | - no need to size it | ||||
* | new function add_modify_remove_action() | Pascal Rigaux | 2004-01-26 | 1 | -24/+35 |
| | |||||
* | remove debug message | Thierry Vignaud | 2004-01-23 | 1 | -1/+0 |
| | |||||
* | (ask_fromW) enable TreeView to take all availlable space | Thierry Vignaud | 2004-01-23 | 1 | -2/+4 |
| | |||||
* | (ask_fromW) gc prefers ->isa() | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | (ask_fromW) enable properly setted checkbuttons (aka those who | Thierry Vignaud | 2004-01-22 | 1 | -1/+12 |
| | | | | | | correctly use text instead of label) to take all the place they need, thus preventing spurious horizontal scrolling bar to show up | ||||
* | $def_n is unused | Pascal Rigaux | 2004-01-22 | 1 | -2/+1 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2004-01-22 | 1 | -5/+0 |
| | |||||
* | - fix sizing main window | Pascal Rigaux | 2004-01-21 | 1 | -2/+2 |
| | | | | | | - always use a scrolled window when non pop_it (so that the buttons are at the bottom) | ||||
* | do not try anymore to have small pop_it dialog boxes. Make them all the same | Pascal Rigaux | 2004-01-20 | 1 | -63/+20 |
| | | | | | | size and so drop all the (big) code trying to use scrolled windows only when needed and to size them appropriately | ||||
* | prevent unpoped wait messages when called from within wizards in standalone | Thierry Vignaud | 2004-01-19 | 1 | -0/+1 |
| | | | | | mode | ||||
* | remove useless spacing above advanced options | Thierry Vignaud | 2004-01-19 | 1 | -1/+0 |
| | |||||
* | remove arrows from previous/next buttons according to interface team | Thierry Vignaud | 2004-01-16 | 1 | -2/+2 |
| | |||||
* | fix embedding: | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 |
| | | | | | | - prevent subwindows being too small - prevent subwindows breaking when canceled | ||||
* | 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 |