summaryrefslogtreecommitdiffstats
path: root/gurpm
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalidate_cancel() documentationThierry Vignaud2020-12-081-1/+2
|
* bump copyrightThierry Vignaud2020-01-171-2/+2
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-2/+2
|
* Enforce gurpmi ProgressDialog centeringRémi Verschelde2017-04-261-1/+1
| | | | Should help with mga#19196.
* Correct a typo.Shlomi Fish2016-03-261-1/+1
|
* bump mga copyrightThierry Vignaud2015-09-041-1/+1
|
* "fix" "passed too many parameters"Thierry Vignaud2013-12-051-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-15/+15
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-3/+3
|
* simplifyThierry Vignaud2013-05-021-7/+7
|
* fix displaying removed package name in gurpmi/rpmdrake (mga#9545)Thierry Vignaud2013-05-021-1/+1
|
* enable rpmdrake to not use modal dialogs (mga#9646)Thierry Vignaud2013-04-211-3/+6
|
* enable to report packages signature checking in global progress bar dialogThierry Vignaud2013-03-241-0/+14
|
* typo fix in docThierry Vignaud2013-03-241-1/+1
|
* fix return value (mga#9519)Thierry Vignaud2013-03-241-1/+0
| | | | | gurpm::RPMProgressDialog's DESTROY was changing $? which resulted in different return values between exit(0) and POSIX::_exit(0) value
* account for packages to erase in gurpm progress barThierry Vignaud2013-03-211-6/+4
|
* enable to cancel downloadsThierry Vignaud2013-03-211-0/+1
|
* enable to have a cancel button in global progress bar dialogThierry Vignaud2013-03-211-0/+67
| | | | (merged from rpmdrake)
* restore main_window when globall progress bar dialog is deletedThierry Vignaud2013-03-211-1/+3
|
* show removed packages in progress tooThierry Vignaud2013-03-161-10/+14
|
* (get_something_done) add it for rpmdrakeThierry Vignaud2013-03-161-0/+10
|
* (init_progressbar) reset valuesThierry Vignaud2013-03-161-0/+1
| | | | | (needed for rpmdrake which can select some packages, install them, select other ones, ...)
* add support for rpmdrake (preventing GCs, destroying dialog at end, ...)Thierry Vignaud2013-03-161-5/+23
|
* new widget to share with rpmdrake for global progress bar (mga#778)Thierry Vignaud2013-03-161-0/+280