aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-12-27Remove unused jalv_ui_resize()David Robillard1-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-10Free LilvNodes when no longer requiredTimo Wischer1-0/+3
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
2018-11-10Move exit semaphore to Jalv structDavid Robillard1-1/+1
2018-09-24Fix unused parameter warningsTimo Wischer1-2/+2
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
2018-07-22Fix stepped logarithmic controls in generic Qt UIsDavid Robillard1-4/+5
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-09-17Unify control port and parameter implementationsDavid Robillard1-3/+8
2016-09-16Use cached URIs and fix pprops:rangeSteps nonsenseDavid Robillard1-25/+11
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-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-16Fix potential use of uninitialized variableDavid Robillard1-2/+2
2015-12-31Fix controls when range is given with integersDavid Robillard1-1/+1
2015-10-04Set Qt window size to fit UI.David Robillard1-0/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5740 a436a847-0d15-0410-975c-d299462d15a1
2015-09-12Add Qt5 version.David Robillard1-0/+733
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5726 a436a847-0d15-0410-975c-d299462d15a1