aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Expand)AuthorAgeFilesLines
* (pkgs_provider) fix listing updates per importance (#41331) ;distro/mdv2008.0Thierry Vignaud2008-09-171-1/+3
* (toggle_all) fix crashing when selecting all packages (#40025)Thierry Vignaud2008-09-091-1/+1
* (node_state) just skip non existing packages (#36529)Thierry Vignaud2008-02-131-1/+6
* (closure_removal) temporary throw away rejected state in order toThierry Vignaud2007-09-271-1/+1
* unexport closure_removal()Thierry Vignaud2007-09-271-1/+1
* kill get_name() hackeryThierry Vignaud2007-09-251-9/+2
* add a FIXME noteThierry Vignaud2007-09-241-0/+1
* (closure_removal) keep rejected data so that we can count size of removed pac...Thierry Vignaud2007-09-241-1/+1
* (toggle_nodes) properly account size of update packages (#33851)Thierry Vignaud2007-09-211-1/+1
* (closure_removal, perform_installation) revert a change that introduced aThierry Vignaud2007-09-201-0/+1
* (toggle_nodes) fix counting size of selected package (#32506); maybe should weThierry Vignaud2007-09-201-2/+3
* (closure_removal) keep around rejected data so that we can count size of remo...Thierry Vignaud2007-09-201-1/+0
* export get_summary()Thierry Vignaud2007-09-191-1/+1
* (format_name_n_summary) factorize package name and summary formatting thereThierry Vignaud2007-09-191-2/+1
* (extract_header,format_pkg_simplifiedinfo) indent expanders' contentsThierry Vignaud2007-09-171-2/+2
* (add_node) make package names appear in boldThierry Vignaud2007-09-171-1/+2
* (format_pkg_simplifiedinfo) force align "name - summary" to the rightThierry Vignaud2007-09-171-1/+4
* (format_pkg_simplifiedinfo) urpmi-4.10.10 enables to list all packagesThierry Vignaud2007-09-141-1/+1
* (format_pkg_simplifiedinfo) workaround strange vificationThierry Vignaud2007-09-141-3/+3
* (format_pkg_simplifiedinfo) simplifyThierry Vignaud2007-09-131-5/+7
* (format_pkg_simplifiedinfo) run the regular user browser (#31021)Thierry Vignaud2007-09-131-1/+1
* (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg intoThierry Vignaud2007-09-111-0/+1
* (get_summary) simplify (since perl-URPM-1.56, perl knows that strings from rpmThierry Vignaud2007-09-101-1/+1
* (add_node) display summary tooThierry Vignaud2007-09-061-1/+1
* (get_summary) split it out of format_pkg_simplifiedinfo()Thierry Vignaud2007-09-061-2/+8
* (add_node,run_treeview_dialog) display package name, version & arch as 3Thierry Vignaud2007-09-061-1/+9
* (get_name) make it work for rpmdrake tooThierry Vignaud2007-09-031-2/+1
* (get_name) really move itThierry Vignaud2007-09-031-0/+6
* (children) use get_name() in order to be able to select all packages fromThierry Vignaud2007-09-031-1/+3
* (get_name) move it from MandrivaUpdate into Rpmdrake/gui.pmThierry Vignaud2007-09-031-1/+1
* (fast_toggle) enable to select a package listed in urpmi's skip.list (#31548)Thierry Vignaud2007-09-031-0/+6
* (fast_toggle) use before_leaving() (needed for next commit)Thierry Vignaud2007-09-031-1/+1
* 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
* implement --auto option (#16093)Thierry Vignaud2007-08-101-0/+1
* (deps_msg,perform_installation,toggle_nodes) use new formatlistpkg() for bett...Thierry Vignaud2007-08-101-3/+4
* (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
* (callback_choices) fix selecting first choice, thus preventing askingThierry Vignaud2007-04-241-1/+1