aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Collapse)AuthorAgeFilesLines
* rename options as rpmdrake_options so that we can reuse urpm::args somedayThierry Vignaud2007-08-271-1/+1
|
* first attempt to provide a "Backports" view (it only looks at first disabled ↵Thierry Vignaud2007-08-241-0/+1
| | | | backport medium)
* implement --auto option (#16093)Thierry Vignaud2007-08-101-0/+1
|
* (deps_msg,perform_installation,toggle_nodes) use new formatlistpkg() for ↵Thierry Vignaud2007-08-101-3/+4
| | | | better rendering
* (toggle_nodes) prevent bad wrapping when additional packages are neededThierry Vignaud2007-08-101-1/+1
|
* (open_db) rename as open_rpm_db() for consistency with open_urpmi_db()Thierry Vignaud2007-08-011-5/+5
|
* (toggle_all) kill debug statementThierry Vignaud2007-07-051-1/+0
|
* (children) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-07-051-2/+6
|
* (toggle_all) be consistent with the used gdkwindowThierry Vignaud2007-07-051-1/+1
|
* (add_node) probably neededThierry Vignaud2007-07-051-0/+1
|
* (add_parent,set_node_state_tree) clean used modelThierry Vignaud2007-07-051-2/+1
|
* export toggle_all()Thierry Vignaud2007-07-051-1/+1
|
* (toggle_all) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-07-051-12/+16
|
* (grep_unselected) make a function out of itThierry Vignaud2007-07-051-1/+3
|
* (update_size) split it out of ask_browse_tree_given_widgets_for_rpmdrake()Thierry Vignaud2007-07-051-13/+14
|
* (format_pkg_simplifiedinfo) simplifyThierry Vignaud2007-06-281-1/+1
|
* (format_pkg_simplifiedinfo) handle invalid UTF8 summaries, thus fixingThierry Vignaud2007-05-021-1/+2
| | | | | crash (#30409)
* (callback_choices) fix selecting first choice, thus preventing askingThierry Vignaud2007-04-241-1/+1
| | | | | again the same question if choosing the first one
* (format_pkg_simplifiedinfo) small improvementThierry Vignaud2007-04-031-1/+1
|
* (format_pkg_simplifiedinfo) fix error message when looking at aThierry Vignaud2007-04-031-3/+5
| | | | | package when there's no medium (eg: One)
* (deps_msg) revert #28613 workaround which causes UTF-8 issues (#30029)Thierry Vignaud2007-04-021-11/+1
| | | | | as it is now really fixed in urpmi
* (get_info) simplify according to format_pkg_simplifiedinfo() changesThierry Vignaud2007-03-281-6/+1
|
* (format_pkg_simplifiedinfo) do display some data if only one field is not ↵Thierry Vignaud2007-03-281-3/+3
| | | | UTF-8 valid
* (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)
* (get_pkgs) do not pass a useless parameterThierry Vignaud2007-03-261-1/+1
|
* (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
|
* (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
|
* revert r57586:57588, aka do not keep around the rpm db opened, thus making ↵Thierry Vignaud2007-03-221-5/+5
| | | | mcc closable again in mcc (#26069)
* (ask_browse_tree_given_widgets_for_rpmdrake) export clear_all_caches()Thierry Vignaud2007-03-221-0/+1
|
* (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
|
* (perform_installation) workaround cannot selecting a selected thenThierry Vignaud2007-03-221-1/+11
| | | | | unselected package witth deps (#28613)
* (do_action) add support for 'cancel_perform' exceptionThierry Vignaud2007-03-211-1/+2
|
* (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-191-14/+12
|
* (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
|