Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | |||||
* | (edit_callback) keep previous values | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | (edit_callback) do not save empty values | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | use new proper API now that we try not to drop 'ignore' flag when updating a ↵ | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | | | | medium (#44930) | ||||
* | (mainwindow::reread_media) stop droping 'ignore' flag when updating a | Thierry Vignaud | 2008-11-24 | 1 | -4/+0 |
| | | | | | | | | | medium (#44930) [was added in r17756 by rgarciasuarez on 2004-11-17: "When modifying a media has failed, restore it (and don't keep it in the intermediate state of being ignored)"] | ||||
* | (get_medium_type) fix displaying type of altered mirrorlist media (#44930) | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (mainwindow) make 'add media' item in menu more meaningfull (fix ambiguity) | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (add_callback) make clearer than DVD, CD-ROM are removable devices (#30842) | Thierry Vignaud | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | (add_callback) there's no point in enabling one to tag media as update | Thierry Vignaud | 2008-11-17 | 1 | -1/+6 |
| | | | | | media when adding whole distro media | ||||
* | (toggle_nodes) fix displaying big list of conflicting packages | Thierry Vignaud | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | (fast_open_urpmi_db) commit missing bit in latest commit | Thierry Vignaud | 2008-10-20 | 1 | -1/+1 |
| | | | | | | ("(fast_open_urpmi_db) load global options after mananing --urpmi-root, thus fixigin loading options from chrooted config file") | ||||
* | (fast_open_urpmi_db) load global options after mananing --urpmi-root, | Thierry Vignaud | 2008-10-20 | 1 | -2/+2 |
| | | | | | thus fixing loading options from chrooted config file | ||||
* | (fast_open_urpmi_db) do not read big debug media if 'ignore_debug_media' | Thierry Vignaud | 2008-10-11 | 1 | -0/+4 |
| | | | | | option is set | ||||
* | (gurpm::new) try harder not to have gray wait message dialogs (needs ↵ | Thierry Vignaud | 2008-10-11 | 1 | -2/+2 |
| | | | | drakxtools > 11.67) | ||||
* | open the chrooted .rpmdrake config file when using --env | Thierry Vignaud | 2008-10-11 | 1 | -4/+6 |
| | |||||
* | (mainwindow) fix displayed version in 'About' dialog | Thierry Vignaud | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | (run_as_user) open help & bug report as user instead of as root (#44497) | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (run_drakbug) factorize code | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (run_help_callback) factorize code | Thierry Vignaud | 2008-10-06 | 1 | -8/+7 |
| | |||||
* | (mainwindow) move "add media" menu entries from the "Options" menu | Thierry Vignaud | 2008-10-06 | 1 | -2/+2 |
| | | | | | into the "File" menu (#44601) |