aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* ensure verion as reported by rpmdrake --version is uptodate (#29840)Thierry Vignaud2007-03-271-1/+1
|
* (perform_installation) return immediately on fatal error (wrongly removed in ↵Thierry Vignaud2007-03-261-0/+1
| | | | r148841)
* (extract_header) explain why we run ->pack_header()Thierry Vignaud2007-03-261-1/+1
|
* (get_pkgs) do not opencode urpm::media::statedir_descriptions()Thierry Vignaud2007-03-261-1/+1
|
* (warn_about_media) simplify tests workflow (more readable)Thierry Vignaud2007-03-261-4/+2
|
* (set_node_state) set_node_state_tree() is now basically a wrapperThierry Vignaud2007-03-261-15/+3
| | | | | | around set_node_state_flat(), doing the same checks; just merge them into their unique caller
* (ask_browse_tree_given_widgets_for_rpmdrake,set_node_state_flat) kill dead codeThierry Vignaud2007-03-261-34/+1
| | | | | now that we do not care about groups being selected, unselected or semiselected
* (add_nodes) clear caches when emptying package list model (thus fixing gtk+ ↵Thierry Vignaud2007-03-261-0/+1
| | | | warnings)
* (perform_removal) display a progress bar while removing packagesThierry Vignaud2007-03-261-0/+4
|
* (perform_removal) display which package is beging removedThierry Vignaud2007-03-261-0/+8
|
* (perform_installation) simplifyThierry Vignaud2007-03-261-3/+1
|
* (perform_installation) when canceling, reload the db if we removed sgThierry Vignaud2007-03-261-2/+3
| | | | | but didn't installed anything
* (perform_installation) rename return_with_exit_code goto label to moreThierry Vignaud2007-03-261-5/+5
| | | | | sensible return_with_exit_code
* (perform_installation) reload the database if we removed some packagesThierry Vignaud2007-03-261-2/+1
| | | | | but didn't installed anything in case of errors
* (perform_installation) simplify error managment now that we use before_leaving()Thierry Vignaud2007-03-261-1/+0
|
* (perform_installation) cleanup & simplify fatal errors managmentThierry Vignaud2007-03-261-6/+7
|
* (get_pkgs) do not pass a useless parameterThierry Vignaud2007-03-262-3/+3
|
* (get_pkgs) simplifyThierry Vignaud2007-03-261-9/+6
|
* (get_pkgs) we already set ->{fatal} to same valueThierry Vignaud2007-03-261-2/+0
|
* (warn_about_media) split it out of get_pkgs()Thierry Vignaud2007-03-231-35/+40
|
* (add_node) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-03-231-29/+30
|
* (deps_msg) split it out of toggle_nodes()Thierry Vignaud2007-03-231-15/+16
|
* (perform_installation) reindent & adjust commentThierry Vignaud2007-03-231-2/+3
|
* (perform_installation) fix installing more than selection in MandrivaUpdateThierry Vignaud2007-03-231-11/+14
|
* (do_action__real) now that return value is meaningfull, tell we didn'tThierry Vignaud2007-03-231-3/+3
| | | | | performed anything on early error
* (do_action__real) return whether we've removed/installed somethingThierry Vignaud2007-03-231-1/+3
|
* export node_state()Thierry Vignaud2007-03-231-1/+1
|
* (init) further size window in order to prevent resizingThierry Vignaud2007-03-231-1/+1
|
* revert r57586:57588, aka do not keep around the rpm db opened, thus making ↵Thierry Vignaud2007-03-222-12/+11
| | | | mcc closable again in mcc (#26069)
* (perform_installation) fix "unable to remove package" errors messagesThierry Vignaud2007-03-221-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 Vignaud2007-03-221-0/+1
|
* (perform_installation) better test for packages to remove (no more need to ↵Thierry Vignaud2007-03-221-1/+1
| | | | grep results)
* (add_node) fix gtk+ warnings (#26798)Thierry Vignaud2007-03-221-1/+1
|
* perl_checker cleanupThierry Vignaud2007-03-221-1/+1
|
* perl_checker cleanupsThierry Vignaud2007-03-221-2/+2
|
* (ask_browse_tree_given_widgets_for_rpmdrake) adjust commentThierry Vignaud2007-03-221-1/+1
|
* (do_action__real) use "pure_updates" option if in MandrivaUpdateThierry Vignaud2007-03-221-1/+1
|
* (callback_choices) do not show "cancel" button sinceThierry Vignaud2007-03-221-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 dialogThierry Vignaud2007-03-221-1/+1
|
* (easy_add_callback) display the right arch when selecting ia32 mediaThierry Vignaud2007-03-221-1/+4
| | | | | on x86_64 (side effect of #28409)
* (easy_add_callback) enable to select ia32 for adding media (#28409)Thierry Vignaud2007-03-221-0/+7
|
* (perform_installation) workaround cannot selecting a selected thenThierry Vignaud2007-03-221-1/+11
| | | | | unselected package witth deps (#28613)
* (perform_installation) ask confirmation _before_ actually removing packagesThierry Vignaud2007-03-211-3/+3
|
* (perform_installation) fix bogus "unable to remove package" warnings (#29291)Thierry Vignaud2007-03-211-1/+1
|
* (perform_installation) kill a debug statement :-(Thierry Vignaud2007-03-211-1/+1
|
* (perform_installation) simplify and make sure we restore the mainThierry Vignaud2007-03-211-4/+2
| | | | | window sensivity in case of an exception
* (perform_installation) display an empty line between the sentence and the listThierry Vignaud2007-03-211-1/+1
|
* (perform_parallel_install) previous commit nicely showed that errorThierry Vignaud2007-03-211-5/+9
| | | | | management was nuts so do display errors
* (perform_parallel_install) split it out of perform_install()Thierry Vignaud2007-03-211-19/+23
|
* (do_action) add support for 'cancel_perform' exceptionThierry Vignaud2007-03-211-1/+2
|