| Commit message (Expand) | Author | Age | Files | Lines |
* | no need for this | Pascal Rigaux | 2004-02-13 | 1 | -1/+1 |
* | (vnew) do not complaint about being run as root when --testing was passed | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
* | ->ask_from_entry and ->ask_from_entries are better with focus_first | Pascal Rigaux | 2004-02-04 | 1 | -3/+3 |
* | remove arrows from previous/next buttons according to interface team | Thierry Vignaud | 2004-01-16 | 1 | -2/+2 |
* | - install_steps_auto_install is not a interactive but still needs do_pkgs | Pascal Rigaux | 2004-01-12 | 1 | -6/+3 |
* | new do_pkgs package which get rid of pkgs_interactive::* which was in install... | Pascal Rigaux | 2004-01-09 | 1 | -0/+6 |
* | fix ask_okcancel due to stock items changes | Thierry Vignaud | 2003-07-15 | 1 | -1/+1 |
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 1 | -2/+2 |
* | - methods with no argument are not functions with no argument! | Pascal Rigaux | 2003-05-26 | 1 | -5/+5 |
* | have the "Ok" in ask_from__add_modify_remove return true in default mode (eg:... | Pascal Rigaux | 2003-05-12 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2003-04-30 | 1 | -1/+1 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -7/+7 |
* | perl_checker compliance for optional method arguments | Pascal Rigaux | 2003-04-22 | 1 | -26/+28 |
* | adapt to new help.pm | Pascal Rigaux | 2003-04-22 | 1 | -3/+3 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -10/+10 |
* | oops i didn't understand the internals of wait_message hence breaking it. hop... | Guillaume Cottenceau | 2003-02-20 | 1 | -2/+2 |
* | Gtk2::Label::set is deprecated | Guillaume Cottenceau | 2003-02-20 | 1 | -2/+2 |
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 1 | -2/+2 |
* | - factorize "Help"-button handling | Pascal Rigaux | 2003-02-16 | 1 | -4/+20 |
* | in ask_browse_tree_info, have Next instead of Ok, Previous instead of Cancel ... | Pascal Rigaux | 2003-02-14 | 1 | -1/+2 |
* | fix ask_warn(), really dont make it pop | Pascal Rigaux | 2003-02-13 | 1 | -2/+2 |
* | don't force pop_it on ask_warn's | Pascal Rigaux | 2003-02-13 | 1 | -1/+0 |
* | - 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 |