summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2008-11-29 14:17:35 +0000
committerNick Schermer <nick@xfce.org>2008-11-29 14:17:35 +0000
commitbbc0ef01ed7d1399a840fc7db7d2dc5f73b3b810 (patch)
treec51678d6bb5f38b6eb0c5f9a42091667451a144c /ChangeLog
parentc13bbf8435b44dfc528739ab9b23509526818176 (diff)
downloadthunar-bbc0ef01ed7d1399a840fc7db7d2dc5f73b3b810.tar.gz
* thunar/thunar-tree-model.c, thunar/thunar-tree-model.h,
thunar/thunar-tree-view.c: Instead of unloading folders when their ref count is zero, we schedule a tree cleanup when a row is collapsed. The reason is simple: the reffing the treeview does is weird which results in glitches when scrolling a large tree. Also added some extra debug code. (Old svn revision: 28946)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d980ed7a..991b82d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-29 Nick Schermer <nick@xfce.org>
+
+ * thunar/thunar-tree-model.c, thunar/thunar-tree-model.h,
+ thunar/thunar-tree-view.c: Instead of unloading folders
+ when their ref count is zero, we schedule a tree cleanup when
+ a row is collapsed. The reason is simple: the reffing the
+ treeview does is weird which results in glitches when scrolling
+ a large tree.
+ Also added some extra debug code.
+
2008-11-28 Nick Schermer <nick@xfce.org>
* Revert pervious commit, not a good way to fix this.