aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-14Explicitly delete unused special member functionsDavid Robillard1-0/+6
2020-12-14Make member variable privateDavid Robillard1-2/+1
2020-12-14Add missing member initializationDavid Robillard1-5/+10
2020-12-14Don't use C casts in C++ codeDavid Robillard1-5/+7
2020-12-14Don't declare default argumentsDavid Robillard1-11/+15
2020-12-14Use explicit constructorsDavid Robillard1-6/+6
2020-12-14Fix unused parameter warningsDavid Robillard1-6/+6
2020-12-14Use the appropriate math functions for the operand precisionDavid Robillard1-2/+2
2020-12-14Initialize all variablesDavid Robillard1-10/+13
2020-12-14Clean up includesDavid Robillard1-2/+2
2020-09-27Clean up includesDavid Robillard1-5/+22
2020-07-21Fix use of deprecated Qt APIDavid Robillard1-1/+1
2020-07-21Add missing override specifiersDavid Robillard1-12/+12
2020-07-21Use modern casts in C++David Robillard1-2/+2
2020-07-21Use nullptr in C++David Robillard1-8/+8
2020-05-09Always call jalv_init_ui()David Robillard1-0/+2
2019-11-10Remove debug noiseDavid Robillard1-1/+0
2019-11-10Support rdfs:label for port groupsDavid Robillard1-0/+6
2019-11-03Use screen refresh rate with Gtk3 and Qt5David Robillard1-0/+11
2019-10-17Avoid deprecated QFontMetrics::widthDavid Robillard1-2/+13
2019-10-17Replace use of deprecated qSortDavid Robillard1-1/+1
2019-10-17Clean up includesDavid Robillard1-4/+4
2019-04-21Use modern LV2 includesDavid Robillard1-2/+2
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