summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyuan Choi <ryuan.choi@gmail.com>2013-10-21 11:14:47 +0900
committerRyuan Choi <ryuan.choi@gmail.com>2013-10-21 14:06:04 +0900
commit5fd9c1e45232dd429dd1f2095e98269534caad77 (patch)
treec8afd72369e0b4cd2241e62580b04c4f1bcec5b5 /ChangeLog
parent2d77ef096f890337ccf60f19f188cdc2960232d6 (diff)
downloadelementary-5fd9c1e45232dd429dd1f2095e98269534caad77.tar.gz
elc_fileselector: Update items of file_view to follow changes of selected path
This patch implmented for fileselector to monitor and update changes of selected path. So, changes of selected path from other applications such as mkdir will be applied to the file_view without refresh. This feature is only available with EIO.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2358d2b22..e85f25168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1711,3 +1711,7 @@
2013-10-18 Ryuan Choi (ryuan)
* fileselector : Add support visibility control of hidden files/directories.
+
+2013-10-21 Ryuan Choi (ryuan)
+
+ * fileselector : Monitor and update changes of selected path automatically while EIO is working.