summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (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-164-137/+313
|
* fix lookup deps of updates in other media when using --updateThierry Vignaud2013-03-162-4/+7
| | | | | | | reverting commit r1931 from 2011-09-14: "(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi --auto-select --update defaulting to all media when there're no update media (#1024)"
* really enable callers to pass their own callback for erasure progressThierry Vignaud2013-03-162-1/+4
|
* simplifyThierry Vignaud2013-03-161-4/+1
|
* document trans_log parametersThierry Vignaud2013-03-161-1/+1
|
* hint @URPMThierry Vignaud2013-03-162-1/+5
|
* note about {readmes}Thierry Vignaud2013-03-161-0/+1
|
* support exceptions in callback in main wrapper tooThierry Vignaud2013-03-162-0/+7
|
* support other distros which do not have exception support in gtk+ callbacksThierry Vignaud2013-03-162-1/+7
|
* support exceptions in gtk+ earlyThierry Vignaud2013-03-161-1/+1
|
* use new exception managementThierry Vignaud2013-03-162-1/+3
|
* updated tr translationAtilla Öntaş2013-03-121-179/+14
|
* Updated Dutch translationRemco Rijnders2013-03-101-386/+341
|
* updated Italian translationsMatteo Pasotti2013-03-071-4/+7
|
* Updated Estonian translation.Marek Laane2013-03-011-2/+3
|
* enable callers to pass their own callbacks for erasure progress & errorsThierry Vignaud2013-02-253-2/+7
| | | | eg: for rpmdrake/gurpm/drakx
* documents gurpmiThierry Vignaud2013-02-252-4/+78
|
* (configure) simplifyThierry Vignaud2013-02-251-3/+3
|
* sync urpm object doc with codeThierry Vignaud2013-02-251-0/+52
|
* (run) document itThierry Vignaud2013-02-252-0/+91
|
* sync doc with codeThierry Vignaud2013-02-251-1/+1
|
* (install) list two more parametersThierry Vignaud2013-02-251-0/+1
|
* simplifyThierry Vignaud2013-02-251-2/+2
|
* make it clear it was a mga reportThierry Vignaud2013-02-251-1/+1
|
* (libscan) simplifyThierry Vignaud2013-02-251-2/+1
|
* Updated various pt_BR translations (Padula)Rémi Verschelde2013-02-241-314/+341
|
* updated Catalan translationFrancesc Pinyol Margalef2013-02-231-12/+18
|
* updated pt_BR.po by PadulaKiki Syahadat2013-02-181-5/+7
|
* Updated translationDiego Bello2013-02-141-362/+329
|
* typo fixThierry Vignaud2013-02-1369-69/+69
|
* updated Turkish translationNuman Demirdöğen2013-02-131-0/+2
|
* Ukrainian translation updateYuri Chornoivan2013-02-121-5/+7
|
* typo fix (Rafael Garcia-Suarez)Thierry Vignaud2013-02-111-1/+1
|
* updated id.poKiki Syahadat2013-02-111-0/+2
|
* Slovenian translation updatedFilip Komar2013-02-101-4/+4
|
* Update Greek translationDimitrios Glentadakis2013-02-101-2/+4
|
* 7.197.19Thierry Vignaud2013-02-092-1/+3
|
* sync with codeThierry Vignaud2013-02-0969-19921/+20260
|
* add basic support for --downgrade (mga#6655)Thierry Vignaud2013-02-094-0/+9
| | | | needs new URPM
* 7.187.18Thierry Vignaud2013-02-092-1/+3
|
* (install_logger) keep a separate counter for erasuresThierry Vignaud2013-02-094-37/+14
| | | | | | | | | | only initialize $total_pkg: - when starting a new transaction - or on first erasure in transaction (_compute_pkg_total) kill it (no more needed) adjust testsuite accordingly