summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* ugly workaround perl bug ([ID 20010908.008] memory leak with nested subs)Pascal Rigaux2001-09-081-1/+3
|
* corrected icon displaydamien2001-08-301-1/+1
|
* corrected icon handlingdamien2001-08-281-1/+1
|
* readd the sorting based on size when no sorting is precisedPascal Rigaux2001-08-181-1/+1
|
* big renaming of ask_from_entries_refH in ask_from and ↵Pascal Rigaux2001-08-181-16/+16
| | | | ask_from_entries_refH_powered in ask_from_
* removed no_incondamien2001-08-171-1/+1
|
* - small fixes (esp. gtk sensitive handling)Pascal Rigaux2001-08-141-1/+11
| | | | | | - add ask_file - add "gtk" preference field
* corrected 'no icon'damien2001-08-131-1/+1
|
* Tree lists are sorted again now.Till Kamppeter2001-08-131-1/+1
|
* Lists get only sorted when the "sort" option is given.Till Kamppeter2001-08-121-1/+1
|
* adding http feature, mainly for standalone toolsPascal Rigaux2001-08-071-0/+4
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-2/+3
|
* added ask_browse_tree_info and ask_browse_tree_info_refW (default).Francois Pons2001-07-121-0/+36
|
* no icon if wizarddamien2001-06-111-1/+1
|
* icons managementdamien2001-05-161-2/+6
|
* (ask_from_entries_refH_powered_normalize): add an eval around "require log" ↵Pascal Rigaux2001-04-151-2/+4
| | | | to keep perl from going totally mad (getting things like v18.843.482 required--this is only v5.6.0)
* (ask_from_entries_refH_powered_normalize): log the empty list instead of ↵Pascal Rigaux2001-04-131-2/+5
| | | | | | | dying (for 8.0 only, should be switched back to die) (ask_from_listf): display the backtrace when empty list
* (ask_from_entries_refH_powered_normalize): fix the test for empty listsPascal Rigaux2001-04-121-3/+7
|
* removed strict die on empty list.Francois Pons2001-04-121-1/+1
|
* (ask_from_entries_refH_powered_normalize):Pascal Rigaux2001-04-121-2/+6
| | | | | | - when not_edit and empty list, die. - when not_edit and single element list, don't display that entry.
* (ask_from_treelistf): make it behaves correctly when "cancel" is clickedPascal Rigaux2001-04-091-1/+1
|
* (ask_from_listf_no_check): fix the fix fix fixPascal Rigaux2001-03-231-1/+1
|
* (ask_from_listf_no_check): fix the fix fixPascal Rigaux2001-03-231-1/+1
|
* (ask_from_listf_no_check): fix the bad fixPascal Rigaux2001-03-231-1/+2
|
* no wizard if warningdamien2001-03-201-0/+1
|
* (ask_from_listf_no_check): fix fixPascal Rigaux2001-03-191-1/+1
|
* (ask_from_listf_no_check): fix the filtering of exceptionsPascal Rigaux2001-03-191-1/+1
|
* (vnew): if kdesu is missing and $su required, diePascal Rigaux2001-03-131-1/+3
|
* add "label" typePascal Rigaux2001-03-121-1/+6
|
* corrected bad okcanel in wizard modedamien2001-03-121-1/+2
|
* (ask_from_listf_no_check): catch wizcancel and return undefPascal Rigaux2001-03-081-4/+7
|
* (vnew): cleanupPascal Rigaux2001-03-051-1/+1
|
* (ask_from_entries_refH_powered_normalize): fix option sort=>0Pascal Rigaux2001-03-011-1/+1
|
* (vnew): use /usr/X11R6/bin/xtest instead of c::XtestPascal Rigaux2001-02-231-12/+12
|
* (ask_from_entries_refH_powered_normalize): fix setting type to 'list' inPascal Rigaux2001-02-221-1/+1
| | | | | case of format. should be only set if type is unset
* (ask_from_entries_refH_powered_normalize): if list+format then type isPascal Rigaux2001-02-221-0/+1
| | | | | 'list', combo not accepted (hacky?)
* corrected wizard mode.damien2001-02-211-1/+1
|
* major move. now ask_from_list returns false when canceled (it doesn't die ↵Pascal Rigaux2001-02-201-3/+7
| | | | 'ask_from_list canceled' anymore)
* (ask_from_listf_no_check): die 'ask_from_list cancel' on cancelPascal Rigaux2001-02-191-1/+1
|
* (ask_from_entries_refH_powered_normalize): advanced_label defaults toMystery Man 5532001-02-121-0/+1
| | | | | _("Advanced")
* button behaviour now chosen, and implementedPascal Rigaux2001-02-101-1/+1
|
* add button handling, quite weird behaviour though cuz of newt sillynessPascal Rigaux2001-02-091-0/+4
|
* updated wizard modedamien2001-02-071-1/+1
|
* (ask_many_from_list): fix sortingPascal Rigaux2001-01-311-1/+1
|
* better documentation of ask_from_entries_refH features (entry)Pascal Rigaux2001-01-241-1/+2
|
* (ask_from_treelist_): created, split with the separator, call translate onPascal Rigaux2001-01-211-0/+5
| | | | | words, then re-join.
* (ask_from_entries_refH_powered_normalize): "canceled" callback defaultsPascal Rigaux2001-01-111-1/+1
| | | | | to "sub { 0 }"
* (ask_from_entries_refH_powered_normalize): field "disabled" added,Pascal Rigaux2001-01-091-1/+3
| | | | | "advanced_messages" added
* (ask_from_listf_no_check): add focus_cancel set if defaults to secondPascal Rigaux2001-01-091-2/+4
| | | | | element of the list (for a 2 element list)
* fixesPascal Rigaux2001-01-081-1/+1
|