summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-10-01 00:49:50 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2013-10-01 01:46:39 +0900
commit5bd79484ca3d2ffc4944ead737b73f579f92e3ee (patch)
tree6bfe5bc58927125244951a07ea7c8fcc1e1abbbc /ChangeLog
parent0fb7dd08ce639f4c709822b58b6078c8187e9e7a (diff)
downloadelementary-5bd79484ca3d2ffc4944ead737b73f579f92e3ee.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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.