summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 7.247.24Thierry Vignaud2013-04-182-1/+3
|
* Update Greek translationDimitrios Glentadakis2013-04-141-3/+3
|
* Update TranslationYou-Cheng Hsieh2013-04-121-5/+5
|
* updated Romanian translationFlorin Catalin Russen2013-04-051-728/+168
|
* Updated Estonian translation.Marek Laane2013-04-041-2/+2
|
* fix package count when a package has a %pretrans scriptletThierry Vignaud2013-04-012-4/+4
| | | | | | | | | | | | | | | | (spot by Colin on installing a minimal system with urpmi) callback_open got called one too much (it got called twice for first package which is actually filesystem), thus we bump the index one too much. the call chain is: rpmtsRun() -> runTransScripts() -> rpmteProcess() which says: /* Dont bother opening for elements without pre/posttrans scripts */ But since we now have package ('filesystem') with %pretrans due to /usr migration, it goes further and calls rpmteOpen()->rpmteFDHeader() which notifys us about a package opening in order to get its file descriptor.
* Russian translations by Russian Mageia TeamYuri Chornoivan2013-03-311-328/+337
|
* remove debug statementThierry Vignaud2013-03-301-1/+0
|
* - updated Italian translationsMatteo Pasotti2013-03-291-390/+344
|
* updated Indonesian translationsKiki Syahadat2013-03-261-2/+2
|
* Slovenian translation updatedFilip Komar2013-03-261-5/+5
|
* updated tr translationAtilla Öntaş2013-03-261-5/+7
|
* updateThierry Vignaud2013-03-261-3/+3
|
* merge translations from rpmdrakeThierry Vignaud2013-03-2660-209/+191
|
* sync with codeThierry Vignaud2013-03-2669-15537/+15898
|
* Ukrainian translation updateYuri Chornoivan2013-03-261-24/+28
|
* take strings from gurpm::* too (Yuri Chornoivan, mga#9544)Thierry Vignaud2013-03-261-1/+1
|
* display exceptions that happened while downloading (mga#9529)Thierry Vignaud2013-03-262-0/+4
|
* Ukrainian translation updateYuri Chornoivan2013-03-261-216/+221
|
* 7.237.23Thierry Vignaud2013-03-242-1/+3
|
* report packages signature checking in global progress bar dialogThierry Vignaud2013-03-242-0/+2
|
* enable to report packages signature checking in global progress bar dialogThierry Vignaud2013-03-242-0/+16
|
* typo fix in docThierry Vignaud2013-03-241-1/+1
|
* fix return value (mga#9519)Thierry Vignaud2013-03-242-1/+1
| | | | | gurpm::RPMProgressDialog's DESTROY was changing $? which resulted in different return values between exit(0) and POSIX::_exit(0) value
* improved layout:Thierry Vignaud2013-03-232-7/+15
| | | | | - 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-232-9/+14
| | | | | downloaded packages instead of the total size of the packages (like urpmi)
* 7.227.22Thierry Vignaud2013-03-212-1/+3
|
* account for packages to erase in gurpm progress barThierry Vignaud2013-03-212-6/+5
|
* enable to cancel downloadsThierry Vignaud2013-03-213-1/+14
|
* enable to have a cancel button in global progress bar dialogThierry Vignaud2013-03-212-0/+72
| | | | (merged from rpmdrake)
* document 'post_download' callback tooThierry Vignaud2013-03-211-0/+8
|
* 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)"
* typo fixThierry Vignaud2013-03-211-1/+1
|
* 7.217.21Thierry Vignaud2013-03-212-1/+3
|
* restore main_window when globall progress bar dialog is deletedThierry Vignaud2013-03-212-1/+6
|
* drop unused urpm::utilThierry Vignaud2013-03-211-1/+0
|
* note that urpm::util is a subset of MDK::CommonThierry Vignaud2013-03-211-0/+2
|
* kill unused return valuesThierry Vignaud2013-03-211-2/+0
|
* previous commit enables to further simplifyThierry Vignaud2013-03-211-1/+1
|
* simplify, let mount finds the loop deviceThierry Vignaud2013-03-212-20/+1
|
* treat formatList like others...Thierry Vignaud2013-03-212-2/+3
|
* simplifyThierry Vignaud2013-03-211-1/+1
|
* difference2 && untaint are not neeededThierry Vignaud2013-03-211-1/+1
|
* only a couple func really are neededThierry Vignaud2013-03-2123-23/+23
|
* 7.207.20Thierry Vignaud2013-03-192-1/+3
|
* install new modulesThierry Vignaud2013-03-191-1/+1
|
* fix PODThierry Vignaud2013-03-161-0/+2
|
* update comment about Hal -> udisksThierry Vignaud2013-03-161-1/+1
|
* drop 'callback_report_uninst'Thierry Vignaud2013-03-163-6/+4
| | | | rationale: 'callback_uninst' now enables to get erasure progress
* show removed packages in progress tooThierry Vignaud2013-03-163-11/+16
|