aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* if EUID is 0, always read config file in root directoryThierry Vignaud2007-03-211-0/+1
|
* (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
|
* bump release (3.56)Thierry Vignaud2007-03-211-1/+1
|
* show main_window earlier so that mcc doesn't complain we exited abnormally b/cThierry Vignaud2007-03-212-2/+5
| | | | | no window was displayed (#29573)
* (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
|
* (perform_installation) do not reload package databases when canceling installingThierry Vignaud2007-03-211-1/+1
|
* bump release (3.55)Thierry Vignaud2007-03-201-1/+1
|
* (build_tree) fix crash (#29707)Thierry Vignaud2007-03-201-3/+2
|
* Updated Estonian translation.Marek Laane2007-03-201-11/+16
|
* bump release (3.54)Thierry Vignaud2007-03-201-1/+1
|
* (run_treeview_dialog) bump copyright yearsThierry Vignaud2007-03-201-1/+1
|
* (run_treeview_dialog) adjust somewhat the margins around the checkboxesThierry Vignaud2007-03-201-3/+3
|
* updateTomasz Bednarski2007-03-201-3/+8
|
* bump release (3.53)Thierry Vignaud2007-03-191-1/+1
|
* keep all packages around (fix 'unable to update in "installed" view', #27629)Thierry Vignaud2007-03-193-27/+27
|
* (perform_installation) do refresh the list even if a transactionThierry Vignaud2007-03-191-1/+1
| | | | | failed, if at least one package was installed (#29384)
* (get_pkgs) simplifyThierry Vignaud2007-03-191-4/+5
|
* kill useless parameter ($pkgs is a global variable...)Thierry Vignaud2007-03-191-3/+3
|
* (run_treeview_dialog) reduce margins around horizontal separatorThierry Vignaud2007-03-191-3/+1
|
* (run_treeview_dialog) make it fit in 800x600Thierry Vignaud2007-03-191-2/+2
|
* (do_action) rename as do_action__real() and introduce the do_action()Thierry Vignaud2007-03-191-1/+11
| | | | | wrapper so that crashes got caught more nicely
* (ask_browse_tree_given_widgets_for_rpmdrake) do not do anything on keyThierry Vignaud2007-03-191-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 gcThierry Vignaud2007-03-191-1/+0
|
* (run_treeview_dialog,ask_browse_tree_given_widgets_for_rpmdrake) splitThierry Vignaud2007-03-192-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 Vignaud2007-03-191-2/+1
|
* (set_node_state_flat) kill a debug statementThierry Vignaud2007-03-191-1/+0
|
* rename base.png as state_base.png since we now display it againThierry Vignaud2007-03-191-0/+0
|
* (node_state) do display it's a base package when needed (wasn't done since ↵Thierry Vignaud2007-03-191-2/+2
| | | | 2007.0)
* (node_state) do not hardcode icon pathThierry Vignaud2007-03-191-1/+1
|
* update translation for HebrewDotan Kamber2007-03-171-196/+118
|
* fixing translation and translating new entriesFelipe Arruda2007-03-161-54/+48
|
* updateArpad Biro2007-03-161-5/+9
|
* Japanese translation updated.Yukiko Bando2007-03-161-4/+9
|
* merge translations from gaim for ka & kuThierry Vignaud2007-03-162-20/+30
|
* bump release (3.52)Thierry Vignaud2007-03-161-1/+1
|
* (perform_installation) display global count as well as transaction count (#XXXX)Thierry Vignaud2007-03-161-3/+4
|
* use fixed modeThierry Vignaud2007-03-162-2/+13
|
* bump release (3.51)Thierry Vignaud2007-03-151-1/+1
|
* minor perl_checker cleanupThierry Vignaud2007-03-151-1/+1
|
* (choose_mirror) rename "msg" as "errors" (more understandable)Thierry Vignaud2007-03-151-4/+4
|
* (choose_mirror) catch error message early in case remove_wait_msg() alters itThierry Vignaud2007-03-151-2/+2
|
* (mirrors) don't report cryptic "undefined value as array" error message (#27429)Thierry Vignaud2007-03-151-1/+1
|
* bump release (3.50)Thierry Vignaud2007-03-151-1/+1
|
* (run_treeview_dialog) when filling the package list, use the "busy" cursor ↵Thierry Vignaud2007-03-151-1/+1
| | | | on the whole window