aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (perform_installation) do not reload package databases when canceling installingThierry Vignaud2007-03-211-1/+1
|
* (build_tree) fix crash (#29707)Thierry Vignaud2007-03-201-3/+2
|
* keep all packages around (fix 'unable to update in "installed" view', #27629)Thierry Vignaud2007-03-192-26/+26
|
* (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
|
* (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,ask_browse_tree_given_widgets_for_rpmdrake) splitThierry Vignaud2007-03-191-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 Vignaud2007-03-191-2/+1
|
* (set_node_state_flat) kill a debug statementThierry Vignaud2007-03-191-1/+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
|
* (perform_installation) display global count as well as transaction count (#XXXX)Thierry Vignaud2007-03-161-3/+4
|
* (get_pkgs) revert a bogus change that went in r144310Thierry Vignaud2007-03-151-1/+1
|
* (get_pkgs,perform_installation,perform_removal) fix transient hintsThierry Vignaud2007-03-151-3/+3
|
* (init) size window rather than progressbar and increase default size in ↵Thierry Vignaud2007-03-151-2/+2
| | | | order to prevent resizing
* (get_pkgs) do not ask again to update media after doing some actionsThierry Vignaud2007-03-151-2/+4
|
* (compute_main_window_size) factorize strange typicall width computing hereThierry Vignaud2007-03-151-1/+9
|
* (downwards_callback, upwards_callback) refresh button states after moving aThierry Vignaud2007-03-131-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 Vignaud2007-03-091-4/+9
|
* (easy_add_callback) fix crash when adding sources on startup (#29252)Thierry Vignaud2007-03-071-0/+1
|
* bump release (3.42)Thierry Vignaud2007-03-071-1/+1
|
* fix wrong count number while dowloading packages and sync messages with ↵Thierry Vignaud2007-03-071-5/+11
| | | | urpmi/gurpmi ones (#29237)
* I forgot to bump version numberThierry Vignaud2007-03-071-1/+1
|
* split out Gtk2::Mdv::TextViewThierry Vignaud2007-03-071-0/+52
|
* (format_pkg_simplifiedinfo) show again version, currently installed version ↵Thierry Vignaud2007-03-071-1/+17
| | | | (#26946), source medium (#23153), size, architecture (#26410)
* kill unused columnThierry Vignaud2007-03-071-1/+0
|
* (keys_callback) improved layout (homogeneize button labels; make them ↵Thierry Vignaud2007-03-071-2/+2
| | | | shorter (just a verb))
* (keys_callback) switch to "pijama" modeThierry Vignaud2007-03-071-0/+1
|
* use symbolic constants rather than hardcoding values everywhereThierry Vignaud2007-03-071-13/+27
|
* (pkgs_provider) if "pure_updates" option is given, do not pass over ↵Thierry Vignaud2007-03-061-2/+2
| | | | installable packages
* remove parameters which are the defaultPascal Rigaux2007-03-061-2/+0
|
* reuse an urpmi stringThierry Vignaud2007-03-061-1/+2
|
* (remove_callback) fix removing several medium (#29203)Thierry Vignaud2007-03-061-1/+1
|
* (edit_callback) kill a commentThierry Vignaud2007-03-061-1/+1
|
* (edit_callback) fix editing a medium (#29204)Thierry Vignaud2007-03-061-1/+1
|
* display version number if --version is given (#28858)Thierry Vignaud2007-03-061-0/+6
|
* (perform_installation) kill dead codeThierry Vignaud2007-03-061-7/+0
|
* on first run, offer to set up the packages sources (#28050)Thierry Vignaud2007-03-061-0/+14
|
* (mainwindow) set down/edit/remove/up buttons insensitive by defaultThierry Vignaud2007-03-061-0/+2
|
* (mainwindow,run) returns whether we've changed anything or notThierry Vignaud2007-03-061-3/+16
|
* (perform_removal) display a wait message while removing packagesThierry Vignaud2007-03-061-0/+2
|