summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-09-10 18:47:30 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2013-09-10 19:11:43 +0900
commit74f308df90026fca68ef366f68a12ce9741b2b2b (patch)
tree89c6640d1df492e8fb53626ea5c275d608f46d83 /ChangeLog
parentbe9fa318b784a4a8b5c7c3d71a86129cb88eaaf8 (diff)
downloadelementary-74f308df90026fca68ef366f68a12ce9741b2b2b.tar.gz
elc_fileselector : Select path which user typed on path_entry.
Summary: In fileselector, user can write directory path or file path which they want. If then, fileselector navigates path when directory path is given, but just send a "selected" signal without real selection when file path or wrong path is given. With this path, - fileselector will navigate (if needed) and select file with signal when file path is given. - no action when wrong path is given.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d957f2948..9b701ef34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1598,3 +1598,8 @@
* ProgressBar: Added support for more than one progress status in a
single progress bar
+
+2013-09-10 Ryuan Choi (ryuan)
+
+ * elc_fileselector : Navigate (if needed) and select file with "selected"
+ signal when user typed file path on path_entry.