From 5bd79484ca3d2ffc4944ead737b73f579f92e3ee Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Tue, 1 Oct 2013 00:49:50 +0900 Subject: elc_fileselector: Add fileselector_double_tap_navigation_enable configuration elm_filechooser used single tap not only for selection of file but also for navigation of directory. So it did not provide a way to select directory without navigation. With fileselector_double_tap_navigation_enable option, single tap will be used only for selection and double tap will be used for navigation of file or directory. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7dc0c7ac2..e3bce088d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1659,3 +1659,8 @@ the content is static object and it won't be updated by content position. This actually reduces the mapbuf calculation time muchly in case of complex layout. + +2013-10-01 Ryuan Choi (ryuan) + + * fileselector: Add the configuration fileselector_double_tap_navigation_enable. + It makes fileselector navigate folder using double tap instead of single tap. -- cgit v1.2.1