Thu, 22 Nov 2018 14:56:18 +0000 |
Chris Cannam |
Fixes from clang modernize-use-override
fix-static-analysis
|
Wed, 21 Nov 2018 12:30:40 +0000 |
Chris Cannam |
Deb fixes
|
Wed, 21 Nov 2018 11:55:01 +0000 |
Chris Cannam |
Fix some typos in deb scripts
|
Wed, 21 Nov 2018 11:41:54 +0000 |
Chris Cannam |
File extension
|
Wed, 21 Nov 2018 11:26:12 +0000 |
Chris Cannam |
+x
|
Wed, 21 Nov 2018 11:25:43 +0000 |
Chris Cannam |
Experimental Docker deb package build
|
Fri, 16 Nov 2018 14:32:41 +0000 |
Chris Cannam |
Added tag sv_v3.2pre1 for changeset 3fc52a2fadce
|
Fri, 16 Nov 2018 09:52:37 +0000 |
Chris Cannam |
This seems to be necessary in order to bail out properly
sv_v3.2pre1
|
Fri, 16 Nov 2018 09:47:05 +0000 |
Chris Cannam |
This actual release will be pre1
|
Fri, 16 Nov 2018 09:02:23 +0000 |
Chris Cannam |
Update translation strings again
|
Fri, 16 Nov 2018 09:02:16 +0000 |
Chris Cannam |
Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
|
Thu, 15 Nov 2018 15:26:12 +0000 |
Chris Cannam |
Update CHANGELOG
|
Thu, 15 Nov 2018 15:08:30 +0000 |
Chris Cannam |
Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
|
Thu, 15 Nov 2018 14:22:02 +0000 |
Chris Cannam |
Handle integer pixel scaling as well
|
Thu, 15 Nov 2018 14:04:56 +0000 |
Chris Cannam |
Scale pen for retina display on macOS as well as for hidpi display elsewhere
|
Thu, 15 Nov 2018 14:00:42 +0000 |
Chris Cannam |
LTO on macOS as well
|
Thu, 15 Nov 2018 13:07:00 +0000 |
Chris Cannam |
Slice layer reworking, again
|
Thu, 15 Nov 2018 13:05:20 +0000 |
Chris Cannam |
Experiment with LTO on gcc build
|
Thu, 15 Nov 2018 09:03:51 +0000 |
Chris Cannam |
AppVeyor updated to 5.11.2 I see
|
Wed, 14 Nov 2018 15:49:27 +0000 |
Chris Cannam |
Remove oversampling from prefs, now it's in spectrogram layer properties; fixes to spectrum x-axis calculations
|
Wed, 14 Nov 2018 15:14:42 +0000 |
Chris Cannam |
We need to draw illumination label *after* the spectrum...
|
Wed, 14 Nov 2018 15:04:16 +0000 |
Chris Cannam |
Fix some incorrect pixel scaling
|
Wed, 14 Nov 2018 14:29:46 +0000 |
Chris Cannam |
Minor subrepo update
|
Wed, 14 Nov 2018 14:28:38 +0000 |
Chris Cannam |
Merge from branch spectrogramparam
|
Wed, 14 Nov 2018 14:17:29 +0000 |
Chris Cannam |
Fixes to spectrum log scale, etc
spectrogramparam
|
Wed, 14 Nov 2018 11:01:38 +0000 |
Chris Cannam |
Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling
spectrogramparam
|
Tue, 13 Nov 2018 15:17:09 +0000 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
Tue, 13 Nov 2018 14:49:11 +0000 |
Chris Cannam |
Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)
spectrogramparam
|
Tue, 13 Nov 2018 14:09:30 +0000 |
Chris Cannam |
Ensure that operations that need to iterate through action maps in order (most pointedly MainWindow::updateLayerShortcutsFor) get to do it in order of construction and not arbitrary pointer order. Fixes incorrect shortcut associations for add-layer/pane shortcuts in some cases
spectrogramparam
|
Tue, 13 Nov 2018 14:09:25 +0000 |
Chris Cannam |
Fixes to spectrum peak picking, & make zoom-to-region work sensibly there
spectrogramparam
|