Tue, 18 Aug 2020 14:49:36 +0100 |
Chris Cannam |
Fix wrongly-written test which made the mapping alignments line up wrongly in some cases where adjacent panes were related (but, because of this test, the alignment view thought they were not)
|
Fri, 14 Aug 2020 10:46:11 +0100 |
Chris Cannam |
Remove line of debug
|
Tue, 21 Jul 2020 14:02:12 +0100 |
Chris Cannam |
Merge
|
Tue, 21 Jul 2020 14:01:58 +0100 |
Chris Cannam |
This function is now C-linkage (with pointers) for simplicity after we pulled it optionally out into a separate DLL
|
Thu, 02 Jul 2020 15:37:43 +0100 |
Chris Cannam |
Where the "below" view represents only a subset of the "above" view, cut off the feature mappings at the outer edges of the "below" view - don't map everything outside this (it would all just map onto the same single points at beginning and end, which is excessive, confusing and not useful)
|
Tue, 30 Jun 2020 10:56:56 +0100 |
Chris Cannam |
Fix potential divide-by-zero (depending on a race elsewhere)
|
Thu, 18 Jun 2020 13:45:11 +0100 |
Chris Cannam |
Merge from branch csv-import-headers
|
Thu, 18 Jun 2020 11:52:29 +0100 |
Chris Cannam |
Support column headers, with user toggle; also distinguish visibly between tab and general whitespace delimiters
csv-import-headers
|
Tue, 16 Jun 2020 15:16:50 +0100 |
Chris Cannam |
Fix some Qt deprecations
|
Thu, 14 May 2020 16:38:09 +0100 |
Chris Cannam |
Profiling point
|
Thu, 14 May 2020 16:38:05 +0100 |
Chris Cannam |
It turns out icons are loaded repeatedly when recreating menus, causing an actually appreciable slowdown when some cases. Provide a cache
|
Mon, 11 May 2020 17:28:12 +0100 |
Chris Cannam |
Make ImageLayer able to report whether an image format can be opened
|
Wed, 06 May 2020 11:44:38 +0100 |
Chris Cannam |
Reduce font size when pane is very thin
|
Wed, 06 May 2020 09:08:37 +0100 |
Chris Cannam |
Reduce heights of alignment views if (they are visible and) we are squashed for space
|
Thu, 30 Apr 2020 14:47:13 +0100 |
Chris Cannam |
When asked to render the whole view width, we need to wait for the layers to be ready before we can determine what the width is
|