Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (mainwindow) use proper stock icons for arrows | Thierry Vignaud | 2009-09-30 | 1 | -2/+9 |
| | |||||
* | - rpmdrake | Aurélien Lefebvre | 2009-09-04 | 1 | -0/+24 |
| | | | | | o added dependencies section in package details panel | ||||
* | (fast_open_urpmi_db) make 'urpmi-root' implying rpm-root so that | Thierry Vignaud | 2009-06-01 | 1 | -0/+1 |
| | | | | | open_rpm_db() opens the proper chrooted db | ||||
* | (perform_installation) do not restart if we didn't install any package | Thierry Vignaud | 2009-06-01 | 1 | -1/+1 |
| | | | | | (when having priority packages) | ||||
* | (is_it_a_devel_distro) consider chrooted /etc/produc.id when detecting | Thierry Vignaud | 2009-06-01 | 1 | -1/+3 |
| | | | | | whether installed distro is stable or cooker | ||||
* | (pkg2medium) revert part of r257150 from 2009-04-29 (considering the | Thierry Vignaud | 2009-06-01 | 1 | -1/+1 |
| | | | | | | | | | | installed flag), thus fixing not displaying importance and reasons of updates (b/c we wrongly though that the medium was "None (installed)" instead of eg: "Main Updates") (#51118) (r257150 was: "(pkg2medium) fix listing _one_ non installed package as installed (#50276)") | ||||
* | (pkg2medium) fix listing _one_ non installed package as installed (#50276) | Thierry Vignaud | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) adjust after latest commit so that we do compute updates when ↵ | Thierry Vignaud | 2009-04-29 | 1 | -1/+1 |
| | | | | asked for | ||||
* | (extract_header) fix creating the gurpm dialog | Thierry Vignaud | 2009-04-29 | 1 | -1/+3 |
| | | | | | | (really just fixing a warning since ugtk2->new had a fallback on $::main_window for the transient hint) | ||||
* | fix sort usage, ask_remove was being assigned: [ $urpm, $urpm->{state} ] | Olivier Blin | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | ignore /etc/fstab for *.rpmnew | Thierry Vignaud | 2009-04-14 | 1 | -0/+1 |
| | |||||
* | (new) revert using installer hack that prevents having gray wait | Thierry Vignaud | 2009-04-03 | 1 | -2/+2 |
| | | | | | | | message dialogs on dialog popup in favor of old rgs hack, else (when not on displayed desktop), it uses too much CPU and waits until it got the focus (#48912) | ||||
* | kill --no-splash option (useless since r244763 from 2008-09-04 (was | Thierry Vignaud | 2009-04-01 | 1 | -1/+0 |
| | | | | | "do not display a splash text anymore")), thus fixing #49035 | ||||
* | (get_pkgs) select updates from all media on cooker instead of only from ↵ | Thierry Vignaud | 2009-03-20 | 1 | -1/+1 |
| | | | | update media | ||||
* | (is_it_a_devel_distro) export it (will be used by mdkapplet) | Thierry Vignaud | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | make export list more readable | Thierry Vignaud | 2009-03-19 | 1 | -1/+6 |
| | |||||
* | (get_update_medias) use new is_it_a_devel_distro() in order to update | Thierry Vignaud | 2009-03-19 | 1 | -1/+5 |
| | | | | | all media on cooker instead of only update media | ||||
* | (is_it_a_devel_distro) introduce it in order to check whether the | Thierry Vignaud | 2009-03-19 | 1 | -0/+7 |
| | | | | | distro is 'cooker' or not | ||||
* | (get_update_medias) move it from Rpmdrake::pkgs into Rpmdrake::open_db | Thierry Vignaud | 2009-03-19 | 2 | -6/+6 |
| | | | | | | where resides get_inactive_backport_media() (more logical place and will be used by mdkapplet) | ||||
* | (get_inactive_backport_media) do not try to update & parse inactive sources ↵ | Thierry Vignaud | 2009-03-19 | 1 | -1/+1 |
| | | | | backports media | ||||
* | (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 |
| | |||||
* | (get_inactive_backport_media) do not try to update & parse inactive debug | Thierry Vignaud | 2009-02-23 | 1 | -1/+1 |
| | | | | | backports media (slightly reduce memory usage -- 464kb on current 2009.0 media config) | ||||
* | (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 | 2 | -4/+3 |
| | | | | | summaries (2.1% of resident memory saved on std x86_64 media config) | ||||
* | (mainwindow) make more readable | Thierry Vignaud | 2009-02-15 | 1 | -4/+13 |
| | |||||
* | (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 | ||||
* | (do_action) add a FIXME note about offering to report the problem into bugzilla | Thierry Vignaud | 2009-02-15 | 1 | -0/+1 |
| | |||||
* | use same icon as in mcc instead of rpmdarke one (#44671) | Thierry Vignaud | 2009-02-14 | 1 | -1/+1 |
| | |||||
* | use mcc icon if availlable (#44671) | Thierry Vignaud | 2009-02-14 | 1 | -2/+2 |
| | |||||
* | (easy_add_callback_with_mirror,easy_add_callback) honnor canceling | Thierry Vignaud | 2009-02-14 | 1 | -0/+2 |
| | | | | | when the user closed the "updates/full_sources" dialog (#47125) | ||||
* | (toggle_nodes) remove useless end of lines | Thierry Vignaud | 2009-02-13 | 1 | -4/+4 |
| | |||||
* | (toggle_nodes) previous commit nicely showed some duplicated code ; | Thierry Vignaud | 2009-02-13 | 1 | -8/+13 |
| | | | | | let's factorize it | ||||
* | (toggle_nodes) add a titles when warning about conflicting package | Thierry Vignaud | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | (toggle_nodes) fix title when asking for removing additional packages ↵ | Thierry Vignaud | 2009-02-13 | 1 | -1/+1 |
| | | | | confirmatin | ||||
* | (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 |
| | |||||
* | (mainwindow) do not use the same shortcut for "Add a specific "media | Thierry Vignaud | 2009-02-12 | 1 | -1/+1 |
| | | | | | mirror" and "_Add a custom medium" menu entries (#46027) | ||||
* | (fast_open_urpmi_db) prevent crashing in URPM when using --env with relative ↵ | Thierry Vignaud | 2009-02-12 | 1 | -0/+2 |
| | | | | | | | | | paths (eg: "unable to read synthesis file bug-envs/47305_full/rpmdb.cz") (I suspect some chdir() happens at a certain stage in urpmi or URPM) | ||||
* | (fast_open_urpmi_db) fix using --justdb option | Thierry Vignaud | 2009-02-10 | 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) | ||||
* | use english case (spoted by pixel) | Thierry Vignaud | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | (remove_callback) fix displayling big list of media to remove and | Thierry Vignaud | 2009-01-08 | 1 | -3/+3 |
| | | | | | adjust spacing accordingly (#46773) | ||||
* | warn traverse() is costly | Thierry Vignaud | 2009-01-06 | 2 | -0/+2 |
| | |||||
* | comment a hack | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| |