summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - 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-251-380/+450
|
* 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-301-8/+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
|
* (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 ↵Thierry Vignaud2005-05-261-22/+51
| | | | ComboBoxes with trees
* (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
| | | | | CList bug but now make TreeViews breaking CheckBoxes)
* - fix displaying "Advanced" instead of "Basic" in advanced_state by defaultPascal Rigaux2005-02-231-5/+4
| | | | | - cleanup
* create ->ask_filename and ->ask_directory to replace ->ask_filePascal Rigaux2005-02-151-5/+11
|
* change packing for the widgets givenPascal Rigaux2005-01-151-6/+3
|
* - move set_main_window_size() from ugtk2 to mygtk2Pascal Rigaux2005-01-151-1/+1
| | | | | - call it in MagicWindow creation
* allow passing gtk widgets to ->wait_messagePascal Rigaux2005-01-151-2/+3
|
* - fix displaying wait_messagePascal Rigaux2005-01-141-3/+9
| | | | | - restore previous display of the wait_message during install (is that better ?)
* have separate SizeGroup's for advanced and non advanced entriesPascal Rigaux2005-01-121-4/+4
|
* rewrite wait_messageW using mygtk2Pascal Rigaux2005-01-121-22/+23
|
* create "MagicWindow" in mygtk2 out of ugtk2::new()Pascal Rigaux2005-01-111-1/+1
|
* change set_main_window_size() prototypePascal Rigaux2005-01-111-1/+1
|
* simplify using {pop_it}Pascal Rigaux2005-01-101-3/+1
|
* $w->{isEmbedded} is unusedPascal Rigaux2005-01-071-1/+1
|
* $w->{isWizard} is unusedPascal Rigaux2005-01-071-1/+1
|
* on a label, we must use ->get_text, not ->getPascal Rigaux2005-01-061-1/+1
|
* better layout:Pascal Rigaux2004-12-311-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 Rigaux2004-11-181-1/+1
|
* - disable the new gtk smart search which display an entry boxPascal Rigaux2004-09-291-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 windowPascal Rigaux2004-09-101-1/+2
|