2019-07-03 |
Chris Cannam |
Fix a number of Qt deprecation warnings
by-id
|
2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-06-22 |
Chris Cannam |
Collect the bits of bookkeeping for mouse wheel events, and use in all widgets
|
2018-03-01 |
Chris Cannam |
Untabify
|
2016-12-15 |
Chris Cannam |
Some adjustments to make view elements clearer and more correctly sized, especially on hidpi (non-pixel-doubling) systems
levelpanwidget
|
2016-12-15 |
Chris Cannam |
Retina thumbwheels
levelpanwidget
|
2015-03-10 |
Chris Cannam |
More type fixes
cxx11
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
2013-03-11 |
Chris Cannam |
Build fixes for Qt5
qt5
|
2011-06-14 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
2011-05-16 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
2009-08-03 |
Chris Cannam |
* some work on improving region editing -- incomplete
|
2009-08-03 |
Chris Cannam |
* spiff up thumbwheels
|
2008-05-08 |
Chris Cannam |
* Speed up spectrogram painting by releasing mutex in FFTDataServer
|
2007-11-16 |
Chris Cannam |
* cache bits & bobs (wholly broken at the moment)
spectrogram-cache-rejig
|
2007-06-13 |
Chris Cannam |
* Make shift+mousewheel scroll vertically (where applicable) and alt+mousewheel
|
2007-04-30 |
Chris Cannam |
* more compile warning fixes
sv1-1.0rc1
|
2007-02-26 |
Chris Cannam |
* remove some debug and some obsolete moc file includes
|
2007-01-24 |
Chris Cannam |
* Avoid unnecessary work and updates when an invisible thumbwheel changes
|
2007-01-22 |
Chris Cannam |
* Fix a crash in spectrogram
|
2007-01-22 |
Chris Cannam |
* Allow user to activate a pane by clicking on the tab for its currently active
|
2007-01-19 |
Chris Cannam |
* Add large chunks of context help in the optional status bar
|
2007-01-12 |
Chris Cannam |
* Add range input dialog
|
2007-01-12 |
Chris Cannam |
* better icon
|
2006-11-17 |
Chris Cannam |
* Update copyright notes as appropriate.
|
2006-10-12 |
Chris Cannam |
* Make the thumbwheel widget much smoother to use, and fix a bug in positioning
|
2006-08-04 |
Chris Cannam |
* Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and
|
2006-08-03 |
Chris Cannam |
* Add Thumbwheel widget for all our zooming needs
|