summaryrefslogtreecommitdiffstats
path: root/gurpmi2
Commit message (Collapse)AuthorAgeFilesLines
* remove debug statementThierry Vignaud2013-03-301-1/+0
|
* report packages signature checking in global progress bar dialogThierry Vignaud2013-03-241-0/+1
|
* improved layout:Thierry Vignaud2013-03-231-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 ofThierry Vignaud2013-03-231-9/+10
| | | | | downloaded packages instead of the total size of the packages (like urpmi)
* enable to cancel downloadsThierry Vignaud2013-03-211-1/+12
|
* fix setting download callbackThierry Vignaud2013-03-211-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::utilThierry Vignaud2013-03-211-1/+0
|
* update comment about Hal -> udisksThierry Vignaud2013-03-161-1/+1
|
* show removed packages in progress tooThierry Vignaud2013-03-161-1/+1
|
* new widget to share with rpmdrake for global progress bar (mga#778)Thierry Vignaud2013-03-161-137/+31
|
* support other distros which do not have exception support in gtk+ callbacksThierry Vignaud2013-03-161-1/+6
|
* support exceptions in gtk+ earlyThierry Vignaud2013-03-161-1/+1
|
* use new exception managementThierry Vignaud2013-03-161-1/+1
|
* add scrollbar for long one liner messages (mga#5118)Thierry Vignaud2012-10-081-1/+1
|
* wrap big messages (mga#5118)Thierry Vignaud2012-10-081-0/+1
|
* (removed_packages) kill unused parameterThierry Vignaud2012-08-311-1/+1
|
* (unselected_packages) kill unused parameterThierry Vignaud2012-08-311-1/+1
|
* (progress_text) kill unused parameterThierry Vignaud2012-08-311-1/+1
|
* do not rely on needed modules being loaded by callerThierry Vignaud2012-08-311-0/+1
| | | | (also help perl_checker)
* (do_install_3,sync_logger) make it obvious that parameters do be usedThierry Vignaud2012-08-311-2/+3
|
* (run) drop unused parameterThierry Vignaud2012-08-311-1/+1
| | | | warning: needs newer drakx & rpmdrake
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+1
|
* factorize 1 gurpm string with 2 urpm::main_loop stringsThierry Vignaud2012-06-081-2/+3
| | | | (easier for translators)
* fix urpmi failing silently and with exit status 0 when packageThierry Vignaud2012-02-271-0/+16
| | | | | installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940)
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* (bas_signature) better use urpm own APIThierry Vignaud2009-04-221-1/+1
|
* (bad_signature) log bad signatures on stderrThierry Vignaud2009-04-221-0/+1
|
* (need_restart) do not advise to restart in --auto modeThierry Vignaud2009-04-221-0/+1
|
* (ask_continue) perl_checker cleanupThierry Vignaud2009-03-261-1/+1
|
* We want to run the message dialogChristophe Fergeau2009-03-261-0/+1
|
* When the user aborts the installation due to awarning message, return non 0 ↵Christophe Fergeau2009-03-261-1/+1
| | | | error code
* Remove useless argument to quit()Christophe Fergeau2009-03-261-1/+1
|
* perl_checker cleanupsThierry Vignaud2009-03-261-3/+3
|
* Make text buffer used to display long messages non editableChristophe Fergeau2009-03-241-0/+1
|
* Use $urpm->{log} instead of raw printChristophe Fergeau2009-03-241-5/+6
|
* Add logs when a dialog is displayed and log the user answer tooChristophe Fergeau2009-03-241-6/+18
|
* (do_install_3) warn when rebooting is needed after installing packagesThierry Vignaud2009-02-101-0/+8
|
* - gurpmiPascal Rigaux2008-10-211-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 Rigaux2008-10-211-7/+10
|
* - gurpmiPascal Rigaux2008-10-161-0/+7
| | | | | o display the download errors
* (configure_urpm,do_install_3) display all urpmi logsThierry Vignaud2008-10-151-0/+5
|
* enhance layout (as suggested by fcrozat)Pascal Rigaux2008-10-081-1/+0
|
* - gurpmi:Pascal Rigaux2008-10-071-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 Rigaux2008-10-071-0/+1
| | | | | o [bugfix for 6.15] re-allow to continue on bad signature
* (do_install) typo fixThierry Vignaud2008-10-061-1/+1
|
* (do_install) just do not ask for confirmation before removing packages in ↵Thierry Vignaud2008-10-061-1/+1
| | | | --auto mode
* (configure_urpm) fix using --rpm-root & --urpmi-root by revertingThierry Vignaud2008-10-061-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 preventsThierry Vignaud2008-10-061-1/+1
| | | | | restarting after priority upgrade
* - gurpmi, gurpmi2:Pascal Rigaux2008-09-041-1/+0
| | | | | o silence perl warnings (ie remove "use warnings")
* - gurpmi2Pascal Rigaux2008-09-011-0/+1
| | | | | o handle --update