Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-17 | Avoid deprecated QFontMetrics::width | David Robillard | 1 | -2/+13 | |
2019-10-17 | Replace use of deprecated qSort | David Robillard | 1 | -1/+1 | |
2019-10-17 | Clean up includes | David Robillard | 1 | -4/+4 | |
2019-04-21 | Use modern LV2 includes | David Robillard | 1 | -2/+2 | |
2018-12-27 | Remove unused jalv_ui_resize() | David Robillard | 1 | -12/+0 | |
This function was added many years ago to support the UI resize feature, but has been dead code for a long time and nobody seems to have noticed, so it can't be that important. | |||||
2018-11-10 | Free LilvNodes when no longer required | Timo Wischer | 1 | -0/+3 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-11-10 | Move exit semaphore to Jalv struct | David Robillard | 1 | -1/+1 | |
2018-09-24 | Fix unused parameter warnings | Timo Wischer | 1 | -2/+2 | |
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-07-22 | Fix stepped logarithmic controls in generic Qt UIs | David Robillard | 1 | -4/+5 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-09-17 | Unify control port and parameter implementations | David Robillard | 1 | -3/+8 | |
2016-09-16 | Use cached URIs and fix pprops:rangeSteps nonsense | David Robillard | 1 | -25/+11 | |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 1 | -1/+6 | |
jalv.has_ui should be set before jack_activate. If not, patch:Get message may be without effect and parameter replies never be sent from within jack process callback, as the latter may run before the corresponding UI logic (e.g. with jalv.has_ui still being false). | |||||
2016-08-16 | Fix potential use of uninitialized variable | David Robillard | 1 | -2/+2 | |
2015-12-31 | Fix controls when range is given with integers | David Robillard | 1 | -1/+1 | |
2015-10-04 | Set Qt window size to fit UI. | David Robillard | 1 | -0/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5740 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-12 | Add Qt5 version. | David Robillard | 1 | -0/+733 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5726 a436a847-0d15-0410-975c-d299462d15a1 |