aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* strip processed options like --urpmi-root for gurpmi.addmediaThierry Vignaud2007-09-141-0/+1
* (format_pkg_simplifiedinfo) urpmi-4.10.10 enables to list all packagesThierry Vignaud2007-09-141-1/+1
* (format_pkg_simplifiedinfo) workaround strange vificationThierry Vignaud2007-09-141-3/+3
* (get_pkgs) fix reading descriptions from update media (got broken whenThierry Vignaud2007-09-141-2/+2
* (format_pkg_simplifiedinfo) simplifyThierry Vignaud2007-09-131-5/+7
* (format_pkg_simplifiedinfo) run the regular user browser (#31021)Thierry Vignaud2007-09-131-1/+1
* (get_pkgs,warn_about_media) further improve startup time by killingThierry Vignaud2007-09-131-7/+9
* (get_pkgs,warn_about_media) simplify workflow, ensure we never performThierry Vignaud2007-09-121-8/+7
* (warn_about_media) we don't really need to perform a costlyThierry Vignaud2007-09-121-1/+1
* (warn_about_media) kill a label unused for yearsThierry Vignaud2007-09-111-1/+0
* (get_pkgs,warn_about_media) reread the db if we added a new repositoryThierry Vignaud2007-09-111-1/+9
* (get_update_medias) split it out of get_pkgs()Thierry Vignaud2007-09-111-1/+6
* (warn_about_media) further improve startup time by killing a costlyThierry Vignaud2007-09-111-3/+3
* (warn_about_media) explain why we own our own instance of the urpmi dbThierry Vignaud2007-09-111-0/+2
* (get_pkgs) reduce package enumeration by 10% (thanks to pixel) (#33334)Thierry Vignaud2007-09-111-10/+23
* (run) use fast_open_urpmi_db() instead of urpm::new() in order toThierry Vignaud2007-09-111-1/+1
* simplify by reusing Rpmdrake::open_db::fast_open_urpmi_db()Thierry Vignaud2007-09-111-9/+7
* (fast_open_urpmi_db) split it out of open_urpmi_db() in order toThierry Vignaud2007-09-111-4/+11
* (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg intoThierry Vignaud2007-09-114-55/+92
* perl_checker cleanupsThierry Vignaud2007-09-111-6/+6
* (open_rpm_db) obvioulsly wasn't been converted when renaming optionsThierry Vignaud2007-09-111-3/+1
* (open_urpmi_db) shrink opening urpmi DB time by 30% (#33334)Thierry Vignaud2007-09-111-1/+1
* (perform_installation) do not pass "clean_all" parameter toThierry Vignaud2007-09-111-1/+0
* (extract_header) explicitely convert changelog to UTF-8Thierry Vignaud2007-09-101-1/+1
* (run_rpm) do not try to convert into UTF-8, thus fixing a SIGV loop whileThierry Vignaud2007-09-101-1/+1
* (get_summary) simplify (since perl-URPM-1.56, perl knows that strings from rpmThierry Vignaud2007-09-101-1/+1
* (rpm_summary) kill it; since perl-URPM-1.56, perl knows that strings from rpmThierry Vignaud2007-09-102-9/+3
* (mainwindow) display a banner now that we don't display mcc's banner &Thierry Vignaud2007-09-101-0/+1
* (get_pkgs,open_urpmi_db) add support for several searchmedia (needs urpmi' SVN)Thierry Vignaud2007-09-061-5/+9
* (rpm_summary) do not decode package summary if already in UTF-8 thusThierry Vignaud2007-09-061-1/+1
* (add_node) display summary tooThierry Vignaud2007-09-061-1/+1
* (get_summary) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2007-09-061-2/+8
* (extract_header,get_pkgs) keep summary in RAM (needed for next commits)Thierry Vignaud2007-09-061-2/+4
* (add_node,run_treeview_dialog) display package name, version & arch as 3Thierry Vignaud2007-09-061-1/+9
* (split_fullname) adatp to the fact urpm names contains the archThierry Vignaud2007-09-061-1/+1
* (easy_add_callback) simplify using open_urpmi_db()Thierry Vignaud2007-09-041-4/+2
* clear executable bitThierry Vignaud2007-09-038-0/+0
* (easy_add_callback) move this comment nearer the code it's commentingThierry Vignaud2007-09-031-1/+1
* (easy_add_callback) fix erasing all existing media when adding newThierry Vignaud2007-09-031-1/+6
* (easy_add_callback) move a comment where appropriateThierry Vignaud2007-09-031-1/+1
* (mainwindow) swap "add custom" and "add sources" between menubar and buttons barThierry Vignaud2007-09-031-2/+2
* (get_name) make it work for rpmdrake tooThierry Vignaud2007-09-031-2/+1
* (get_name) really move itThierry Vignaud2007-09-031-0/+6
* (mainwindow) display media type in media list (#25043)Thierry Vignaud2007-09-031-2/+5
* (get_medium_type) introduce it in order to get medium type (needed for #25043)Thierry Vignaud2007-09-031-0/+17
* (children) use get_name() in order to be able to select all packages fromThierry Vignaud2007-09-031-1/+3
* (get_name) move it from MandrivaUpdate into Rpmdrake/gui.pmThierry Vignaud2007-09-031-1/+1
* (fast_toggle) enable to select a package listed in urpmi's skip.list (#31548)Thierry Vignaud2007-09-031-0/+6
* (fast_toggle) use before_leaving() (needed for next commit)Thierry Vignaud2007-09-031-1/+1
* (mainwindow) make it more readableThierry Vignaud2007-08-301-1/+5