Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in ↵ | Thierry Vignaud | 2008-09-22 | 1 | -1/+0 |
| | | | | MandrivaUpdate) | ||||
* | (format_changelog_string) push loading of Gtk2::Pango where actually needed | Thierry Vignaud | 2008-09-22 | 1 | -1/+0 |
| | |||||
* | (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) | ||||
* | (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) | ||||
* | (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 |
| | |||||
* | (fast_open_urpmi_db,perform_installation) add basic support for the --debug ↵ | Thierry Vignaud | 2008-09-09 | 1 | -2/+3 |
| | | | | option | ||||
* | (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 |
| | |||||
* | (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 |
| | |||||
* | (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 |
| | |||||
* | warn only once about priority upgrades (#39737) | Thierry Vignaud | 2008-05-08 | 1 | -0/+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 |
| | | | | | (#40244) | ||||
* | (run_rpm) reuse run_program::get_stdout() (needed for next commit) | Thierry Vignaud | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | (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 |
| | | | | | when restarting after priority upgrades (cosmetic) | ||||
* | (perform_installation) really remove XID in "--emmbedded <id>" from ARGV when | Thierry Vignaud | 2008-03-31 | 1 | -1/+1 |
| | | | | | restarting after priority upgrades, thus fixing displaying it when run from mcc (#39262) | ||||
* | (perform_installation) fix priority upgrades by not recomputing them | Thierry Vignaud | 2008-03-31 | 1 | -2/+1 |
| | | | | | when checking selection consistency just before actually installing | ||||
* | (get_pkgs) fix priority upgrades by not preselecting updates in rpmdrake | Thierry Vignaud | 2008-03-31 | 1 | -0/+3 |
| | |||||
* | (perform_installation) remove "--emmbedded <id>" from ARGV when | Thierry Vignaud | 2008-03-25 | 1 | -0/+6 |
| | | | | | | restarting after priority upgrades, thus fixing displaying it when run from mcc (#39262) | ||||
* | ensure we always restart if needed | Thierry Vignaud | 2008-03-25 | 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 |
| | |||||
* | only list priority upgrades if there're | Thierry Vignaud | 2008-03-14 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -27/+0 |
| | |||||
* | (perform_installation) write configuration before restarting after | Thierry Vignaud | 2008-03-11 | 1 | -0/+2 |
| | | | | | priority upgrades so that we don't ask questions again | ||||
* | (warn_about_media) really only update media in MandrivaUpdate, not in | Thierry Vignaud | 2008-03-10 | 1 | -1/+1 |
| | | | | | | rpmdrake (regression introduced in r238593 on 2008-03-05 for 4.4: "(readconf) remember latest view mode (#38138)") | ||||
* | (perform_installation) display in bold that priority updates require restarting | Thierry Vignaud | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | - MandrivaUpdate: | Thierry Vignaud | 2008-03-10 | 1 | -1/+8 |
| | | | | | | o faster startup if there're priority updates o only list priority updates if existing | ||||
* | rename $restart_itself as $need_restart | Thierry Vignaud | 2008-03-10 | 1 | -8/+8 |
| | |||||
* | (get_installed_packages) split it out of (get_pkgs) | Thierry Vignaud | 2008-03-07 | 1 | -34/+42 |
| | |||||
* | (init_progress_bar,reset_pbar_count,update_pbar) split them out of | Thierry Vignaud | 2008-03-07 | 1 | -23/+36 |
| | | | | | (perform_installation) | ||||
* | (perform_installation) when restarting after priority upgrade, free | Thierry Vignaud | 2008-03-07 | 1 | -1/+3 |
| | | | | | memory used by previous rpmdrake instance | ||||
* | (get_pkgs) reimplement priority upgrade support through urpmi-5.9's ↵ | Thierry Vignaud | 2008-03-07 | 1 | -0/+20 |
| | | | | infrastructure | ||||
* | (get_pkgs) make it more readable (needed for next commits) | Thierry Vignaud | 2008-03-07 | 1 | -5/+6 |
| | |||||
* | (get_pkgs) basically revert r238520 on 2008-03-04 b/c pixel want to | Thierry Vignaud | 2008-03-07 | 1 | -18/+11 |
| | | | | | | | | keep urpm::select::resolve_dependencies() simple and split it into smaller bits (reverting "(get_pkgs) use more modern urpm::select::resolve_dependencies() API instead of partially open-coding it, thus enabling further improvements") | ||||
* | (get_pkgs) fix another error introduced in 4.4.2 | Thierry Vignaud | 2008-03-06 | 1 | -1/+0 |
| | |||||
* | (get_pkgs) simplify through uniq() (spotted by pixel) | Thierry Vignaud | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) fix error introduced in 4.4.2.1 | Thierry Vignaud | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) tyo fix in latest commit | Thierry Vignaud | 2008-03-06 | 1 | -2/+2 |
| |