elc_fileselector: Add fileselector_double_tap_navigation_enable configuration
authorRyuan Choi <ryuan.choi@gmail.com>
Mon, 30 Sep 2013 15:49:50 +0000 (00:49 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Mon, 30 Sep 2013 16:46:39 +0000 (01:46 +0900)
commit5bd79484ca3d2ffc4944ead737b73f579f92e3ee
tree6bfe5bc58927125244951a07ea7c8fcc1e1abbbc
parent0fb7dd08ce639f4c709822b58b6078c8187e9e7a
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
NEWS
config/standard/base.src
src/lib/elc_fileselector.c
src/lib/elm_config.c
src/lib/elm_priv.h
src/lib/elm_widget_fileselector.h