Mercurial > hg > svapp
log framework/MainWindowBase.cpp @ 409:41242512d544
age | author | description |
---|---|---|
Wed, 03 Sep 2014 09:35:56 +0100 | Chris Cannam | Fix one actual null pointer deref and a couple of potential ones, plus an uninitialised value (from coverity scan) |
Tue, 02 Sep 2014 16:06:41 +0100 | Chris Cannam | Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work) |
Mon, 01 Sep 2014 13:37:22 +0100 | Chris Cannam | Handle keyboard shortcuts with Shift modifier in the same way as those with no modifier |
Wed, 13 Aug 2014 16:44:44 +0100 | Chris Cannam | Comments and tidy |
Wed, 13 Aug 2014 15:05:19 +0100 | Chris Cannam | Try descending through menu hierarchy from the top rather than just looking for any objects that are children of menus |
Wed, 13 Aug 2014 11:49:45 +0100 | Chris Cannam | More debug |
Wed, 13 Aug 2014 11:32:35 +0100 | Chris Cannam | Connect the signal only once! |
Wed, 13 Aug 2014 10:11:25 +0100 | Chris Cannam | Attempt to get rebuilt-shortcuts working on OS/X (unsuccessfully) |