From b21eb767363f787bae9ae52df04df99940f60276 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Oct 2016 10:50:01 +0200 Subject: add tooltip to status column (mga#7962) --- rpmdrake | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'rpmdrake') diff --git a/rpmdrake b/rpmdrake index 05573ce3..43b53793 100755 --- a/rpmdrake +++ b/rpmdrake @@ -381,6 +381,14 @@ sub run_treeview_dialog { ); $rdr->set_fixed_size(34, 24); $pixcolumn->set_sort_column_id($pkg_columns{state}); + $pixcolumn->get_button->set_tooltip_markup( + join("\n", N("The icon shows the package status:"), + N("A green icon means the package is installed"), + N("A blue icon means this is an update for an installed package"), + N("A red stop sign means the package cannot be removed"), # " as it's part of base system" + N("An orange icon with a down arrow means this package has been selected to be installed"), + N("A red icon with an up arrow means this package has been selected to be uninstalled") + )); compute_main_window_size($w); -- cgit v1.2.1