Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (run_treeview_dialog) once we updated some packages, do not bother | Thierry Vignaud | 2007-03-22 | 1 | -1/+0 |
| | | | | | refresh the list since do_action() already did it for us, if needed | ||||
* | (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 | ||||
* | (interactive_list) handle "nocancel" option in order not to show "cancel" button | Thierry Vignaud | 2007-03-22 | 1 | -0/+2 |
| | |||||
* | (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 |
| | |||||
* | (choose_mirror,mirrors) accept an optional argument enabling to | Thierry Vignaud | 2007-03-22 | 1 | -3/+4 |
| | | | | | override the architecture (needed for #28409) | ||||
* | (interactive_msg) enable to pack extra widgets | Thierry Vignaud | 2007-03-22 | 1 | -0/+1 |
| | |||||
* | (run_treeview_dialog) once we updated some packages, refresh the list | Thierry Vignaud | 2007-03-22 | 1 | -1/+1 |
| | | | | | _after_ updating the packagel list | ||||
* | updated po file | Pablo Saratxaga | 2007-03-22 | 2 | -137/+78 |
| | |||||
* | (perform_installation) workaround cannot selecting a selected then | Thierry Vignaud | 2007-03-22 | 1 | -1/+11 |
| | | | | | unselected package witth deps (#28613) | ||||
* | bump release (3.57) | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | handle root directory not being /root | Thierry Vignaud | 2007-03-21 | 1 | -2/+2 |
| | |||||
* | if EUID is 0, always read config file in root directory | Thierry Vignaud | 2007-03-21 | 1 | -0/+1 |
| | |||||
* | (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 |
| | |||||
* | bump release (3.56) | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | show main_window earlier so that mcc doesn't complain we exited abnormally b/c | Thierry Vignaud | 2007-03-21 | 2 | -2/+5 |
| | | | | | no window was displayed (#29573) | ||||
* | (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 |
| | |||||
* | bump release (3.55) | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | (build_tree) fix crash (#29707) | Thierry Vignaud | 2007-03-20 | 1 | -3/+2 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2007-03-20 | 1 | -11/+16 |
| | |||||
* | bump release (3.54) | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) bump copyright years | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | (run_treeview_dialog) adjust somewhat the margins around the checkboxes | Thierry Vignaud | 2007-03-20 | 1 | -3/+3 |
| | |||||
* | update | Tomasz Bednarski | 2007-03-20 | 1 | -3/+8 |
| | |||||
* | bump release (3.53) | Thierry Vignaud | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | keep all packages around (fix 'unable to update in "installed" view', #27629) | Thierry Vignaud | 2007-03-19 | 3 | -27/+27 |
| | |||||
* | (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 |
| | |||||
* | kill useless parameter ($pkgs is a global variable...) | Thierry Vignaud | 2007-03-19 | 1 | -3/+3 |
| | |||||
* | (run_treeview_dialog) reduce margins around horizontal separator | Thierry Vignaud | 2007-03-19 | 1 | -3/+1 |
| | |||||
* | (run_treeview_dialog) make it fit in 800x600 | Thierry Vignaud | 2007-03-19 | 1 | -2/+2 |
| | |||||
* | (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) kill an old uglyness from gc | Thierry Vignaud | 2007-03-19 | 1 | -1/+0 |
| | |||||
* | (run_treeview_dialog,ask_browse_tree_given_widgets_for_rpmdrake) split | Thierry Vignaud | 2007-03-19 | 2 | -7/+11 |
| | | | | | | | | 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 |
| | |||||
* | rename base.png as state_base.png since we now display it again | Thierry Vignaud | 2007-03-19 | 1 | -0/+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 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-03-17 | 1 | -196/+118 |
| |