Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (perform_installation) add basic managment of orphan packages (#43723): | Thierry Vignaud | 2008-09-20 | 1 | -0/+17 |
| | | | | | | - display them - handle --auto_orphans option | ||||
* | (perform_installation) split urpmi like @to_install variable (needed | Thierry Vignaud | 2008-09-20 | 1 | -1/+3 |
| | | | | | for next commit) | ||||
* | (pkgs_provider) fix listing updates per importance (#41331) ; | Thierry Vignaud | 2008-09-17 | 1 | -1/+3 |
| | | | | | | | | | regression introduced in r227983 on 2007-09-14: "(format_pkg_simplifiedinfo) urpmi-4.10.10 enables to list all packages update description w/o having the ia32 one overwriting/hiding the x86_64 (or the reverse)" | ||||
* | (warn_about_media) do not display any banner when embedded while adding media | Thierry Vignaud | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | (warn_about_media) do not display any banner when embedded while | Thierry Vignaud | 2008-09-17 | 1 | -1/+1 |
| | | | | | | updating media ; no reason to act differently from non-embedded case ; what's more banner is truncated (#43815) | ||||
* | - do display conflicting packages instead of silently removing them | Pascal Rigaux | 2008-09-11 | 1 | -0/+8 |
| | | | | | (needs urpmi 6.11) (#43501) | ||||
* | (get_installed_packages) workaround looping in URPM->traverse_tag | Thierry Vignaud | 2008-09-10 | 1 | -1/+4 |
| | | | | | (especially when using --env) | ||||
* | (get_installed_packages) use a local variable (needed for next commit) | Thierry Vignaud | 2008-09-10 | 1 | -1/+2 |
| | |||||
* | (open_rpm_db) remove dead code that wrongly sliped in in last commit | Thierry Vignaud | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | (fast_open_urpmi_db) fix opening the right RPM DB with --env | Thierry Vignaud | 2008-09-10 | 1 | -1/+8 |
| | |||||
* | (toggle_all) fix crashing when selecting all packages (#40025) | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (fast_open_urpmi_db,perform_installation) add basic support for the --debug ↵ | Thierry Vignaud | 2008-09-09 | 2 | -3/+8 |
| | | | | option | ||||
* | (fast_open_urpmi_db) handle -q, --quiet, -v & --verbose options | Thierry Vignaud | 2008-09-09 | 2 | -0/+6 |
| | |||||
* | (fast_open_urpmi_db) handle --debug | Thierry Vignaud | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | remove a gurpmi.addmedia workaround that make us ignore some options | Thierry Vignaud | 2008-09-09 | 1 | -1/+0 |
| | |||||
* | kill now useless 'already_splashed' option | Thierry Vignaud | 2008-09-04 | 1 | -1/+0 |
| | |||||
* | (check_if_first_run,init) do not display a splash text anymore | Thierry Vignaud | 2008-09-04 | 2 | -41/+1 |
| | |||||
* | (mainwindow) by default do not enable to alter the 'update' flag | Thierry Vignaud | 2008-09-04 | 1 | -3/+6 |
| | | | | | (unless --expert is given) | ||||
* | be able to handle --expert | Thierry Vignaud | 2008-09-04 | 1 | -2/+2 |
| | |||||
* | (readconf) make --mode option work again | Thierry Vignaud | 2008-08-26 | 1 | -0/+1 |
| | |||||
* | (extract_header) workaround crashing when media's MD5SUM are garbaged (#41352) | Thierry Vignaud | 2008-08-25 | 1 | -2/+2 |
| | |||||
* | (get_pkgs) list meta tasks in GUI package list too (#43114) | Thierry Vignaud | 2008-08-25 | 1 | -0/+2 |
| | |||||
* | (get_pkgs) split out meta package list in their own local variable | Thierry Vignaud | 2008-08-25 | 1 | -1/+3 |
| | | | | | (needed for next commits) | ||||
* | (perform_installation) migrate to urpm::get_pkgs::selected2local_and_blists() | Thierry Vignaud | 2008-08-22 | 1 | -2/+2 |
| | |||||
* | further fix parsing @ARGV | Thierry Vignaud | 2008-08-07 | 1 | -1/+4 |
| | |||||
* | fix parsing @ARGV which left undef values that break gurpmi.addmedia | Thierry Vignaud | 2008-08-07 | 1 | -1/+1 |
| | | | | | when using '--foobar' like option such as '--urpmi-root' | ||||
* | load urpm::args (needed so that callers do not have to bother) | Thierry Vignaud | 2008-08-07 | 1 | -0/+1 |
| | |||||
* | (ask_yes_or_no) behaves like urpmi, allow to continue, thus skipping | Thierry Vignaud | 2008-08-06 | 1 | -2/+3 |
| | | | | | the bogus transaction instead of short-circuiting urpm::main_loop | ||||
* | (perform_installation) fix some error dialogs not being modal | Thierry Vignaud | 2008-08-06 | 1 | -2/+2 |
| | |||||
* | (format_pkg_simplifiedinfo) show 'Group' in details (usefull for search ↵ | Thierry Vignaud | 2008-07-02 | 1 | -0/+1 |
| | | | | results, #39244) | ||||
* | (translate_group) introduce it in order to be able to translate | Thierry Vignaud | 2008-07-02 | 1 | -0/+3 |
| | | | | | "foo|bar" like group names (loosely based on ctreefy() | ||||
* | (delete_category) simplify code by removing old useless code dating back ↵ | Thierry Vignaud | 2008-07-01 | 1 | -22/+2 |
| | | | | from 1992 | ||||
* | (add_nodes) do not clear caches when emptying package list model | Thierry Vignaud | 2008-07-01 | 1 | -1/+0 |
| | | | | | | | | | (needed for next commits for the search feature) (reversing r23496 from 2007-03-26 13:13:59: "(add_nodes) clear caches when emptying package list model (thus fixing gtk+ warnings)" which now seems uneeded) | ||||
* | export $descriptions (needed by latest MandrivaUpdate) | Thierry Vignaud | 2008-06-18 | 1 | -0/+1 |
| | |||||
* | (get_installed_packages) fix crash in URPM with non standard package | Thierry Vignaud | 2008-05-27 | 1 | -0/+1 |
| | | | | | names (#41002) | ||||
* | list basesystem-* as meta-task too | Thierry Vignaud | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) simplify: we already computed the name | Thierry Vignaud | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | provide --no-splash option in order to skip splash screen when run from | Thierry Vignaud | 2008-05-08 | 1 | -0/+2 |
| | | | | | mdkapplet (#40366) | ||||
* | 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 |
| | | | | | rpmdrake, not just in MandrivaUpdate (#35009, #40556) | ||||
* | (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 |
| | | | | | efilling (needed for next commit) | ||||
* | (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 |
| | | | | | (#40244) | ||||
* | (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 |
| | | | | | urpmi_rpm-find-leaves | ||||
* | (build_tree) split out installed packages if any in "by update availability" ↵ | Thierry Vignaud | 2008-04-01 | 1 | -2/+3 |
| | | | | view | ||||
* | (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 |
| |