Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (do_action__real) now that return value is meaningfull, tell we didn't | Thierry Vignaud | 2007-03-23 | 1 | -3/+3 |
| | | | | | performed anything on early error | ||||
* | (do_action__real) return whether we've removed/installed something | Thierry Vignaud | 2007-03-23 | 1 | -1/+3 |
| | |||||
* | export node_state() | Thierry Vignaud | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | (init) further size window in order to prevent resizing | Thierry Vignaud | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | revert r57586:57588, aka do not keep around the rpm db opened, thus making ↵ | Thierry Vignaud | 2007-03-22 | 2 | -12/+11 |
| | | | | mcc closable again in mcc (#26069) | ||||
* | (perform_installation) fix "unable to remove package" errors messages | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | | | | | | with update packages (#29823) (#29291's fix wasn't enough for updates packages) | ||||
* | (ask_browse_tree_given_widgets_for_rpmdrake) export clear_all_caches() | Thierry Vignaud | 2007-03-22 | 1 | -0/+1 |
| | |||||
* | (perform_installation) better test for packages to remove (no more need to ↵ | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | | | | grep results) | ||||
* | (add_node) fix gtk+ warnings (#26798) | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2007-03-22 | 1 | -2/+2 |
| | |||||
* | (ask_browse_tree_given_widgets_for_rpmdrake) adjust comment | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | (do_action__real) use "pure_updates" option if in MandrivaUpdate | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | (callback_choices) do not show "cancel" button since | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | | | | | | | | | URPM::Resolve::resolve_requested() doesn't really expect this (though closing the dialog will still achieve the same effect) it would be better to handle cancel with an exception but that would need more changes | ||||
* | (callback_choices) do not return random package when user canceled the dialog | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | (easy_add_callback) display the right arch when selecting ia32 media | Thierry Vignaud | 2007-03-22 | 1 | -1/+4 |
| | | | | | on x86_64 (side effect of #28409) | ||||
* | (easy_add_callback) enable to select ia32 for adding media (#28409) | Thierry Vignaud | 2007-03-22 | 1 | -0/+7 |
| | |||||
* | (perform_installation) workaround cannot selecting a selected then | Thierry Vignaud | 2007-03-22 | 1 | -1/+11 |
| | | | | | unselected package witth deps (#28613) | ||||
* | (perform_installation) ask confirmation _before_ actually removing packages | Thierry Vignaud | 2007-03-21 | 1 | -3/+3 |
| | |||||
* | (perform_installation) fix bogus "unable to remove package" warnings (#29291) | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | (perform_installation) kill a debug statement :-( | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | (perform_installation) simplify and make sure we restore the main | Thierry Vignaud | 2007-03-21 | 1 | -4/+2 |
| | | | | | window sensivity in case of an exception | ||||
* | (perform_installation) display an empty line between the sentence and the list | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | (perform_parallel_install) previous commit nicely showed that error | Thierry Vignaud | 2007-03-21 | 1 | -5/+9 |
| | | | | | management was nuts so do display errors | ||||
* | (perform_parallel_install) split it out of perform_install() | Thierry Vignaud | 2007-03-21 | 1 | -19/+23 |
| | |||||
* | (do_action) add support for 'cancel_perform' exception | Thierry Vignaud | 2007-03-21 | 1 | -1/+2 |
| | |||||
* | (perform_installation) do not reload package databases when canceling installing | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | (build_tree) fix crash (#29707) | Thierry Vignaud | 2007-03-20 | 1 | -3/+2 |
| | |||||
* | keep all packages around (fix 'unable to update in "installed" view', #27629) | Thierry Vignaud | 2007-03-19 | 2 | -26/+26 |
| | |||||
* | (perform_installation) do refresh the list even if a transaction | Thierry Vignaud | 2007-03-19 | 1 | -1/+1 |
| | | | | | failed, if at least one package was installed (#29384) | ||||
* | (get_pkgs) simplify | Thierry Vignaud | 2007-03-19 | 1 | -4/+5 |
| | |||||
* | (do_action) rename as do_action__real() and introduce the do_action() | Thierry Vignaud | 2007-03-19 | 1 | -1/+11 |
| | | | | | wrapper so that crashes got caught more nicely | ||||
* | (ask_browse_tree_given_widgets_for_rpmdrake) do not do anything on key | Thierry Vignaud | 2007-03-19 | 1 | -8/+0 |
| | | | | | | press on the list (which conflicts/blocks such signals for Toggles) and this make rpmdrake behaving like other regular Gtk+ applications | ||||
* | (run_treeview_dialog,ask_browse_tree_given_widgets_for_rpmdrake) split | Thierry Vignaud | 2007-03-19 | 1 | -6/+6 |
| | | | | | | | | pixbuf column into a Toggle one and a Pixbuf one, thus enabling to use a true (themable) ToggleButton instead of a manually randered one. since we now use the proper signals, we can kill an old gc's uglyness btw | ||||
* | (set_node_state_tree) factorize model->set() calls though set_node_state_flat() | Thierry Vignaud | 2007-03-19 | 1 | -2/+1 |
| | |||||
* | (set_node_state_flat) kill a debug statement | Thierry Vignaud | 2007-03-19 | 1 | -1/+0 |
| | |||||
* | (node_state) do display it's a base package when needed (wasn't done since ↵ | Thierry Vignaud | 2007-03-19 | 1 | -2/+2 |
| | | | | 2007.0) | ||||
* | (node_state) do not hardcode icon path | Thierry Vignaud | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | (perform_installation) display global count as well as transaction count (#XXXX) | Thierry Vignaud | 2007-03-16 | 1 | -3/+4 |
| | |||||
* | (get_pkgs) revert a bogus change that went in r144310 | Thierry Vignaud | 2007-03-15 | 1 | -1/+1 |
| | |||||
* | (get_pkgs,perform_installation,perform_removal) fix transient hints | Thierry Vignaud | 2007-03-15 | 1 | -3/+3 |
| | |||||
* | (init) size window rather than progressbar and increase default size in ↵ | Thierry Vignaud | 2007-03-15 | 1 | -2/+2 |
| | | | | order to prevent resizing | ||||
* | (get_pkgs) do not ask again to update media after doing some actions | Thierry Vignaud | 2007-03-15 | 1 | -2/+4 |
| | |||||
* | (compute_main_window_size) factorize strange typicall width computing here | Thierry Vignaud | 2007-03-15 | 1 | -1/+9 |
| | |||||
* | (downwards_callback, upwards_callback) refresh button states after moving a | Thierry Vignaud | 2007-03-13 | 1 | -0/+2 |
| | | | | | row (so that eg "up" button is disabled once top of list is reached) | ||||
* | (downwards_callback, upwards_callback) adapt to multiple selection mode (#29186) | Thierry Vignaud | 2007-03-09 | 1 | -4/+9 |
| | |||||
* | (easy_add_callback) fix crash when adding sources on startup (#29252) | Thierry Vignaud | 2007-03-07 | 1 | -0/+1 |
| | |||||
* | bump release (3.42) | Thierry Vignaud | 2007-03-07 | 1 | -1/+1 |
| | |||||
* | fix wrong count number while dowloading packages and sync messages with ↵ | Thierry Vignaud | 2007-03-07 | 1 | -5/+11 |
| | | | | urpmi/gurpmi ones (#29237) | ||||
* | I forgot to bump version number | Thierry Vignaud | 2007-03-07 | 1 | -1/+1 |
| |