aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.136.13Thierry Vignaud2015-01-023-4/+6
|
* Update Spanish translationEgoitz Rodriguez2015-01-011-328/+112
|
* update GUI package listThierry Vignaud2014-12-192-62/+307
|
* adapt to URPM-5.00Thierry Vignaud2014-12-192-2/+4
|
* Really fix Russian translationYuri Chornoivan2014-11-301-1/+1
|
* - Fixed erratum in RussianAlexey Loginov2014-11-301-1/+1
|
* Update Greek translationDimitrios Glentadakis2014-11-201-4/+4
|
* Update Brazilian Portuguese translation from TransifexYuri Chornoivan2014-11-161-392/+131
|
* Updated Catalan translationFrancesc Pinyol Margalef2014-10-291-25/+43
|
* Update Basque translationEgoitz Rodriguez2014-10-141-422/+162
| | | | Update Basque translation
* Made Estonian translation betterMarek Laane2014-10-131-2/+2
|
* Updated Estonian translationMarek Laane2014-10-121-6/+7
|
* 6.126.12Thierry Vignaud2014-09-072-1/+3
|
* bump copyright noticeThierry Vignaud2014-06-2913-13/+13
| | | | for bad faith people who do look at "git log"...
* do not treat Backport Testing as backport media (mga#13606)Thierry Vignaud2014-06-282-1/+2
|
* perl_checker cleanupsThierry Vignaud2014-06-271-11/+11
|
* fix a rare crash (mga#12113)Thierry Vignaud2014-06-272-0/+4
|
* 6.116.11Thierry Vignaud2014-06-272-1/+3
|
* fix comparing packagesThierry Vignaud2014-06-271-1/+1
| | | | | | compare_pkg() is the right method to invoke, compare() implies stringifying a URPM::Package which is not what we want regarding version comparison
* keep only latest package per medium, not globally (mga#12766)Thierry Vignaud2014-06-272-1/+3
|
* Revert "package list contains only latest updates, not all, so"Thierry Vignaud2014-06-273-34/+11
| | | | | | | | | | | This reverts commit 5b24d6f61e17bffc2c9283a65100a29d6a05e586. Conflicts: NEWS rationale: too much changes & replacing compare*() by lt is bogus for comparing rpm versions
* fix crashing when canceling browsing custom media path (mga#13268)Thierry Vignaud2014-06-272-1/+5
|
* Update Russian translationAlexey Loginov2014-06-251-308/+452
|
* fix down arrow button not working (mga#13572)Thierry Vignaud2014-06-242-2/+4
|
* kill unreleased lineThierry Vignaud2014-06-241-2/+0
|
* Indonesian translation update by Kiki SyahadatYuri Chornoivan2014-06-221-302/+107
|
* Updated Turkish translationtarakbumba2014-06-151-5/+5
|
* Slovenian translation updatedfilip2014-06-061-3/+3
|
* package list contains only latest updates, not all, soAngelo Naselli2014-05-153-11/+37
| | | | filters and backport list have been managed accordingly (fix mga#12766)
* Update Swedish translationYuri Chornoivan2014-05-131-293/+99
|
* - Update French translation from TxRémi Verschelde2014-05-121-360/+133
| | | | - Restore most credits
* Update Ukrainian translationYuri Chornoivan2014-05-121-3/+3
|
* sync with codeThierry Vignaud2014-05-1175-27236/+27669
|
* Update Swedish translation from TransifexYuri Chornoivan2014-05-071-476/+133
|
* 6.106.10Colin Guthrie2014-01-222-1/+3
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-222-1/+4
| | | | issues mga#11184 mga#12364
* 6.96.9Thierry Vignaud2014-01-162-1/+3
|
* better logThierry Vignaud2014-01-161-1/+2
|
* fix slow refresh of pkgs list (mga#12300)Thierry Vignaud2014-01-162-0/+10
|
* 6.86.8Thierry Vignaud2014-01-132-1/+3
|
* update GUI package listThierry Vignaud2014-01-132-62/+187
|
* fix a crash when trying to debug an old issue (mga#8967)Thierry Vignaud2014-01-132-1/+11
| | | | it's stupid to crash when trying to do so...
* Update Romanian translationYuri Chornoivan2014-01-111-391/+124
|
* - updated Italian translationsMatteo Pasotti2014-01-101-1/+1
|
* 6.76.7Thierry Vignaud2014-01-062-1/+3
|
* fix a crash (spot by Colin Guthrie)Thierry Vignaud2014-01-062-1/+4
| | | | bug introduced in commit ecf2620b9ab4fd19d8ce759117799e1c1ffb5186
* perl_checker cleanupThierry Vignaud2013-12-301-1/+1
|
* fix bug ID (mga#11925)Thierry Vignaud2013-12-281-1/+1
|
* 6.61231c5ae32d233e10336b84235c46d362aebef2dThierry Vignaud2013-12-282-1/+3
|
* (add_nodes) fix slow update of pkgs list (mga#12000)Thierry Vignaud2013-12-282-0/+6
| | | | | we freeze the tree updates & detach the model while updating it (from PyGtk FAQ: http://faq.pygtk.org/index.py?req=show&file=faq13.043.htp)