GNOME Bugzilla – Bug 622941
right click on column header to choose columns
Last modified: 2014-02-06 13:30:27 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.
Agreed. This is the intuitive way to do it. Banshee and Evolution has this. Strangely, Rhythmbox doesn't.
I agree this would be nice. System Monitor has this too, by the way.
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?
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.
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
Review of attachment 249049 [details] [review]: Looks good, thanks!
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.
*** Bug 723723 has been marked as a duplicate of this bug. ***