aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Expand)AuthorAgeFilesLines
* (format_pkg_simplifiedinfo) handle invalid UTF8 summaries, thus fixingThierry Vignaud2007-05-021-1/+2
* (callback_choices) fix selecting first choice, thus preventing askingThierry Vignaud2007-04-241-1/+1
* (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
* (deps_msg) revert #28613 workaround which causes UTF-8 issues (#30029)Thierry Vignaud2007-04-021-11/+1
* (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 UTF...Thierry Vignaud2007-03-281-3/+3
* (set_node_state) set_node_state_tree() is now basically a wrapperThierry Vignaud2007-03-261-15/+3
* (ask_browse_tree_given_widgets_for_rpmdrake,set_node_state_flat) kill dead codeThierry Vignaud2007-03-261-34/+1
* (add_nodes) clear caches when emptying package list model (thus fixing gtk+ w...Thierry Vignaud2007-03-261-0/+1
* (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
* (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 mc...Thierry Vignaud2007-03-221-5/+5
* (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
* (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
* (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
* (ask_browse_tree_given_widgets_for_rpmdrake) do not do anything on keyThierry Vignaud2007-03-191-8/+0
* (run_treeview_dialog,ask_browse_tree_given_widgets_for_rpmdrake) splitThierry Vignaud2007-03-191-6/+6
* (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 20...Thierry Vignaud2007-03-191-2/+2
* (node_state) do not hardcode icon pathThierry Vignaud2007-03-191-1/+1
* (compute_main_window_size) factorize strange typicall width computing hereThierry Vignaud2007-03-151-1/+9
* (format_pkg_simplifiedinfo) show again version, currently installed version (...Thierry Vignaud2007-03-071-1/+17
* kill unused columnThierry Vignaud2007-03-071-1/+0
* 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 installab...Thierry Vignaud2007-03-061-2/+2
* (do_action) fix crash in MandrivaUpdateThierry Vignaud2007-03-011-1/+1
* (pkgs_provider) don't preselect anymore the updates when not started asThierry Vignaud2007-02-261-6/+1
* add missing round brackets around ternary expressionsThierry Vignaud2007-02-231-8/+6
* perl_checker cleanupsThierry Vignaud2007-02-231-4/+4
* ngettext fixesPablo Saratxaga2007-02-231-3/+8
* display translated summaries if availlableThierry Vignaud2007-02-221-1/+1
* kill "grep_allowed_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-2/+2
* kill "check_interactive_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-2/+2
* (ask_browse_tree_given_widgets_for_rpmdrake) split it in smaller functions;Thierry Vignaud2007-02-211-67/+73