After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622941 - right click on column header to choose columns
right click on column header to choose columns
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: List View
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 723723 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-06-27 12:45 UTC by Nicolò Chieffo
Modified: 2014-02-06 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bug 622941 - Show column chooser when header is right clicked (6.28 KB, patch)
2013-07-12 04:59 UTC, Garrett Regier
reviewed Details | Review
Bug 622941 - Show column chooser when header is right clicked v2 (7.77 KB, patch)
2013-07-12 20:49 UTC, Garrett Regier
committed Details | Review

Description Nicolò Chieffo 2010-06-27 12:45:05 UTC
When right clicking on the column headers (Name, Size, Type, ...) it could be great to have a small popup with checkboxes, to select which columns to show/hide.
Comment 1 Allan Day 2010-06-28 11:21:01 UTC
Agreed. This is the intuitive way to do it. Banshee and Evolution has this. Strangely, Rhythmbox doesn't.
Comment 2 Adam Dingle 2013-04-11 14:19:59 UTC
I agree this would be nice.  System Monitor has this too, by the way.
Comment 3 Garrett Regier 2013-07-12 04:59:31 UTC
Created attachment 248983 [details] [review]
Bug 622941 - Show column chooser when header is right clicked

Should I also add a "Use Default" item to the menu?
Comment 4 Cosimo Cecchi 2013-07-12 17:33:36 UTC
Review of attachment 248983 [details] [review]:

Yeah, I think having "Use Default" there would be useful and consistent with the column chooser dialog.

::: src/nautilus-list-view.c
@@ +1511,3 @@
+	GtkWidget *menu_item;
+
+	                                 list);

Please use GDK_BUTTON_SECONDARY here.
Comment 5 Garrett Regier 2013-07-12 20:49:22 UTC
Created attachment 249049 [details] [review]
Bug 622941 - Show column chooser when header is right clicked v2

(In reply to comment #4)
> Review of attachment 248983 [details] [review]:
> 
> Yeah, I think having "Use Default" there would be useful and consistent with
> the column chooser dialog.
> 

Done

> ::: src/nautilus-list-view.c
> @@ +1511,3 @@
> +    GtkWidget *menu_item;
> +
> +                                     list);
> 
> Please use GDK_BUTTON_SECONDARY here.

Fixed
Comment 6 Cosimo Cecchi 2013-07-12 22:01:34 UTC
Review of attachment 249049 [details] [review]:

Looks good, thanks!
Comment 7 Garrett Regier 2013-07-13 21:59:52 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 8 António Fernandes 2014-02-06 13:30:27 UTC
*** Bug 723723 has been marked as a duplicate of this bug. ***