Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | (ask_fromW) simplify | Thierry Vignaud | 2005-06-01 | 1 | -2/+1 |
| | |||||
* | (ask_fromW) do not use next in callback | Thierry Vignaud | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | (ask_fromW) fix set/get from sub leaf of ComboBox with tree | Thierry Vignaud | 2005-05-27 | 1 | -7/+11 |
| | |||||
* | (ask_fromW) help perl_checker | Thierry Vignaud | 2005-05-26 | 1 | -1/+4 |
| | |||||
* | fix setting a combobox with a tree | Thierry Vignaud | 2005-05-26 | 1 | -1/+6 |
| | |||||
* | (__create_tree_model, create_treeview_tree, ask_fromW) enable to use ↵ | Thierry Vignaud | 2005-05-26 | 1 | -22/+51 |
| | | | | ComboBoxes with trees | ||||
* | fix canceling managment in text mode | Thierry Vignaud | 2005-05-22 | 1 | -2/+2 |
| | |||||
* | handle 'wizcancel' | Thierry Vignaud | 2005-05-18 | 1 | -1/+6 |
| | |||||
* | (ask_fromW) remove dead code | Thierry Vignaud | 2005-03-16 | 1 | -1/+0 |
| | |||||
* | (ask_fromW) remove unecessary sync (which was needed to workaround | Thierry Vignaud | 2005-03-16 | 1 | -1/+1 |
| | | | | | CList bug but now make TreeViews breaking CheckBoxes) | ||||
* | - fix displaying "Advanced" instead of "Basic" in advanced_state by default | Pascal Rigaux | 2005-02-23 | 1 | -5/+4 |
| | | | | | - cleanup | ||||
* | 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) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 3 | -6/+6 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 3 | -3/+3 |
| | |||||
* | - 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 :-( | ||||
* | - 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 |