| Commit message (Expand) | Author | Age | Files | Lines |
* | warn only once about priority upgrades (#39737) | Thierry Vignaud | 2008-05-08 | 2 | -1/+8 |
* | (pkgs_provider) do not list backports as (unselected) updates in | Thierry Vignaud | 2008-05-08 | 1 | -1/+2 |
* | (format_pkg_simplifiedinfo) display URLs of packages (#40571) | Thierry Vignaud | 2008-05-08 | 1 | -0/+15 |
* | (format_pkg_simplifiedinfo) split building of details from actual | Thierry Vignaud | 2008-05-08 | 1 | -4/+6 |
* | (extract_header) retrieve URLs of packages (needed for next commit) | Thierry Vignaud | 2008-05-08 | 1 | -1/+4 |
* | - handle gracefully locked RPM DB when trying to install some packages | Thierry Vignaud | 2008-05-08 | 1 | -1/+6 |
* | (build_tree) simplify / robustify by using a plain list | Thierry Vignaud | 2008-05-07 | 1 | -2/+2 |
* | (run_rpm) reuse run_program::get_stdout() (needed for next commit) | Thierry Vignaud | 2008-05-07 | 1 | -1/+1 |
* | (build_tree) prevent forking 2 useless shells while running | Thierry Vignaud | 2008-05-07 | 1 | -1/+2 |
* | (build_tree) split out installed packages if any in "by update availability" ... | Thierry Vignaud | 2008-04-01 | 1 | -2/+3 |
* | (build_tree) siplify 'by_presence' management | Thierry Vignaud | 2008-04-01 | 1 | -1/+2 |
* | (build_tree) really make "by update availability" view usable (#39461) | Thierry Vignaud | 2008-04-01 | 1 | -4/+4 |
* | (perform_installation) minor readability improvement | Thierry Vignaud | 2008-03-31 | 1 | -2/+2 |
* | minor perl_checker cleanup | Thierry Vignaud | 2008-03-31 | 1 | -1/+1 |
* | (perform_installation) remove "--emmbedded" as well as XID from ARGV | Thierry Vignaud | 2008-03-31 | 1 | -1/+1 |
* | (perform_installation) really remove XID in "--emmbedded <id>" from ARGV when | Thierry Vignaud | 2008-03-31 | 1 | -1/+1 |
* | (perform_installation) fix priority upgrades by not recomputing them | Thierry Vignaud | 2008-03-31 | 1 | -2/+1 |
* | (get_pkgs) fix priority upgrades by not preselecting updates in rpmdrake | Thierry Vignaud | 2008-03-31 | 1 | -0/+3 |
* | (format_pkg_simplifiedinfo) do not crash if package is unknow (#39608) | Thierry Vignaud | 2008-03-31 | 1 | -0/+1 |
* | make "by update availability" view usable (#39461) | Thierry Vignaud | 2008-03-28 | 1 | -1/+1 |
* | (perform_installation) remove "--emmbedded <id>" from ARGV when | Thierry Vignaud | 2008-03-25 | 1 | -0/+6 |
* | ensure we always restart if needed | Thierry Vignaud | 2008-03-25 | 1 | -1/+1 |
* | (rpm_description) fix displaying garbaged UTF-8 descriptions (eg: | Thierry Vignaud | 2008-03-25 | 1 | -1/+1 |
* | (pkg2medium) just skip non existing packages (#38793) | Thierry Vignaud | 2008-03-25 | 1 | -0/+1 |
* | (build_tree) actually restrict "by_leaves" view to current mode (#39090) | Thierry Vignaud | 2008-03-20 | 1 | -1/+3 |
* | (build_tree) oops, fix wrongly removed line in latest commit | Thierry Vignaud | 2008-03-20 | 1 | -0/+1 |
* | (build_tree) fix sorting in "by_source" view by reusing _build_tree() | Thierry Vignaud | 2008-03-20 | 1 | -5/+2 |
* | (_build_tree) split it out of build_tree() (needed for next commits) | Thierry Vignaud | 2008-03-20 | 1 | -9/+15 |
* | (build_tree) create group tree in by_source view | Thierry Vignaud | 2008-03-19 | 1 | -1/+3 |
* | (build_tree) fix a test (needed for restoring by_source view) | Thierry Vignaud | 2008-03-19 | 1 | -1/+1 |
* | (build_tree) restore sorting packages in 'by_group' view ; regression | Thierry Vignaud | 2008-03-19 | 1 | -2/+2 |
* | add a "mode" combo box, thus restoring flat mode (#25770) and allowing again to | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (build_tree,run_treeview_dialog) do the sort when filling in the tree | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (build_tree) fix "by_leaves" filter by chomp()ing readed lines | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (build_tree) fix by_leaves sorting by adding arch to package full | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | fix a comment for mandriva_choice death | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | tell the user to "restart system" when needed (needs urpmi-5.14) | Thierry Vignaud | 2008-03-17 | 1 | -0/+5 |
* | add tooltips to pull down menus | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | (pkgs_provider) optimize (less copy, less dereferencing, less memory used) | Thierry Vignaud | 2008-03-17 | 1 | -10/+10 |
* | split filters (all, installed, non installed) from views (GUI, meta packages, | Thierry Vignaud | 2008-03-17 | 1 | -4/+13 |
* | (pkgs_provider) make 'all_updates' return its result list like other methods ... | Thierry Vignaud | 2008-03-17 | 1 | -0/+1 |
* | (pkgs_provider) use a temporary variable (needed for next commits) | Thierry Vignaud | 2008-03-17 | 1 | -2/+5 |
* | (pkgs_provider) simplify | Thierry Vignaud | 2008-03-17 | 1 | -1/+1 |
* | sort export list for readability | Thierry Vignaud | 2008-03-16 | 1 | -3/+29 |
* | warn there're priority upgrades when selecting other packages (#38885) | Thierry Vignaud | 2008-03-14 | 1 | -0/+5 |
* | only list priority upgrades if there're | Thierry Vignaud | 2008-03-14 | 2 | -3/+3 |
* | make $need_restart visible from outside (needed for next commit) | Thierry Vignaud | 2008-03-14 | 1 | -1/+2 |
* | kill "Mandriva choices" | Thierry Vignaud | 2008-03-14 | 2 | -36/+3 |
* | (perform_installation) write configuration before restarting after | Thierry Vignaud | 2008-03-11 | 1 | -0/+2 |
* | (warn_about_media) really only update media in MandrivaUpdate, not in | Thierry Vignaud | 2008-03-10 | 1 | -1/+1 |