aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* default to "all updates" rather than "security updates" in MandrivaUpdate modeThierry Vignaud2006-11-271-1/+1
* move the selection label above button bar for size reasons (side effect of #2...Thierry Vignaud2006-11-271-1/+2
* add a "select all" button (reall "toggle") (#25271)Thierry Vignaud2006-11-271-0/+6
* set the initial selection for updates (#25271)Thierry Vignaud2006-11-271-2/+7
* preselect updates by default (#25271)Thierry Vignaud2006-11-271-0/+3
* (get_pkgs) revert debug stuff that went in in r87464Thierry Vignaud2006-11-271-1/+0
* (run_treeview_dialog) optimize --pkg-sel caseThierry Vignaud2006-11-271-1/+1
* (perform_installation) according to pixel, we don't need an exclusive lockThierry Vignaud2006-11-271-1/+1
* (get_pkgs) fix urpmi db locking by locking it only once we've a valid $urpmThierry Vignaud2006-11-271-1/+2
* (do_search) allow using regexp in searches (Vincent Panel, #27198)Thierry Vignaud2006-11-271-1/+1
* (perform_installation) restore previous behaviour: still reload urpmi db if r...Thierry Vignaud2006-11-271-1/+1
* (perform_installation) lock the rpm db while performing installation or remov...Thierry Vignaud2006-11-271-0/+1
* (closure_removal) fix itThierry Vignaud2006-11-271-1/+1
* let rpmdrake do its own ARG parsingThierry Vignaud2006-11-271-0/+1
* (get_info) defensive programming (#26099)Thierry Vignaud2006-11-271-1/+6
* fix not able to select only one update (#26135)Thierry Vignaud2006-11-271-1/+1
* (get_pkgs) fix crash due to forgoten adaption to new urpmi APIThierry Vignaud2006-11-271-1/+1
* (run_treeview_dialog) fix crash introduced by #27268 fixThierry Vignaud2006-11-271-1/+1
* (run_treeview_dialog) when reseting the selection, refresh the package listThierry Vignaud2006-11-271-1/+1
* (get_pkgs) simplifyThierry Vignaud2006-11-271-3/+2
* (format_pkg_simplifiedinfo) add a line between description and file listThierry Vignaud2006-11-271-0/+1
* (get_pkgs) lock urpmi DB while we slurp itThierry Vignaud2006-11-271-0/+1
* (perform_installation) lock the db while performing installation/removal ofThierry Vignaud2006-11-271-0/+2
* (extract_header) show the actual error while trying to get data from hdlistsThierry Vignaud2006-11-241-1/+1
* (extract_header) use more modern API (MDV::Packdrakeng instead of packdrake)Thierry Vignaud2006-11-241-4/+3
* (closure_removal) fix crash due to now using urpm::select::find_packages_to_r...Thierry Vignaud2006-11-241-1/+2
* (deps_msg) make its end more visibleThierry Vignaud2006-11-241-1/+2
* (deps_msg) explain why packages are removed (like urpme does)Thierry Vignaud2006-11-241-1/+1
* (closure_removal) don't reinvent the wheel, just useThierry Vignaud2006-11-241-8/+1
* (perform_installation) if nothing got installed (eg: because some packages areThierry Vignaud2006-11-241-2/+2
* when using urpm::install::install(), don't override "post_clean_cache"Thierry Vignaud2006-11-241-1/+1
* (run_treeview_dialog) really show all security, bugfix & normal updates in "a...Thierry Vignaud2006-11-231-21/+25
* instead of workarounding issues of Locale::gettext used in urpmi everywhereThierry Vignaud2006-11-131-2/+4
* (perform_installation) better confirmation string when only removing packages...Thierry Vignaud2006-10-271-2/+4
* (extract_header) add support of hdlists for update media (#26788)Thierry Vignaud2006-10-271-1/+1
* behave faster after clicking on "/_File/_Reset the selection"Thierry Vignaud2006-10-261-2/+1
* fix displaying again the three after clicking on "/_File/_Reset the selection"Thierry Vignaud2006-10-261-0/+2
* (perform_installation) fix uninstalling the last package deselected for removalThierry Vignaud2006-10-261-1/+1
* (toggle_nodes) if one package cannot be removed, do not alter "selected"Thierry Vignaud2006-10-261-2/+6
* (perform_installation) fix not installing packages when invoked as -remove (#...Thierry Vignaud2006-10-261-1/+0
* enable "File/_Update media" whatever is the starting modeThierry Vignaud2006-10-261-1/+1
* fix crash by behaving like urpmi & gurpmi (#26742)Thierry Vignaud2006-10-251-1/+1
* (extract_header) if we cannot create a temp directory, just don'tThierry Vignaud2006-10-241-1/+4
* (extract_header) try harder to create a temporary directory (mktempThierry Vignaud2006-10-241-2/+7
* do not show "importance" & "reason for update" fields for non updateThierry Vignaud2006-10-241-1/+1
* show nice icons in "mandriva choice" modeThierry Vignaud2006-10-241-0/+30
* workaround buggy strings from urpmi that are not tagged as UTF-8 whenThierry Vignaud2006-10-241-1/+1
* check if any sensitive mount point is mounted read-only (#12967)Thierry Vignaud2006-10-241-0/+5
* fix inverted status icon (#26743)Thierry Vignaud2006-10-241-1/+1
* show non installed updates in "non installed" list too (#26656)Thierry Vignaud2006-10-201-2/+1