Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort package list | Thierry Vignaud | 2013-05-02 | 2 | -1/+3 |
| | |||||
* | simplify | Thierry Vignaud | 2013-05-02 | 1 | -7/+7 |
| | |||||
* | fix displaying removed package name in gurpmi/rpmdrake (mga#9545) | Thierry Vignaud | 2013-05-02 | 2 | -1/+4 |
| | |||||
* | better translation | Thierry Vignaud | 2013-04-30 | 1 | -5/+5 |
| | |||||
* | typo fixes | Thierry Vignaud | 2013-04-30 | 1 | -104/+104 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | urpmi: Updated French translation | Yann Ciret | 2013-04-24 | 1 | -4/+4 |
| | |||||
* | urpmi: Updated French translation | Yann Ciret | 2013-04-24 | 1 | -3/+7 |
| | |||||
* | improved translation (mga#9024) | Thierry Vignaud | 2013-04-23 | 1 | -3/+3 |
| | |||||
* | Translating 1 extra line | Diego Bello | 2013-04-22 | 1 | -370/+338 |
| | |||||
* | 7.257.25 | Thierry Vignaud | 2013-04-21 | 2 | -1/+3 |
| | |||||
* | enable rpmdrake to not use modal dialogs (mga#9646) | Thierry Vignaud | 2013-04-21 | 2 | -3/+7 |
| | |||||
* | fix leaving read locks on rpmdb (mga#9248) | Thierry Vignaud | 2013-04-20 | 2 | -0/+4 |
| | | | | | regression introduced in commit r7280 on Feb 5 2013: "(install_logger) unify with callback_uninst(), thus fixing counting for erasures" | ||||
* | 7.247.24 | Thierry Vignaud | 2013-04-18 | 2 | -1/+3 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2013-04-14 | 1 | -3/+3 |
| | |||||
* | Update Translation | You-Cheng Hsieh | 2013-04-12 | 1 | -5/+5 |
| | |||||
* | updated Romanian translation | Florin Catalin Russen | 2013-04-05 | 1 | -728/+168 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2013-04-04 | 1 | -2/+2 |
| | |||||
* | fix package count when a package has a %pretrans scriptlet | Thierry Vignaud | 2013-04-01 | 2 | -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 Team | Yuri Chornoivan | 2013-03-31 | 1 | -328/+337 |
| | |||||
* | remove debug statement | Thierry Vignaud | 2013-03-30 | 1 | -1/+0 |
| | |||||
* | - updated Italian translations | Matteo Pasotti | 2013-03-29 | 1 | -390/+344 |
| | |||||
* | updated Indonesian translations | Kiki Syahadat | 2013-03-26 | 1 | -2/+2 |
| | |||||
* | Slovenian translation updated | Filip Komar | 2013-03-26 | 1 | -5/+5 |
| | |||||
* | updated tr translation | Atilla Öntaş | 2013-03-26 | 1 | -5/+7 |
| | |||||
* | update | Thierry Vignaud | 2013-03-26 | 1 | -3/+3 |
| | |||||
* | merge translations from rpmdrake | Thierry Vignaud | 2013-03-26 | 60 | -209/+191 |
| | |||||
* | sync with code | Thierry Vignaud | 2013-03-26 | 69 | -15537/+15898 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2013-03-26 | 1 | -24/+28 |
| | |||||
* | take strings from gurpm::* too (Yuri Chornoivan, mga#9544) | Thierry Vignaud | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | display exceptions that happened while downloading (mga#9529) | Thierry Vignaud | 2013-03-26 | 2 | -0/+4 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2013-03-26 | 1 | -216/+221 |
| | |||||
* | 7.237.23 | Thierry Vignaud | 2013-03-24 | 2 | -1/+3 |
| | |||||
* | report packages signature checking in global progress bar dialog | Thierry Vignaud | 2013-03-24 | 2 | -0/+2 |
| | |||||
* | enable to report packages signature checking in global progress bar dialog | Thierry Vignaud | 2013-03-24 | 2 | -0/+16 |
| | |||||
* | typo fix in doc | Thierry Vignaud | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | fix return value (mga#9519) | Thierry Vignaud | 2013-03-24 | 2 | -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 Vignaud | 2013-03-23 | 2 | -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 of | Thierry Vignaud | 2013-03-23 | 2 | -9/+14 |
| | | | | | downloaded packages instead of the total size of the packages (like urpmi) | ||||
* | 7.227.22 | Thierry Vignaud | 2013-03-21 | 2 | -1/+3 |
| | |||||
* | account for packages to erase in gurpm progress bar | Thierry Vignaud | 2013-03-21 | 2 | -6/+5 |
| | |||||
* | enable to cancel downloads | Thierry Vignaud | 2013-03-21 | 3 | -1/+14 |
| | |||||
* | enable to have a cancel button in global progress bar dialog | Thierry Vignaud | 2013-03-21 | 2 | -0/+72 |
| | | | | (merged from rpmdrake) | ||||
* | document 'post_download' callback too | Thierry Vignaud | 2013-03-21 | 1 | -0/+8 |
| | |||||
* | 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)" | ||||
* | typo fix | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | 7.217.21 | Thierry Vignaud | 2013-03-21 | 2 | -1/+3 |
| | |||||
* | restore main_window when globall progress bar dialog is deleted | Thierry Vignaud | 2013-03-21 | 2 | -1/+6 |
| | |||||
* | drop unused urpm::util | Thierry Vignaud | 2013-03-21 | 1 | -1/+0 |
| | |||||
* | note that urpm::util is a subset of MDK::Common | Thierry Vignaud | 2013-03-21 | 1 | -0/+2 |
| |