summaryrefslogtreecommitdiffstats
path: root/gurpmi2
Commit message (Collapse)AuthorAgeFilesLines
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+1
|
* remove debug statementThierry Vignaud2016-09-161-1/+0
| | | | was introduced in commit ed40bd7b9a8e3ede9b17f9be468421f40ce14bf4
* beautify (vertical align)Thierry Vignaud2014-11-251-2/+2
|
* fix gurpmi --auto not working anymore (mga#14565)Thierry Vignaud2014-11-251-1/+1
| | | | | | jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80
* report crashes through drakbugThierry Vignaud2014-09-041-0/+4
|
* fix segfaulting when managing exceptionsThierry Vignaud2014-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | we were loading gtk+2 in order to set my_gtk_main_level to gtk_main_level which resulted in us strange segfaults when eg trying to save a package: $ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm (gdb) s generic_exceptions_handler () at GClosure.xs:774 774 if ((*my_gtk_main_level)()) (gdb) print my_gtk_main_level $1 = (guint (*)()) 0x7fffe75eebf0 (gdb) print *my_gtk_main_level Cannot access memory at address 0x7fffe75eebf0 (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x00007fffe75eebf0 in ?? () (gdb) print gtk_main_level $2 = {guint (void)} 0x7fffee90d650 <gtk_main_level>
* perlish vbox() => get_child()Thierry Vignaud2013-12-051-3/+3
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-21/+21
|
* do not popup errors at end in auto modeThierry Vignaud2013-05-171-1/+1
|
* display all errors at once at end (mga#6086)Thierry Vignaud2013-05-171-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 Vignaud2013-05-171-27/+29
| | | | (needed for next commit)
* sort package listThierry Vignaud2013-05-021-1/+1
|
* 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