log

age author description
Tue, 09 Feb 2016 10:59:36 +0000 Chris Cannam Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing 3.0-integration
Tue, 09 Feb 2016 10:21:30 +0000 Chris Cannam Clumsily avoid segfault on pulse shutdown 3.0-integration
Thu, 04 Feb 2016 11:23:03 +0000 Chris Cannam Update i18n files 3.0-integration
Thu, 04 Feb 2016 11:22:30 +0000 Chris Cannam Merge from default branch 3.0-integration
Thu, 04 Feb 2016 11:20:37 +0000 Chris Cannam Merge subrepos 3.0-integration
Thu, 04 Feb 2016 11:12:36 +0000 Chris Cannam Merge from branch "spectrogram-minor-refactor" 3.0-integration
Wed, 03 Feb 2016 16:51:37 +0000 Chris Cannam Truncate edges when about to paint beyond limits of cache spectrogram-minor-refactor
Tue, 02 Feb 2016 16:00:31 +0000 Chris Cannam Don't use partial paints when zoomed in far enough to have boundary alignment concerns. (But boundary calculations are still wrong, leading to a logic error exception.) spectrogram-minor-refactor
Tue, 02 Feb 2016 15:34:39 +0000 Chris Cannam Comment spectrogram-minor-refactor
Tue, 02 Feb 2016 15:32:57 +0000 Chris Cannam Timing tweaks to reduce the number of repaints spectrogram-minor-refactor
Tue, 02 Feb 2016 14:28:00 +0000 Chris Cannam Fix cache validity boundary condition spectrogram-minor-refactor
Tue, 02 Feb 2016 10:44:07 +0000 Chris Cannam *Really* add overlooked file! spectrogram-minor-refactor
Tue, 02 Feb 2016 10:39:39 +0000 Chris Cannam Be a bit more flexible about which symbol to accept in resampler selection spectrogram-minor-refactor
Tue, 02 Feb 2016 10:31:04 +0000 Chris Cannam Revert last commit (wrong branch)
Tue, 02 Feb 2016 10:29:10 +0000 Chris Cannam Add overlooked file!
Mon, 01 Feb 2016 09:16:33 +0000 Chris Cannam Updated Czech localisation file from Pavel Fric
Sat, 30 Jan 2016 12:09:18 +0000 Chris Cannam Update subrepo
Sat, 30 Jan 2016 12:05:14 +0000 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
Fri, 29 Jan 2016 18:51:05 +0000 Chris Cannam Further fixes to the scrollable cache logic spectrogram-minor-refactor
Fri, 29 Jan 2016 15:08:01 +0000 Chris Cannam Start refactoring out the spectrogram image cache spectrogram-minor-refactor
Wed, 27 Jan 2016 19:27:11 +0000 Chris Cannam Subrepo update spectrogram-minor-refactor
Wed, 27 Jan 2016 19:26:41 +0000 Chris Cannam build fix spectrogram-minor-refactor
Wed, 27 Jan 2016 14:11:38 +0000 Chris Cannam OS/X updates spectrogram-minor-refactor
Wed, 27 Jan 2016 11:10:49 +0000 Chris Cannam Fix calculation of repaint area when we haven't scrolled but cache is not complete spectrogram-minor-refactor
Tue, 26 Jan 2016 17:21:46 +0000 Chris Cannam Start repainting from the middle -- but this is quite unreliable spectrogram-minor-refactor
Tue, 26 Jan 2016 14:44:26 +0000 Chris Cannam Fix return value from paintDrawBuffer in rightToLeft case; propagate timing change to PeakFrequencies version as well spectrogram-minor-refactor
Tue, 26 Jan 2016 13:19:53 +0000 Chris Cannam Draw right-to-left when adjoining an existing cache valid area on the right spectrogram-minor-refactor
Mon, 25 Jan 2016 16:16:21 +0000 Chris Cannam Make paint method do its own timing and abandon if it's taking too long (still needs some work on queueing correct repaints of the remainder) spectrogram-minor-refactor
Mon, 25 Jan 2016 15:52:26 +0000 Chris Cannam Rearrange cache update calculations so as to use the actual painted width returned by paint functions (though they only ever return the same width as requested, at this point) spectrogram-minor-refactor
Fri, 22 Jan 2016 18:12:41 +0000 Chris Cannam Avoid reusing a large paint width if the zoom level has changed (in case it has changed dramatically, as for example when the user hits the F key). Also some tidying and adjustment to timing stuff 3.0-integration