summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Expand)AuthorAgeFilesLines
...
* (all_focusable_entries) fix crash with advanced widgets (regression introducedThierry Vignaud2008-08-191-4/+1
* (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
* (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 i...Thierry Vignaud2008-08-131-1/+1
* (ask_fromW) do not force modality since it behaves badly with matchboxThierry Vignaud2008-07-251-2/+1
* (ask_fromW) no need to set modality twice (what's more, transientThierry Vignaud2008-07-251-1/+2
* (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 name...Thierry Vignaud2008-04-031-1/+1
* 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
* (get_html_file) enable to fallback on "C" localeThierry Vignaud2007-09-271-1/+1
* (get_html_file)Thierry Vignaud2007-09-271-9/+13
* (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
* - progress bar wait_message: ensure it doesn't go crazy when asked to updatePascal Rigaux2007-05-231-5/+9
* 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 exi...Pascal Rigaux2005-09-191-3/+4
* (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 l...Olivier Blin2005-08-241-8/+10
* really make ComboBox with tree inside workPascal Rigaux2005-08-091-10/+14
* modify ComboBox with a tree inside to follow previous __create_tree_model() c...Pascal Rigaux2005-08-091-9/+7
* 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 i...Thierry Vignaud2005-06-301-1/+1
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
* (ask_fromW) simplifyThierry Vignaud2005-06-011-2/+1
* (ask_fromW) do not use next in callbackThierry Vignaud2005-06-011-1/+1
* (ask_fromW) fix set/get from sub leaf of ComboBox with treeThierry Vignaud2005-05-271-7/+11
* (ask_fromW) help perl_checkerThierry Vignaud2005-05-261-1/+4
* fix setting a combobox with a treeThierry Vignaud2005-05-261-1/+6
* (__create_tree_model, create_treeview_tree, ask_fromW) enable to use ComboBox...Thierry Vignaud2005-05-261-22/+51
* fix canceling managment in text modeThierry Vignaud2005-05-221-2/+2
* handle 'wizcancel'Thierry Vignaud2005-05-181-1/+6
* (ask_fromW) remove dead codeThierry Vignaud2005-03-161-1/+0
* (ask_fromW) remove unecessary sync (which was needed to workaroundThierry Vignaud2005-03-161-1/+1
* - fix displaying "Advanced" instead of "Basic" in advanced_state by defaultPascal Rigaux2005-02-231-5/+4
* create ->ask_filename and ->ask_directory to replace ->ask_filePascal Rigaux2005-02-151-5/+11