Mercurial > hg > sonic-visualiser
log main/MainWindow.cpp @ 746:6fadabe80ad8
age | author | description |
---|---|---|
Wed, 02 Jul 2014 15:09:51 +0100 | Chris Cannam | Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself. |
Tue, 01 Jul 2014 15:33:51 +0100 | Chris Cannam | Only update message if it has actually changed |
Tue, 17 Jun 2014 16:42:51 +0100 | Chris Cannam | Various size_t etc removals, and compiler warning fixes warnfix_no_size_t |
Tue, 03 Jun 2014 11:13:53 +0100 | Chris Cannam | Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt5 |
Fri, 09 May 2014 17:15:50 +0100 | Chris Cannam | Merge from default branch tony_integration |
Wed, 02 Apr 2014 08:50:18 +0100 | Chris Cannam | Remove tool-specific keyboard shortcut reference registration from Pane and put it in MainWindow (as it depends on which tools are in use) tony_integration |
Fri, 28 Mar 2014 15:43:04 +0000 | Chris Cannam | Start up with the correct values of toggleable menu entries |