! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Optional single click support
Status:
CLOSED: FIXED
Severity:
enhancement

Comments

Description Mikko Linnalo 2006-01-29 18:17:07 CET
To make Thunar more user friendly and to satisfy a large user group (half
maybe?), optional single click support is needed. This option could be located
in file manager preferences as a tick box (check box). 

Single click support would be consistent with the Rox file manager, which most
of Xfce users were using before Thunar was introduced. Also Xfce settings
manager kind of uses single click.

Reproducible: Always
Steps to Reproduce:
Comment 1 Benedikt Meurer editbugs 2006-02-15 23:58:29 CET
Created attachment 447 
First patch for single-click in the detailed list view
Comment 2 Benedikt Meurer editbugs 2006-02-23 23:50:07 CET
Committed with revision 20009.

2006-02-24	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-preferences.c, docs/README.thunarrc: Add new preference
	  MiscSingleClick, which controls whether single click navigation
	  should be used.
	* thunar/thunar-preferences-dialog.c(thunar_preferences_dialog_init):
	  Add single/double-click options to the preferences dialog.
	* thunar/thunar-pango-extensions.{c,h}: Add new helper function
	  thunar_pango_attr_list_underline_single(), which returns a Pango
	  attribute list for single-underlined text rendering.
	* thunar/thunar-text-renderer.c: Add "follow-prelit" property, which
	  controls whether the text renderer should highlight text using the
	  single underline attribute when a row/item is highlighted.
	* thunar/thunar-details-view.c, thunar/thunar-icon-view.c,
	  thunar/thunar-shortcuts-view.c, thunar/thunar-standard-view.c: Add
	  support for single click navigation to the details and icon views,
	  and also to the shortcuts view. Bug #1396.

Bug #1396

Reported by:
Mikko Linnalo
Reported on: 2006-01-29
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.0alpha

Attachments

Additional information