summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Collapse)AuthorAgeFilesLines
...
* (create_widget) workaround infamous 6 years old gnome bug #101968 (bad label ↵Thierry Vignaud2008-08-271-1/+2
| | | | wrapping)
* - pop wait_messages and ensure same window is used for next wait_messagesPascal Rigaux2008-08-221-1/+4
| | | | | (to ensure the background is not greyed,ungreyed,greyed,...)
* (create_widgets_block) add support for new 'alignment' parameter (only ↵Thierry Vignaud2008-08-221-1/+4
| | | | 'right' value is supported for now)
* (create_widgets_block) add support for new 'do_not_expand' parameterThierry Vignaud2008-08-221-0/+7
|
* (create_widget) enable to render Buttons with new 'advanced' install styleThierry Vignaud2008-08-201-4/+11
|
* (create_widget) use mygtk2 for creating buttons instead of raw Gtk2 (needed ↵Thierry Vignaud2008-08-201-2/+2
| | | | for next commits)
* (create_widget) set title for advanced dialogs instead of relying onThierry Vignaud2008-08-201-1/+1
| | | | | global step's title
* (create_widget) explain crash fix introduced in r244218 for advanced widgetsThierry Vignaud2008-08-201-0/+2
|
* (ask_fromW,display_release_notes) stop reducing help & release notes ↵Thierry Vignaud2008-08-191-2/+0
| | | | dialogs' size
* (ask_fromW) use new style popup button for helpThierry Vignaud2008-08-191-2/+3
|
* (_gtk__Install_Button) factorize new installer style button for further reusageThierry Vignaud2008-08-191-9/+5
|
* (create_widget) fix crashing in r244088 (regression introduced in when movingThierry Vignaud2008-08-191-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 introducedThierry Vignaud2008-08-191-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 dialogsThierry Vignaud2008-08-181-1/+9
|
* (_gtk__Install_Title) factorize installer titles creationThierry Vignaud2008-08-181-1/+1
|
* (new,wait_messageW) align titles to the leftThierry Vignaud2008-08-181-1/+1
|
* (_gtk__MagicWindow,wait_messageW) move using $::main_window asThierry Vignaud2008-08-181-1/+0
| | | | | | transient hint from interactive::gtk::wait_messageW() into _gtk__MagicWindow(), thus fixing focus bug #42750
* (wait_messageW) fix typo in latest commitThierry Vignaud2008-08-131-1/+1
|
* (new,wait_messageW) do not use Banners anymore in order to render titles at ↵Thierry Vignaud2008-08-131-1/+1
| | | | install time
* (ask_fromW) do not force modality since it behaves badly with matchboxThierry Vignaud2008-07-251-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, transientThierry Vignaud2008-07-251-1/+2
| | | | | already imply modality in mygtk2)
* (new) do not display any banner icon at install timeThierry Vignaud2008-07-241-1/+1
|
* (get_html_file) fix broken help because of s/pt_BR/pt_br/ change in file ↵Thierry Vignaud2008-04-031-1/+1
| | | | names (#36774)
* allow interactive::gtk frontends not to pop wait messagesOlivier Blin2007-09-281-1/+1
|
* allow interactive::gtk frontends to ask for a directoryOlivier Blin2007-09-281-1/+4
|
* (load_from_uri) we don't handle #foobar like anchors, so strip themThierry Vignaud2007-09-271-0/+1
| | | | | out of links in order to prevent segfaulting
* (get_html_file) enable to fallback on "C" localeThierry Vignaud2007-09-271-1/+1
|
* (get_html_file)Thierry Vignaud2007-09-271-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 barThierry Vignaud2007-09-171-1/+2
|
* - for wait_message, display a banner and move "Please Wait" in the bannerPascal Rigaux2007-09-131-1/+1
|
* - display a warning when capslock is enabled and entering a password (#33028)Pascal Rigaux2007-09-051-1/+11
|
* - bug command: fix choosing the usb-key/floppy drivePascal Rigaux2007-08-271-4/+10
| | | | | (ie adapting interactive::stdio to new interactive callbacks)
* - progress bar wait_message: ensure it doesn't go crazy when asked to updatePascal Rigaux2007-05-231-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 lossPascal Rigaux2007-04-255-816/+1055
|
* titi's patch is wrong, the ->set_cursor being not done when selecting and ↵Pascal Rigaux2005-09-191-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 onceThierry Vignaud2005-09-161-1/+1
|
* (create_treeview_list) workaround Gtk+ bug where it hides half the list (#18132)Thierry Vignaud2005-09-161-1/+1
|
* cleanup (translate late, and move methods to upper class)Pascal Rigaux2005-08-303-24/+0
|
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-1/+1
|
* do not crash in create_treeview_tree with allow_empty_list and really empty ↵Olivier Blin2005-08-241-8/+10
| | | | list (#17718)
* really make ComboBox with tree inside workPascal Rigaux2005-08-091-10/+14
|
* modify ComboBox with a tree inside to follow previous __create_tree_model() ↵Pascal Rigaux2005-08-091-9/+7
| | | | change
* fix indentationPascal Rigaux2005-08-091-32/+32
|
* better that wayPascal Rigaux2005-08-091-1/+1
|
* revamp codePascal Rigaux2005-08-091-52/+52
|
* simplifyPascal Rigaux2005-08-091-1/+1
|
* no need to explicitly showPascal Rigaux2005-08-091-2/+2
|
* don't apply {format} twicePascal Rigaux2005-08-091-1/+1
|
* rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵Thierry Vignaud2005-06-301-1/+1
| | | | its purpose
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
|