aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
Commit message (Expand)AuthorAgeFilesLines
* (format_changelog_string) highlight relevant parts of the changelog (#37208);Thierry Vignaud2008-02-081-3/+3
* (format_pkg_simplifiedinfo) store installed_versionThierry Vignaud2008-02-081-1/+2
* (format_pkg_simplifiedinfo) separate version and release by '-' in detailsThierry Vignaud2008-02-081-1/+1
* perl_checker cleanupsThierry Vignaud2008-02-081-2/+2
* (build_expander) simplify by passing only the used fieldThierry Vignaud2008-02-081-4/+4
* (format_pkg_simplifiedinfo, format_pkg_info) simplifyThierry Vignaud2008-02-081-19/+23
* (format_update_field) factorize formating of update fields (type & description)Thierry Vignaud2008-02-081-2/+2
* (build_tree,open_rpm_db,run_treeview_dialog,show_urpm_progress,Rpmdrake::widg...Thierry Vignaud2008-02-061-2/+2
* (build_expander,extract_header,format_pkg_simplifiedinfo)Thierry Vignaud2008-02-061-13/+32
* add a meta packages view (#34510)Thierry Vignaud2008-02-061-0/+1
* (deps_msg) display size of selection (#34123)Thierry Vignaud2008-02-061-1/+2
* (ask_browse_tree_given_widgets_for_rpmdrake) prevent selectingThierry Vignaud2008-01-231-0/+7
* (toggle_nodes) typo fix (Shlomi Fish, #36365)Thierry Vignaud2008-01-121-1/+1
* (sort_callback) introduce it in order to fix Gtk+ sorting by using RPM versio...Thierry Vignaud2007-12-061-0/+6
* (perform_installation,toggle_nodes) explain in statusbar long operationsThierry Vignaud2007-12-051-0/+5
* (format_pkg_simplifiedinfo) display release as part of version field in detai...Thierry Vignaud2007-10-231-2/+2
* (add_node,refresh_packages_list,run_treeview_dialog) split "release"Thierry Vignaud2007-10-231-2/+4
* (pkgs_provider) cleanupThierry Vignaud2007-10-231-1/+1
* (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