Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 |
| |