Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (get_pkgs) select updates from all media on cooker instead of only from ↵ | Thierry Vignaud | 2009-03-20 | 1 | -1/+1 |
| | | | | update media | ||||
* | (get_update_medias) move it from Rpmdrake::pkgs into Rpmdrake::open_db | Thierry Vignaud | 2009-03-19 | 1 | -5/+0 |
| | | | | | | where resides get_inactive_backport_media() (more logical place and will be used by mdkapplet) | ||||
* | (get_updates_list,get_pkgs) latest simplification commit enables to further ↵ | Thierry Vignaud | 2009-02-23 | 1 | -12/+7 |
| | | | | simplify, thus removing a useless loop on update media | ||||
* | (get_pkgs) simplify and optimize | Thierry Vignaud | 2009-02-23 | 1 | -9/+6 |
| | |||||
* | (extract_header,get_installed_packages) further reduce memory usage by not ↵ | Thierry Vignaud | 2009-02-23 | 1 | -2/+1 |
| | | | | | | | | keeping around descriptions for installed packages ; fetch them on demand (1.2% of resident memory further saved on std x86_64 media config) | ||||
* | (get_pkgs,get_summary) slightly reduce memory usage by not keeping around | Thierry Vignaud | 2009-02-23 | 1 | -4/+2 |
| | | | | | summaries (2.1% of resident memory saved on std x86_64 media config) | ||||
* | (get_updates_list) split it out of get_pkgs() | Thierry Vignaud | 2009-02-15 | 1 | -51/+54 |
| | |||||
* | (get_pkgs) enhance previous commit (r252875): skip even more | Thierry Vignaud | 2009-02-15 | 1 | -4/+4 |
| | | | | | computations but do compute updates for MandrivaUpdate | ||||
* | (get_pkgs) add 'compute_updates' option that enable super fast startup | Thierry Vignaud | 2009-02-15 | 1 | -2/+8 |
| | | | | | by skipping computing updates on startup | ||||
* | (already_installed_or_not_installable) really do not show empty | Thierry Vignaud | 2009-02-13 | 1 | -2/+3 |
| | | | | | dialogs (r252829 was incomplete) | ||||
* | (perform_installation) try to pass a meaningfull @ask_unselect to ↵ | Thierry Vignaud | 2009-02-13 | 1 | -1/+4 |
| | | | | urpm::main_loop::run() | ||||
* | (already_installed_or_not_installable) do not show empty dialogs | Thierry Vignaud | 2009-02-13 | 1 | -0/+1 |
| | | | | | | | rationale: due to some bugs in urpmi, we cannot always keep the state and thus urpm::select::translate_already_installed() results in us displaying empty dialogs sometimes | ||||
* | (perform_installation) fix crashing on uninstalling packages (#47751) | Thierry Vignaud | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | (perform_installation) implement 'need_restart' so that we warn when rebooting | Thierry Vignaud | 2009-02-10 | 1 | -1/+6 |
| | | | | | is needed after installing packages | ||||
* | (warn_about_media) use new proper API to select media, thus fixing not | Thierry Vignaud | 2009-02-09 | 1 | -1/+1 |
| | | | | | updating media (side effect of urpmi-6.14.12 API changes, #47209) | ||||
* | warn traverse() is costly | Thierry Vignaud | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | 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 |
| |