summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 7.27.17.27.1Thierry Vignaud2013-05-172-1/+3
|
* really auto enable tainted media if needed when adding distrib mediaThierry Vignaud2013-05-172-1/+4
|
* 7.277.27Thierry Vignaud2013-05-172-1/+3
|
* auto enable nonfree/taitned media if needed when adding distrib mediaThierry Vignaud2013-05-172-3/+18
|
* (is_media_to_add_by_default) split it out of add_distrib_media()Thierry Vignaud2013-05-171-8/+15
| | | | (needed for next commit)
* enable to see if nonfree/tained packages are installed (mga#8368, #8379 & #9758)Thierry Vignaud2013-05-172-0/+23
|
* do not popup errors at end in auto modeThierry Vignaud2013-05-172-1/+7
|
* 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)
* updateThierry Vignaud2013-05-171-2/+2
|
* 7.267.26Thierry Vignaud2013-05-022-1/+3
|
* updateThierry Vignaud2013-05-021-26/+6
|
* better translationThierry Vignaud2013-05-021-3/+3
|
* sort package listThierry Vignaud2013-05-022-1/+3
|
* simplifyThierry Vignaud2013-05-021-7/+7
|
* fix displaying removed package name in gurpmi/rpmdrake (mga#9545)Thierry Vignaud2013-05-022-1/+4
|
* better translationThierry Vignaud2013-04-301-5/+5
|
* typo fixesThierry Vignaud2013-04-301-104/+104
|
* Ukrainian translation updateYuri Chornoivan2013-04-291-1/+1
|
* urpmi: Updated French translationYann Ciret2013-04-241-4/+4
|
* urpmi: Updated French translationYann Ciret2013-04-241-3/+7
|
* improved translation (mga#9024)Thierry Vignaud2013-04-231-3/+3
|
* Translating 1 extra lineDiego Bello2013-04-221-370/+338
|
* 7.257.25Thierry Vignaud2013-04-212-1/+3
|
* enable rpmdrake to not use modal dialogs (mga#9646)Thierry Vignaud2013-04-212-3/+7
|
* fix leaving read locks on rpmdb (mga#9248)Thierry Vignaud2013-04-202-0/+4
| | | | | regression introduced in commit r7280 on Feb 5 2013: "(install_logger) unify with callback_uninst(), thus fixing counting for erasures"
* 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