| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -0/+9 |
* | add ask_yesorno_, ask_okcancel_, ask_warn_, ask_from_listf_raw (to allow help) | Pascal Rigaux | 2003-02-13 | 1 | -27/+41 |
* | allow {interactive_help} per dialog boxes instead of global | Pascal Rigaux | 2003-02-12 | 1 | -1/+2 |
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -2/+2 |
* | add option advanced_state: if set to 1, force the "Advanced" part of the dial... | Guillaume Cottenceau | 2003-02-08 | 1 | -0/+1 |
* | add possibility to display images in tree-lists and bool-lists | Guillaume Cottenceau | 2003-02-08 | 1 | -2/+3 |
* | (helper_separator_tree_to_tree): this new function helps transforming a | Pascal Rigaux | 2003-01-30 | 1 | -0/+26 |
* | cleaning the utf8 support stuff: | Thierry Vignaud | 2003-01-28 | 1 | -3/+1 |
* | strip authentification out of interactive->vnew into common.pm | Thierry Vignaud | 2003-01-27 | 1 | -14/+1 |
* | (ask_from_list, ask_from_list_, ...): option nocancel added | Pascal Rigaux | 2003-01-24 | 1 | -11/+15 |
* | fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading strings... | Guillaume Cottenceau | 2003-01-24 | 1 | -0/+2 |
* | add some documentation about the various possible fields | Pascal Rigaux | 2003-01-22 | 1 | -1/+13 |
* | when the return value of ask_from_ and ask_from is not used, do not have a | Pascal Rigaux | 2003-01-21 | 1 | -0/+2 |
* | fix ask_okcancel in wizard mode | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
* | nicer debug message | Pascal Rigaux | 2003-01-07 | 1 | -0/+1 |
* | - callbacks "Add", "Modify" and "Remove" return undef when they fail | Pascal Rigaux | 2003-01-05 | 1 | -3/+7 |
* | fix call to method ask_from__add_modify_removeW | Pascal Rigaux | 2003-01-03 | 1 | -1/+1 |
* | (ask_from__add_modify_remove): check all callbacks are given | Pascal Rigaux | 2003-01-02 | 1 | -0/+2 |
* | (ask_from__add_modify_remove): fix | Pascal Rigaux | 2003-01-02 | 1 | -7/+4 |
* | add ask_from__add_modify_remove, and use it for bootloader entries | Pascal Rigaux | 2003-01-02 | 1 | -0/+26 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -6/+6 |
* | "require log" causes some pb, perl thinking that "log" is the log() function.... | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -3/+3 |
* | no need to call common::backtrace(), use directly backtrace() (was it written... | Pascal Rigaux | 2002-11-26 | 1 | -2/+2 |
* | s/wantarray/wantarray()/ | Pascal Rigaux | 2002-11-15 | 1 | -1/+1 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -11/+11 |
* | - do not handle "format"ing in interactive for combos | Pascal Rigaux | 2002-11-05 | 1 | -15/+6 |
* | require log will reliably fail, use require 'log.pm' instead | Guillaume Cottenceau | 2002-09-19 | 1 | -1/+1 |
* | add {callbacks}{advanced}, called when "Advance" button is pressed | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
* | when standalone, use the name of the program for the window title | Pascal Rigaux | 2002-08-23 | 1 | -0/+3 |
* | remove completly setting 'ok' & 'cancel' since it's better done per | Pascal Rigaux | 2002-08-13 | 1 | -2/+0 |
* | button "Previous" and "Next" are not only there in interactive::gtk | Pascal Rigaux | 2002-08-13 | 1 | -1/+2 |
* | don't switch to 2 buttons dialog box if the labels are too long in ask_from_list | Pascal Rigaux | 2002-08-12 | 1 | -10/+12 |
* | allow cancel button even for wizard. | Francois Pons | 2002-08-09 | 1 | -1/+1 |
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
* | fix "nicer error message when {val} is not set for ask_from & list" in case o... | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
* | use fuzzy_pidofs (to detect if kwin is running) | Pascal Rigaux | 2002-07-23 | 1 | -1/+1 |
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -6/+6 |
* | nicer error message when {val} is not set for ask_from & list | Pascal Rigaux | 2002-07-19 | 1 | -0/+1 |
* | ease testing of standalone's when non-superuser via setting TESTING=1 | Pascal Rigaux | 2002-07-15 | 1 | -1/+1 |
* | when not in X and needs su, use consolehelper now | Guillaume Cottenceau | 2002-02-21 | 1 | -0/+4 |
* | use consolehelper when no "kdeinit: kwin" process | Guillaume Cottenceau | 2002-02-21 | 1 | -1/+5 |
* | - fix non X + testing + su | Pascal Rigaux | 2002-02-16 | 1 | -5/+7 |
* | favour "combo" over "list" in any case | Pascal Rigaux | 2002-02-15 | 1 | -1/+1 |
* | if testing, don't use kdesu | Pascal Rigaux | 2002-02-14 | 1 | -1/+1 |
* | fix (causing XFdrake to use a combo instead of a list) | Pascal Rigaux | 2002-02-07 | 1 | -5/+5 |