Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (removed_packages) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (unselected_packages) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (progress_text) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | do not rely on needed modules being loaded by caller | Thierry Vignaud | 2012-08-31 | 1 | -0/+1 |
| | | | | (also help perl_checker) | ||||
* | (do_install_3,sync_logger) make it obvious that parameters do be used | Thierry Vignaud | 2012-08-31 | 1 | -2/+3 |
| | |||||
* | (run) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | | | | warning: needs newer drakx & rpmdrake | ||||
* | drop /usr/X11R6/bin from $PATH | Thierry Vignaud | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | factorize 1 gurpm string with 2 urpm::main_loop strings | Thierry Vignaud | 2012-06-08 | 1 | -2/+3 |
| | | | | (easier for translators) | ||||
* | fix urpmi failing silently and with exit status 0 when package | Thierry Vignaud | 2012-02-27 | 1 | -0/+16 |
| | | | | | installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940) | ||||
* | update copyright notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | (bas_signature) better use urpm own API | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | (bad_signature) log bad signatures on stderr | Thierry Vignaud | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | (need_restart) do not advise to restart in --auto mode | Thierry Vignaud | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | (ask_continue) perl_checker cleanup | Thierry Vignaud | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | We want to run the message dialog | Christophe Fergeau | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | When the user aborts the installation due to awarning message, return non 0 ↵ | Christophe Fergeau | 2009-03-26 | 1 | -1/+1 |
| | | | | error code | ||||
* | Remove useless argument to quit() | Christophe Fergeau | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2009-03-26 | 1 | -3/+3 |
| | |||||
* | Make text buffer used to display long messages non editable | Christophe Fergeau | 2009-03-24 | 1 | -0/+1 |
| | |||||
* | Use $urpm->{log} instead of raw print | Christophe Fergeau | 2009-03-24 | 1 | -5/+6 |
| | |||||
* | Add logs when a dialog is displayed and log the user answer too | Christophe Fergeau | 2009-03-24 | 1 | -6/+18 |
| | |||||
* | (do_install_3) warn when rebooting is needed after installing packages | Thierry Vignaud | 2009-02-10 | 1 | -0/+8 |
| | |||||
* | - gurpmi | Pascal Rigaux | 2008-10-21 | 1 | -1/+1 |
| | | | | | o fix answering yes to questions on error | ||||
* | move ask_yes_or_no callback code into new function ask_yes_or_no() | Pascal Rigaux | 2008-10-21 | 1 | -7/+10 |
| | |||||
* | - gurpmi | Pascal Rigaux | 2008-10-16 | 1 | -0/+7 |
| | | | | | o display the download errors | ||||
* | (configure_urpm,do_install_3) display all urpmi logs | Thierry Vignaud | 2008-10-15 | 1 | -0/+5 |
| | |||||
* | enhance layout (as suggested by fcrozat) | Pascal Rigaux | 2008-10-08 | 1 | -1/+0 |
| | |||||
* | - gurpmi: | Pascal Rigaux | 2008-10-07 | 1 | -16/+54 |
| | | | | | | | o overall progress-bar, display the download speed, nicer looking - urpm::download::progress_text() is created out of urpm::download::sync_logger | ||||
* | - gurpmi: | Pascal Rigaux | 2008-10-07 | 1 | -0/+1 |
| | | | | | o [bugfix for 6.15] re-allow to continue on bad signature | ||||
* | (do_install) typo fix | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (do_install) just do not ask for confirmation before removing packages in ↵ | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | | | | --auto mode | ||||
* | (configure_urpm) fix using --rpm-root & --urpmi-root by reverting | Thierry Vignaud | 2008-10-06 | 1 | -1/+0 |
| | | | | | | | | | r19519 from 2006-10-25 ("add support of --root for gurpmi") which is useless since r243842 from 2008-08-07: "(configure_urpm) parse command line when initializing urpmi, thus fixing --urpmi-root" | ||||
* | (do_install_3) do not exit in --auto mode at end of installation which prevents | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | | | | | restarting after priority upgrade | ||||
* | - gurpmi, gurpmi2: | Pascal Rigaux | 2008-09-04 | 1 | -1/+0 |
| | | | | | o silence perl warnings (ie remove "use warnings") | ||||
* | - gurpmi2 | Pascal Rigaux | 2008-09-01 | 1 | -0/+1 |
| | | | | | o handle --update | ||||
* | - gurpmi2 | Pascal Rigaux | 2008-09-01 | 1 | -1/+2 |
| | | | | | o render nicely under matchbox during install | ||||
* | - gurpmi2 | Pascal Rigaux | 2008-09-01 | 1 | -1/+4 |
| | | | | | | o nicer default window size | ||||
* | (ask_choice) fix exit code if canceling when requested to select a choice | Thierry Vignaud | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | (do_install_3) fix exit code if not refusing to insert the proper media | Thierry Vignaud | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | set $::main_window | Thierry Vignaud | 2008-08-14 | 1 | -0/+1 |
| | |||||
* | (do_install3) implement missing ask_yes_or_no() callback | Thierry Vignaud | 2008-08-14 | 1 | -0/+7 |
| | |||||
* | (configure_urpm) parse command line when initializing urpmi, thus | Thierry Vignaud | 2008-08-07 | 1 | -2/+6 |
| | | | | | fixing --urpmi-root | ||||
* | use urpm::get_pkgs::selected2local_and_blists() | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 |
| | |||||
* | do cancel when pressing the No button (#41648) | Thierry Vignaud | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | (copy_removable) add a FIXME note | Thierry Vignaud | 2008-04-01 | 1 | -0/+1 |
| | |||||
* | handle provides (spotted by salem) | Thierry Vignaud | 2008-03-17 | 1 | -1/+4 |
| | |||||
* | (configure_urpm) return 1 like urpmi if package doesn't exist | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | handle --force | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | actually declare the global variables used by urpm::args | Thierry Vignaud | 2008-03-13 | 1 | -0/+5 |
| | |||||
* | (do_install_3) return urpmi error code | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| |