summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* split ask_browse_tree_info from interactive_gtkGuillaume Cottenceau2002-06-071-195/+2
| | | | | | | to my_gtk between widgets creation and real stuff so that we can now call it with widgets places differently
* remove typo fix when it's not a fix :-)Guillaume Cottenceau2002-05-281-1/+1
|
* small typoGuillaume Cottenceau2002-05-281-1/+1
|
* remove typo (hopefully really a typo ;p)Guillaume Cottenceau2002-05-281-1/+0
|
* force scalar for Gtk::Label->new with warp_textPascal Rigaux2002-02-151-1/+1
|
* use the new warp_text featurePascal Rigaux2002-02-141-2/+2
|
* fix error causing a bad window sizing when there is a horiz scrollPascal Rigaux2002-02-071-2/+3
|
* (exit): ensure USR1 is sent to mccPascal Rigaux2002-02-071-0/+1
|
* add "quit_if_double_click" and "tree_expanded" flags (request from till)Pascal Rigaux2002-01-221-4/+4
|
* hopefully better dialog box sizingPascal Rigaux2002-01-211-17/+37
|
* toggle Advanced/Basic buttonPascal Rigaux2002-01-031-2/+7
|
* drakgw for goldGuillaume Cottenceau2001-12-171-2/+10
|
* cleanupPascal Rigaux2001-11-261-2/+1
|
* fix typo (on clicked_may_quit)Pascal Rigaux2001-10-101-1/+1
|
* fear the shaped windows...damien2001-09-111-2/+2
|
* - make diskdrake work in embedded modePascal Rigaux2001-09-101-9/+9
| | | | | - $my_gtk::pop_it used where it should
* clicked_may_quit used in place of clicked+exception to work-around perl-GTK ↵Pascal Rigaux2001-09-091-1/+4
| | | | bug (?)
* embedded mode fixYves Duret2001-09-041-0/+1
|
* better sizing for combo boxesPascal Rigaux2001-09-031-2/+7
|
* corrected wizard mode display height/widthdamien2001-08-301-1/+1
|
* fix&cleanup window sizePascal Rigaux2001-08-301-2/+3
|
* more intelligent setting back the selected value in the clist and ctreePascal Rigaux2001-08-221-2/+3
| | | | | (done already for entry)
* - fix entries editing causing the cursor to go to the end of linePascal Rigaux2001-08-221-1/+3
| | | | | - select the text
* (wait_message_nextW): fix previous text == new text causing noPascal Rigaux2001-08-201-2/+2
| | | | | expose_event causing dead loop
* (create_ctree): fix focusing (the assumption number of leaves = number of ↵Pascal Rigaux2001-08-191-3/+3
| | | | lines is dumb)
* fix bug in box's height usePascal Rigaux2001-08-181-1/+1
|
* better radiobox keyboard handlingPascal Rigaux2001-08-181-14/+31
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-1/+1
| | | | ask_from_entries_refH_powered in ask_from_
* enhance look, fix ask_fileWPascal Rigaux2001-08-181-13/+26
|
* no scrollbar if list <= 10 and the list is alonedamien2001-08-171-1/+1
|
* - small fixes (esp. gtk sensitive handling)Pascal Rigaux2001-08-141-2/+8
| | | | | | - add ask_file - add "gtk" preference field
* clean the nice till fixPascal Rigaux2001-08-121-9/+4
|
* When a dialog has too many widgets use a scrollbar so that the dialog does ↵Till Kamppeter2001-08-121-2/+5
| | | | not exceed the screen size
* Fixed bug of input fields with a number as default input not allowing to ↵Till Kamppeter2001-08-121-1/+6
| | | | enter more characters than the value of the number.
* cleanup, functions already defined in interactivePascal Rigaux2001-08-061-3/+0
|
* corrected gtkradio : shift instead of popdamien2001-08-061-1/+1
|
* (ask_browse_tree_info_refW): s/wait_msg/wait_message/ (wait_msg doesn'tPascal Rigaux2001-08-041-1/+1
| | | | | exist anywhere, it must be a fpons typo)
* allow ask_browse_tree_info_refW to return 0 on cancel (previously always 1).Francois Pons2001-07-271-1/+1
|
* added a before leaving code to clean added reference (else it seems to bahaveFrancois Pons2001-07-271-0/+9
| | | | | strangely on changing steps).
* fixed wrong reference to added icons to ask_browse_tree_info_refW.Francois Pons2001-07-271-4/+5
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* merging common code for individual package selection and service to createFrancois Pons2001-07-121-0/+190
| | | | | | ask_browse_tree_info_refW, added featrures for group icon always up-to-date (take some memory but not too much, not used if flat model).
* (exit): fix the exit codePascal Rigaux2001-04-141-1/+1
|
* (ask_from_entries_refW): set_default_size width 250Pascal Rigaux2001-04-131-1/+1
|
* use gtkset_tip (so that no tip is set when tip eq '')Pascal Rigaux2001-04-101-9/+11
| | | | | | | (create_boxradio): handle double_click (ask_from_entries_refW): use radio boxes instead of list/clist if small number of choices
* (create_ctree): handle single click on node opens the nodePascal Rigaux2001-04-101-11/+17
|
* don't crash if wizard. pixel's faultdamien2001-03-291-1/+1
|
* better default_size settingPascal Rigaux2001-03-281-1/+1
|
* corrected pixel shit if embeddeddamien2001-03-281-1/+1
|
* try to fix displaying in draksecPascal Rigaux2001-03-271-7/+9
|