Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not popup errors at end in auto mode | Thierry Vignaud | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | display all errors at once at end (mga#6086) | Thierry Vignaud | 2013-05-17 | 1 | -0/+7 |
| | | | | | (like urpmi/rpmdrake/drakx), instead of forcing users to click in order to continue transactions | ||||
* | (ask_warn) split it out of configure_urpm() | Thierry Vignaud | 2013-05-17 | 1 | -27/+29 |
| | | | | (needed for next commit) | ||||
* | sort package list | Thierry Vignaud | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | remove debug statement | Thierry Vignaud | 2013-03-30 | 1 | -1/+0 |
| | |||||
* | report packages signature checking in global progress bar dialog | Thierry Vignaud | 2013-03-24 | 1 | -0/+1 |
| | |||||
* | improved layout: | Thierry Vignaud | 2013-03-23 | 1 | -7/+12 |
| | | | | | - only the package list needs a scrolling bar - always display space information | ||||
* | display the addionnal space that will be used and the amount of | Thierry Vignaud | 2013-03-23 | 1 | -9/+10 |
| | | | | | downloaded packages instead of the total size of the packages (like urpmi) | ||||
* | enable to cancel downloads | Thierry Vignaud | 2013-03-21 | 1 | -1/+12 |
| | |||||
* | fix setting download callback | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | | | | | regression introtuced in 7.20, in commit r7570 on 2013-03-16: "new widget to share with rpmdrake for global progress bar (mga#778)" | ||||
* | drop unused urpm::util | Thierry Vignaud | 2013-03-21 | 1 | -1/+0 |
| | |||||
* | update comment about Hal -> udisks | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | show removed packages in progress too | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | new widget to share with rpmdrake for global progress bar (mga#778) | Thierry Vignaud | 2013-03-16 | 1 | -137/+31 |
| | |||||
* | support other distros which do not have exception support in gtk+ callbacks | Thierry Vignaud | 2013-03-16 | 1 | -1/+6 |
| | |||||
* | support exceptions in gtk+ early | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | use new exception management | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | add scrollbar for long one liner messages (mga#5118) | Thierry Vignaud | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | wrap big messages (mga#5118) | Thierry Vignaud | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | (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 |