Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (all_title_entries,create_widgets) add asterisks before titles when there're ↵ | Thierry Vignaud | 2008-08-27 | 1 | -0/+11 |
| | | | | more than one: | ||||
* | (create_widget) simplify last two commits | Thierry Vignaud | 2008-08-27 | 1 | -9/+3 |
| | |||||
* | (create_widget) remove dead code | Thierry Vignaud | 2008-08-27 | 1 | -2/+0 |
| | |||||
* | (create_widgets_block) put right "content widget" in a size group | Thierry Vignaud | 2008-08-27 | 1 | -0/+2 |
| | | | | | (needed for proper vertical aligment when some widgets are right aligned) | ||||
* | (create_widget) restore support for advanced_messages (regression introduced in | Thierry Vignaud | 2008-08-27 | 1 | -1/+10 |
| | | | | | r244088: "(create_widget) popup advanced settings in dialogs") | ||||
* | (create_widget) perl_checker fix | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | (create_widget) fix positin of filler in order to be able to right align any ↵ | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | | | | kind of widget | ||||
* | (create_treeview_list) fix several Gtk-CRITICAL | Thierry Vignaud | 2008-08-27 | 1 | -0/+1 |
| | |||||
* | (create_widgets_block) fix right aligned widgets | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | | | | | | (regression introduced in r244432: "(create_widget) workaround infamous 6 years old gnome bug #101968 (bad label wrapping)") | ||||
* | (create_widget) workaround infamous 6 years old gnome bug #101968 (bad label ↵ | Thierry Vignaud | 2008-08-27 | 1 | -1/+2 |
| | | | | wrapping) | ||||
* | - pop wait_messages and ensure same window is used for next wait_messages | Pascal Rigaux | 2008-08-22 | 1 | -1/+4 |
| | | | | | (to ensure the background is not greyed,ungreyed,greyed,...) | ||||
* | (create_widgets_block) add support for new 'alignment' parameter (only ↵ | Thierry Vignaud | 2008-08-22 | 1 | -1/+4 |
| | | | | 'right' value is supported for now) | ||||
* | (create_widgets_block) add support for new 'do_not_expand' parameter | Thierry Vignaud | 2008-08-22 | 1 | -0/+7 |
| | |||||
* | (create_widget) enable to render Buttons with new 'advanced' install style | Thierry Vignaud | 2008-08-20 | 1 | -4/+11 |
| | |||||
* | (create_widget) use mygtk2 for creating buttons instead of raw Gtk2 (needed ↵ | Thierry Vignaud | 2008-08-20 | 1 | -2/+2 |
| | | | | for next commits) | ||||
* | (create_widget) set title for advanced dialogs instead of relying on | Thierry Vignaud | 2008-08-20 | 1 | -1/+1 |
| | | | | | global step's title | ||||
* | (create_widget) explain crash fix introduced in r244218 for advanced widgets | Thierry Vignaud | 2008-08-20 | 1 | -0/+2 |
| | |||||
* | (ask_fromW,display_release_notes) stop reducing help & release notes ↵ | Thierry Vignaud | 2008-08-19 | 1 | -2/+0 |
| | | | | dialogs' size | ||||
* | (ask_fromW) use new style popup button for help | Thierry Vignaud | 2008-08-19 | 1 | -2/+3 |
| | |||||
* | (_gtk__Install_Button) factorize new installer style button for further reusage | Thierry Vignaud | 2008-08-19 | 1 | -9/+5 |
| | |||||
* | (create_widget) fix crashing in r244088 (regression introduced in when moving | Thierry Vignaud | 2008-08-19 | 1 | -1/+1 |
| | | | | | | advanced widgets in their own dialog instead of in another block child of an expander) | ||||
* | (all_focusable_entries) fix crash with advanced widgets (regression introduced | Thierry Vignaud | 2008-08-19 | 1 | -4/+1 |
| | | | | | | | in when moving advanced widgets in their own dialog instead of in another block child of an expander: we do not have any real Gtk2::Expander widget anymore) | ||||
* | (create_widget) popup advanced settings in dialogs | Thierry Vignaud | 2008-08-18 | 1 | -1/+9 |
| | |||||
* | (_gtk__Install_Title) factorize installer titles creation | Thierry Vignaud | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | (new,wait_messageW) align titles to the left | Thierry Vignaud | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | (_gtk__MagicWindow,wait_messageW) move using $::main_window as | Thierry Vignaud | 2008-08-18 | 1 | -1/+0 |
| | | | | | | transient hint from interactive::gtk::wait_messageW() into _gtk__MagicWindow(), thus fixing focus bug #42750 | ||||
* | (wait_messageW) fix typo in latest commit | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | (new,wait_messageW) do not use Banners anymore in order to render titles at ↵ | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | | | | install time | ||||
* | (ask_fromW) do not force modality since it behaves badly with matchbox | Thierry Vignaud | 2008-07-25 | 1 | -2/+1 |
| | | | | | | window manager; modality got forced by pixel in r206229 on 2004-02-10 without much explanation: "have modal windows" | ||||
* | (ask_fromW) no need to set modality twice (what's more, transient | Thierry Vignaud | 2008-07-25 | 1 | -1/+2 |
| | | | | | already imply modality in mygtk2) | ||||
* | (new) do not display any banner icon at install time | Thierry Vignaud | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | (get_html_file) fix broken help because of s/pt_BR/pt_br/ change in file ↵ | Thierry Vignaud | 2008-04-03 | 1 | -1/+1 |
| | | | | names (#36774) | ||||
* | allow interactive::gtk frontends not to pop wait messages | Olivier Blin | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | allow interactive::gtk frontends to ask for a directory | Olivier Blin | 2007-09-28 | 1 | -1/+4 |
| | |||||
* | (load_from_uri) we don't handle #foobar like anchors, so strip them | Thierry Vignaud | 2007-09-27 | 1 | -0/+1 |
| | | | | | out of links in order to prevent segfaulting | ||||
* | (get_html_file) enable to fallback on "C" locale | Thierry Vignaud | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | (get_html_file) | Thierry Vignaud | 2007-09-27 | 1 | -9/+13 |
| | | | | | | - split it out of ask_fromW(), - use it in load_from_uri() so that we try translated links first (#33679) | ||||
* | (create_treeview_list) use ellipsis in order to prevent horizontal scroll bar | Thierry Vignaud | 2007-09-17 | 1 | -1/+2 |
| | |||||
* | - for wait_message, display a banner and move "Please Wait" in the banner | Pascal Rigaux | 2007-09-13 | 1 | -1/+1 |
| | |||||
* | - display a warning when capslock is enabled and entering a password (#33028) | Pascal Rigaux | 2007-09-05 | 1 | -1/+11 |
| | |||||
* | - bug command: fix choosing the usb-key/floppy drive | Pascal Rigaux | 2007-08-27 | 1 | -4/+10 |
| | | | | | (ie adapting interactive::stdio to new interactive callbacks) | ||||
* | - progress bar wait_message: ensure it doesn't go crazy when asked to update | Pascal Rigaux | 2007-05-23 | 1 | -5/+9 |
| | | | | | | with the same fraction (eg #30090) - also do hide the progress bar (maybe we should not hide it?) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 5 | -816/+1055 |
| | |||||
* | titi's patch is wrong, the ->set_cursor being not done when selecting and ↵ | Pascal Rigaux | 2005-09-19 | 1 | -3/+4 |
| | | | | | | | exiting window on the event (ie double clicking on the entry) we really would need to do things more cleanly (i know on TextView ->scroll_to_mark works better than ->scroll_to_cell) | ||||
* | (create_treeview_list) run timer only once | Thierry Vignaud | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | (create_treeview_list) workaround Gtk+ bug where it hides half the list (#18132) | Thierry Vignaud | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | cleanup (translate late, and move methods to upper class) | Pascal Rigaux | 2005-08-30 | 3 | -24/+0 |
| | |||||
* | fill in missing titles for banners and specify icons | Thierry Vignaud | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | do not crash in create_treeview_tree with allow_empty_list and really empty ↵ | Olivier Blin | 2005-08-24 | 1 | -8/+10 |
| | | | | list (#17718) | ||||
* | really make ComboBox with tree inside work | Pascal Rigaux | 2005-08-09 | 1 | -10/+14 |
| |