Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround a segfault in gurpmi (mga#21167) | Pascal Terjan | 2017-07-11 | 1 | -0/+2 |
| | |||||
* | Update Mageia copyright statements | Rémi Verschelde | 2017-04-26 | 1 | -0/+1 |
| | |||||
* | remove debug statement | Thierry Vignaud | 2016-09-16 | 1 | -1/+0 |
| | | | | was introduced in commit ed40bd7b9a8e3ede9b17f9be468421f40ce14bf4 | ||||
* | beautify (vertical align) | Thierry Vignaud | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | fix gurpmi --auto not working anymore (mga#14565) | Thierry Vignaud | 2014-11-25 | 1 | -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 drakbug | Thierry Vignaud | 2014-09-04 | 1 | -0/+4 |
| | |||||
* | fix segfaulting when managing exceptions | Thierry Vignaud | 2014-09-04 | 1 | -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 Vignaud | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-05 | 1 | -21/+21 |
| | |||||
* | 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 |
| |