summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2011-10-16 21:35:39 +0000
committerTim E. Real <termtech@rogers.com>2011-10-16 21:35:39 +0000
commita65f03f8cefc3e1d2e6b71ace15789fc63795275 (patch)
tree7d7138e88f4dbd6c1dba3a67618dccf37973888c /muse2/ChangeLog
parentb071fa342f72770346e36b3564c9c225d9af791f (diff)
Fixed crashes reloading songs having open editors. Previous memleak fixes
revealed some problems. Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins. Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index d601817e..26bb1f1e 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,8 @@
+16.10.2011:
+ - Fixed crashes reloading songs having open editors. Previous memleak fixes revealed some problems. (Tim)
+ Installed bool TopWin::deleting(). It is set true when closeEvent() is called in any self-deleting TopWins.
+ Used it to make all such TopWins and their corresponding child canvasses ignore songChanged signals.
+ Test OK so far, multiple reloads of song with all track types, all windows open.
14.10.2011:
- Fixed keyboard navigation in tracks to work with hidden tracks (rj)
12.10.2011: