aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* (check_if_first_run,init) do not display a splash text anymoreThierry Vignaud2008-09-042-41/+1
* (mainwindow) by default do not enable to alter the 'update' flagThierry Vignaud2008-09-041-3/+6
* be able to handle --expertThierry Vignaud2008-09-041-2/+2
* (readconf) make --mode option work againThierry Vignaud2008-08-261-0/+1
* (extract_header) workaround crashing when media's MD5SUM are garbaged (#41352)Thierry Vignaud2008-08-251-2/+2
* (get_pkgs) list meta tasks in GUI package list too (#43114)Thierry Vignaud2008-08-251-0/+2
* (get_pkgs) split out meta package list in their own local variableThierry Vignaud2008-08-251-1/+3
* (perform_installation) migrate to urpm::get_pkgs::selected2local_and_blists()Thierry Vignaud2008-08-221-2/+2
* further fix parsing @ARGVThierry Vignaud2008-08-071-1/+4
* fix parsing @ARGV which left undef values that break gurpmi.addmediaThierry Vignaud2008-08-071-1/+1
* load urpm::args (needed so that callers do not have to bother)Thierry Vignaud2008-08-071-0/+1
* (ask_yes_or_no) behaves like urpmi, allow to continue, thus skippingThierry Vignaud2008-08-061-2/+3
* (perform_installation) fix some error dialogs not being modalThierry Vignaud2008-08-061-2/+2
* (format_pkg_simplifiedinfo) show 'Group' in details (usefull for search resul...Thierry Vignaud2008-07-021-0/+1
* (translate_group) introduce it in order to be able to translateThierry Vignaud2008-07-021-0/+3
* (delete_category) simplify code by removing old useless code dating back from...Thierry Vignaud2008-07-011-22/+2
* (add_nodes) do not clear caches when emptying package list modelThierry Vignaud2008-07-011-1/+0
* export $descriptions (needed by latest MandrivaUpdate)Thierry Vignaud2008-06-181-0/+1
* (get_installed_packages) fix crash in URPM with non standard packageThierry Vignaud2008-05-271-0/+1
* list basesystem-* as meta-task tooThierry Vignaud2008-05-231-1/+1
* (get_pkgs) simplify: we already computed the nameThierry Vignaud2008-05-231-1/+1
* provide --no-splash option in order to skip splash screen when run fromThierry Vignaud2008-05-081-0/+2
* warn only once about priority upgrades (#39737)Thierry Vignaud2008-05-082-1/+8
* (pkgs_provider) do not list backports as (unselected) updates inThierry Vignaud2008-05-081-1/+2
* (format_pkg_simplifiedinfo) display URLs of packages (#40571)Thierry Vignaud2008-05-081-0/+15
* (format_pkg_simplifiedinfo) split building of details from actualThierry Vignaud2008-05-081-4/+6
* (extract_header) retrieve URLs of packages (needed for next commit)Thierry Vignaud2008-05-081-1/+4
* - handle gracefully locked RPM DB when trying to install some packagesThierry Vignaud2008-05-081-1/+6
* (build_tree) simplify / robustify by using a plain listThierry Vignaud2008-05-071-2/+2
* (run_rpm) reuse run_program::get_stdout() (needed for next commit)Thierry Vignaud2008-05-071-1/+1
* (build_tree) prevent forking 2 useless shells while runningThierry Vignaud2008-05-071-1/+2
* (build_tree) split out installed packages if any in "by update availability" ...Thierry Vignaud2008-04-011-2/+3
* (build_tree) siplify 'by_presence' managementThierry Vignaud2008-04-011-1/+2
* (build_tree) really make "by update availability" view usable (#39461)Thierry Vignaud2008-04-011-4/+4
* (perform_installation) minor readability improvementThierry Vignaud2008-03-311-2/+2
* minor perl_checker cleanupThierry Vignaud2008-03-311-1/+1
* (perform_installation) remove "--emmbedded" as well as XID from ARGVThierry Vignaud2008-03-311-1/+1
* (perform_installation) really remove XID in "--emmbedded <id>" from ARGV whenThierry Vignaud2008-03-311-1/+1
* (perform_installation) fix priority upgrades by not recomputing themThierry Vignaud2008-03-311-2/+1
* (get_pkgs) fix priority upgrades by not preselecting updates in rpmdrakeThierry Vignaud2008-03-311-0/+3
* (format_pkg_simplifiedinfo) do not crash if package is unknow (#39608)Thierry Vignaud2008-03-311-0/+1
* make "by update availability" view usable (#39461)Thierry Vignaud2008-03-281-1/+1
* (perform_installation) remove "--emmbedded <id>" from ARGV whenThierry Vignaud2008-03-251-0/+6
* ensure we always restart if neededThierry Vignaud2008-03-251-1/+1
* (rpm_description) fix displaying garbaged UTF-8 descriptions (eg:Thierry Vignaud2008-03-251-1/+1
* (pkg2medium) just skip non existing packages (#38793)Thierry Vignaud2008-03-251-0/+1
* (build_tree) actually restrict "by_leaves" view to current mode (#39090)Thierry Vignaud2008-03-201-1/+3
* (build_tree) oops, fix wrongly removed line in latest commitThierry Vignaud2008-03-201-0/+1
* (build_tree) fix sorting in "by_source" view by reusing _build_tree()Thierry Vignaud2008-03-201-5/+2
* (_build_tree) split it out of build_tree() (needed for next commits)Thierry Vignaud2008-03-201-9/+15