aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
...
* fix wrong count number while dowloading packages and sync messages with ↵Thierry Vignaud2007-03-071-5/+11
| | | | urpmi/gurpmi ones (#29237)
* I forgot to bump version numberThierry Vignaud2007-03-071-1/+1
|
* split out Gtk2::Mdv::TextViewThierry Vignaud2007-03-071-0/+52
|
* (format_pkg_simplifiedinfo) show again version, currently installed version ↵Thierry Vignaud2007-03-071-1/+17
| | | | (#26946), source medium (#23153), size, architecture (#26410)
* kill unused columnThierry Vignaud2007-03-071-1/+0
|
* (keys_callback) improved layout (homogeneize button labels; make them ↵Thierry Vignaud2007-03-071-2/+2
| | | | shorter (just a verb))
* (keys_callback) switch to "pijama" modeThierry Vignaud2007-03-071-0/+1
|
* use symbolic constants rather than hardcoding values everywhereThierry Vignaud2007-03-071-13/+27
|
* (pkgs_provider) if "pure_updates" option is given, do not pass over ↵Thierry Vignaud2007-03-061-2/+2
| | | | installable packages
* remove parameters which are the defaultPascal Rigaux2007-03-061-2/+0
|
* reuse an urpmi stringThierry Vignaud2007-03-061-1/+2
|
* (remove_callback) fix removing several medium (#29203)Thierry Vignaud2007-03-061-1/+1
|
* (edit_callback) kill a commentThierry Vignaud2007-03-061-1/+1
|
* (edit_callback) fix editing a medium (#29204)Thierry Vignaud2007-03-061-1/+1
|
* display version number if --version is given (#28858)Thierry Vignaud2007-03-061-0/+6
|
* (perform_installation) kill dead codeThierry Vignaud2007-03-061-7/+0
|
* on first run, offer to set up the packages sources (#28050)Thierry Vignaud2007-03-061-0/+14
|
* (mainwindow) set down/edit/remove/up buttons insensitive by defaultThierry Vignaud2007-03-061-0/+2
|
* (mainwindow,run) returns whether we've changed anything or notThierry Vignaud2007-03-061-3/+16
|
* (perform_removal) display a wait message while removing packagesThierry Vignaud2007-03-061-0/+2
|
* (perform_removal) do nothing if nothing to removeThierry Vignaud2007-03-061-0/+2
|
* (perform_installation) fix removing packages (#29070) by creating a specialThierry Vignaud2007-03-061-0/+3
| | | | | | transaction for removing them if we're not installing anything: transaction creator won't care about them
* (perform_installation) fix installing packages from rpmdrake (#29068)Thierry Vignaud2007-03-061-0/+6
|
* (perform_installation) nicer display of missing packages (sort, one package ↵Thierry Vignaud2007-03-061-2/+2
| | | | per line, scrolled dialog)
* (perform_installation) display missing packages on console per transactionThierry Vignaud2007-03-061-0/+2
|
* (perform_installation) do display missing packagesThierry Vignaud2007-03-061-3/+2
|
* (perform_installation) unlock the rpm database tooThierry Vignaud2007-03-051-1/+2
|
* (perform_installation) unlock the urpmi database further earlier, asThierry Vignaud2007-03-051-1/+1
| | | | | | soon as the last transaction is completed so that we don"t needlessly lock the db while displaying error or success message.
* fix a crash on some boxes (better long-term fix will be moving some functions)Thierry Vignaud2007-03-051-1/+1
|
* fix allow-nodeps handlingThierry Vignaud2007-03-021-35/+35
|
* 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
|
* perl_checker cleanupsThierry Vignaud2007-03-011-6/+5
|
* (remove_callback) enable to delete several medium at once (#21532)Thierry Vignaud2007-03-011-6/+12
|
* (selected_rows) introduce it to (based on selrow template)Thierry Vignaud2007-03-011-0/+8
|
* adapt to multiple selection: disable "edit" button if there's more than one ↵Thierry Vignaud2007-03-011-4/+10
| | | | selected row
* enable multiple selection (#21532)Thierry Vignaud2007-03-011-1/+1
|
* sortThierry Vignaud2007-03-011-1/+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)