Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | (configure_urpm) do not convert manually in UTF-8, it's cannot cover both | Thierry Vignaud | 2008-03-13 | 1 | -1/+0 |
| | | | | | | running with either a UTF-8 or a non UTF-8 locale; no we just tell gettext we expect UTF-8 messages | ||||
* | (do_install_2) perl_checker cleanups | Thierry Vignaud | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | (configure_urpm) fix breakage introduced with priority upgrades support (#38738) | Thierry Vignaud | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | handle priority upgrade list | Thierry Vignaud | 2008-03-04 | 1 | -2/+19 |
| | |||||
* | (copy_removable) do not pass the device around (we don't want to force a ↵ | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | | | | device anymore) | ||||
* | better style | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | give the focus to buttons (Emmanuel Blindauer, #38047) | Thierry Vignaud | 2008-03-03 | 1 | -0/+5 |
| | |||||
* | fix --auto-select option | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | (do_install_3) make completed() callback return instead of waiting | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | | | | | while displaying a success message in automatic mode | ||||
* | - urpmi: | Pascal Rigaux | 2007-12-12 | 1 | -1/+2 |
| | | | | | | | | | o fix handling "post-clean: 0" in urpmi.cfg (#36082, regression introduced 2007-11-28) - library: o urpm::media::read_config() doesn't read urpmi.cfg global options anymore, use urpm->get_global_options or urpm->new_parse_cmdline |