aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* perl_checker cleanupThierry Vignaud2007-03-021-1/+1
|
* perl_checker cleanupsThierry Vignaud2007-03-021-5/+3
|
* (perform_installation) reindentThierry Vignaud2007-03-021-39/+39
|
* (perform_installation) unlock the urpmi database earlier, as soon as the lastThierry Vignaud2007-03-021-0/+1
| | | | | | transaction is completed so that we don"t needlessly lock the db while displaying error or success message.
* (perform_installation) better formatingThierry Vignaud2007-03-021-1/+1
|
* (perform_installation) display how many transactions failedThierry Vignaud2007-03-021-0/+1
|
* handle allow-forceThierry Vignaud2007-03-021-0/+27
|
* kill unused variableThierry Vignaud2007-03-021-1/+0
|
* handle allow-nodepsThierry Vignaud2007-03-021-0/+13
|
* (perform_installation) add support for urpmi transactions:Thierry Vignaud2007-03-021-58/+111
| | | | | | | - display errors at end of installation - download only the transaction's packages at once (#27495) - fix canceling all installationss when one transaction failled (#26867)
* (perform_installation) fix emptying the cache (#26222)Thierry Vignaud2007-03-021-4/+1
|
* (extract_header) kill another noopThierry Vignaud2007-03-011-1/+0
|
* (get_pkgs) stop selecting updates by default in rpmdrakeThierry Vignaud2007-03-011-1/+1
|
* (get_pkgs) move better updated enumeration algo from MandrivaUpdate hereThierry Vignaud2007-03-011-2/+6
| | | | | | (thus fixing a crash in MandrivaUpdate & making rpmdrake displaying the same update set)
* (get_pkgs,perform_installation) fix freezed/gray/unrefreshed dialogsThierry Vignaud2007-02-281-0/+2
| | | | | while reading the package database or installing/removing packages (#15408)
* ngettext fixesPablo Saratxaga2007-02-231-1/+1
|
* simplified use of ngettextPablo Saratxaga2007-02-231-4/+2
|
* add missing round brackets around ternary expressionsThierry Vignaud2007-02-231-2/+2
|
* ngettext fixesPablo Saratxaga2007-02-231-6/+9
|
* (perform_removal) fix crashThierry Vignaud2007-02-211-1/+2
|
* (get_pkgs) enable to speed-up startup time for MandrivaUpdateThierry Vignaud2007-02-211-2/+8
|
* (get_pkgs) do not reuse existing urpm object since it "remember" previousThierry Vignaud2007-02-201-9/+8
| | | | | | operations it has done (thus fixing "cannot see uninstalled packages" bug, #25991)
* (get_pkgs) explain why we call pack_header()Thierry Vignaud2007-02-201-1/+1
|
* help perl_checkerThierry Vignaud2007-02-201-2/+3
|
* split out package listing/installing into Rpmdrake::pkgThierry Vignaud2007-02-201-0/+702