| Commit message (Expand) | Author | Age | Files | Lines |
* | (get_pkgs,warn_about_media) simplify workflow, ensure we never perform | Thierry Vignaud | 2007-09-12 | 1 | -8/+7 |
* | (warn_about_media) we don't really need to perform a costly | Thierry Vignaud | 2007-09-12 | 1 | -1/+1 |
* | (warn_about_media) kill a label unused for years | Thierry Vignaud | 2007-09-11 | 1 | -1/+0 |
* | (get_pkgs,warn_about_media) reread the db if we added a new repository | Thierry Vignaud | 2007-09-11 | 1 | -1/+9 |
* | (get_update_medias) split it out of get_pkgs() | Thierry Vignaud | 2007-09-11 | 1 | -1/+6 |
* | (warn_about_media) further improve startup time by killing a costly | Thierry Vignaud | 2007-09-11 | 1 | -3/+3 |
* | (warn_about_media) explain why we own our own instance of the urpmi db | Thierry Vignaud | 2007-09-11 | 1 | -0/+2 |
* | (get_pkgs) reduce package enumeration by 10% (thanks to pixel) (#33334) | Thierry Vignaud | 2007-09-11 | 1 | -10/+23 |
* | (run) use fast_open_urpmi_db() instead of urpm::new() in order to | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
* | simplify by reusing Rpmdrake::open_db::fast_open_urpmi_db() | Thierry Vignaud | 2007-09-11 | 1 | -9/+7 |
* | (fast_open_urpmi_db) split it out of open_urpmi_db() in order to | Thierry Vignaud | 2007-09-11 | 1 | -4/+11 |
* | (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg into | Thierry Vignaud | 2007-09-11 | 4 | -55/+92 |
* | perl_checker cleanups | Thierry Vignaud | 2007-09-11 | 1 | -6/+6 |
* | (open_rpm_db) obvioulsly wasn't been converted when renaming options | Thierry Vignaud | 2007-09-11 | 1 | -3/+1 |
* | (open_urpmi_db) shrink opening urpmi DB time by 30% (#33334) | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
* | (perform_installation) do not pass "clean_all" parameter to | Thierry Vignaud | 2007-09-11 | 1 | -1/+0 |
* | (extract_header) explicitely convert changelog to UTF-8 | Thierry Vignaud | 2007-09-10 | 1 | -1/+1 |
* | (run_rpm) do not try to convert into UTF-8, thus fixing a SIGV loop while | Thierry Vignaud | 2007-09-10 | 1 | -1/+1 |
* | (get_summary) simplify (since perl-URPM-1.56, perl knows that strings from rpm | Thierry Vignaud | 2007-09-10 | 1 | -1/+1 |
* | (rpm_summary) kill it; since perl-URPM-1.56, perl knows that strings from rpm | Thierry Vignaud | 2007-09-10 | 2 | -9/+3 |
* | (mainwindow) display a banner now that we don't display mcc's banner & | Thierry Vignaud | 2007-09-10 | 1 | -0/+1 |
* | (get_pkgs,open_urpmi_db) add support for several searchmedia (needs urpmi' SVN) | Thierry Vignaud | 2007-09-06 | 1 | -5/+9 |
* | (rpm_summary) do not decode package summary if already in UTF-8 thus | Thierry Vignaud | 2007-09-06 | 1 | -1/+1 |
* | (add_node) display summary too | Thierry Vignaud | 2007-09-06 | 1 | -1/+1 |
* | (get_summary) split it out of format_pkg_simplifiedinfo() | Thierry Vignaud | 2007-09-06 | 1 | -2/+8 |
* | (extract_header,get_pkgs) keep summary in RAM (needed for next commits) | Thierry Vignaud | 2007-09-06 | 1 | -2/+4 |
* | (add_node,run_treeview_dialog) display package name, version & arch as 3 | Thierry Vignaud | 2007-09-06 | 1 | -1/+9 |
* | (split_fullname) adatp to the fact urpm names contains the arch | Thierry Vignaud | 2007-09-06 | 1 | -1/+1 |
* | (easy_add_callback) simplify using open_urpmi_db() | Thierry Vignaud | 2007-09-04 | 1 | -4/+2 |
* | clear executable bit | Thierry Vignaud | 2007-09-03 | 8 | -0/+0 |
* | (easy_add_callback) move this comment nearer the code it's commenting | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
* | (easy_add_callback) fix erasing all existing media when adding new | Thierry Vignaud | 2007-09-03 | 1 | -1/+6 |
* | (easy_add_callback) move a comment where appropriate | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
* | (mainwindow) swap "add custom" and "add sources" between menubar and buttons bar | Thierry Vignaud | 2007-09-03 | 1 | -2/+2 |
* | (get_name) make it work for rpmdrake too | Thierry Vignaud | 2007-09-03 | 1 | -2/+1 |
* | (get_name) really move it | Thierry Vignaud | 2007-09-03 | 1 | -0/+6 |
* | (mainwindow) display media type in media list (#25043) | Thierry Vignaud | 2007-09-03 | 1 | -2/+5 |
* | (get_medium_type) introduce it in order to get medium type (needed for #25043) | Thierry Vignaud | 2007-09-03 | 1 | -0/+17 |
* | (children) use get_name() in order to be able to select all packages from | Thierry Vignaud | 2007-09-03 | 1 | -1/+3 |
* | (get_name) move it from MandrivaUpdate into Rpmdrake/gui.pm | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
* | (fast_toggle) enable to select a package listed in urpmi's skip.list (#31548) | Thierry Vignaud | 2007-09-03 | 1 | -0/+6 |
* | (fast_toggle) use before_leaving() (needed for next commit) | Thierry Vignaud | 2007-09-03 | 1 | -1/+1 |
* | (mainwindow) make it more readable | Thierry Vignaud | 2007-08-30 | 1 | -1/+5 |
* | do not harcode column indexes for main window | Thierry Vignaud | 2007-08-30 | 1 | -7/+15 |
* | (open_urpmi_db) fix --no-verify-rpm option | Thierry Vignaud | 2007-08-30 | 1 | -1/+1 |
* | (open_urpmi_db) kill debug statement | Thierry Vignaud | 2007-08-30 | 1 | -1/+0 |
* | (open_urpmi_db) fix --no-verify-rpm option (got broken when | Thierry Vignaud | 2007-08-30 | 1 | -1/+2 |
* | (open_urpmi_db) do not disable no-verify-rpm option if set in | Thierry Vignaud | 2007-08-30 | 1 | -1/+1 |
* | deprecate --root option (the goal being unifying rpmdrake & urpmi options in ... | Thierry Vignaud | 2007-08-29 | 1 | -1/+1 |
* | add --run-as-root as equivalent to --root which will be deprecated in next co... | Thierry Vignaud | 2007-08-29 | 1 | -1/+2 |