Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create ->ask_filename and ->ask_directory to replace ->ask_file | Pascal Rigaux | 2005-02-15 | 1 | -5/+11 |
| | |||||
* | change packing for the widgets given | Pascal Rigaux | 2005-01-15 | 1 | -6/+3 |
| | |||||
* | - move set_main_window_size() from ugtk2 to mygtk2 | Pascal Rigaux | 2005-01-15 | 1 | -1/+1 |
| | | | | | - call it in MagicWindow creation | ||||
* | allow passing gtk widgets to ->wait_message | Pascal Rigaux | 2005-01-15 | 1 | -2/+3 |
| | |||||
* | - fix displaying wait_message | Pascal Rigaux | 2005-01-14 | 1 | -3/+9 |
| | | | | | - restore previous display of the wait_message during install (is that better ?) | ||||
* | have separate SizeGroup's for advanced and non advanced entries | Pascal Rigaux | 2005-01-12 | 1 | -4/+4 |
| | |||||
* | rewrite wait_messageW using mygtk2 | Pascal Rigaux | 2005-01-12 | 1 | -22/+23 |
| | |||||
* | create "MagicWindow" in mygtk2 out of ugtk2::new() | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | change set_main_window_size() prototype | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | simplify using {pop_it} | Pascal Rigaux | 2005-01-10 | 1 | -3/+1 |
| | |||||
* | $w->{isEmbedded} is unused | Pascal Rigaux | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | $w->{isWizard} is unused | Pascal Rigaux | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | on a label, we must use ->get_text, not ->get | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | better layout: | Pascal Rigaux | 2004-12-31 | 1 | -9/+3 |
| | | | | | | | - ensure buttons are at bottom using pack_end instead of packing a growing empty vbox for ask_warn-like dialogs - drop old code - always allow box to grow (this may be wrong) | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
| | |||||
* | - disable the new gtk smart search which display an entry box | Pascal Rigaux | 2004-09-29 | 1 | -2/+4 |
| | | | | | | - fix return value of key_press_event for some cases (otherwise arrow keys do not work) | ||||
* | for ask_warn with big text, create a bigger window | Pascal Rigaux | 2004-09-10 | 1 | -1/+2 |
| | |||||
* | introduce {more_buttons} to allow the "Release Notes" button. ugly, but it ↵ | Pascal Rigaux | 2004-09-10 | 1 | -6/+9 |
| | | | | works :-( | ||||
* | (ask_fromW) actually honor default value | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -2/+3 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | fix embedding: | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 |
| | | | | | | - prevent subwindows being too small - prevent subwindows breaking when canceled | ||||
* | 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) |