aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt4.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-12-30Preset menu support for Qt (patch from Timo Westkämper) (#930).David Robillard1-7/+50
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5227 a436a847-0d15-0410-975c-d299462d15a1
2013-08-08Fix parameter changes with Qt UI (fix #923).David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5145 a436a847-0d15-0410-975c-d299462d15a1
2012-11-14Add menu bar and pass parent widget in Qt version for true UI embeddingDavid Robillard1-4/+15
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4812 a436a847-0d15-0410-975c-d299462d15a1
2012-08-29Add missing return.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4758 a436a847-0d15-0410-975c-d299462d15a1
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4747 a436a847-0d15-0410-975c-d299462d15a1
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-7/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ↵David Robillard1-1/+1
handle the handle the maximum message rate the plugin can send. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4298 a436a847-0d15-0410-975c-d299462d15a1
2012-04-10Make controls update when changing presets (except combos).David Robillard1-0/+9
Fix scale point value bug. Fix memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4158 a436a847-0d15-0410-975c-d299462d15a1
2012-03-21Remove implementation of UI resize extension which is handled autommatically ↵David Robillard1-1/+0
by Suil now. Tolerate UIs sending messages with crazy port indices. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4096 a436a847-0d15-0410-975c-d299462d15a1
2012-02-09Add missing files.David Robillard1-1/+1
Fix compilation with Qt. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3979 a436a847-0d15-0410-975c-d299462d15a1
2012-01-15Lint.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3949 a436a847-0d15-0410-975c-d299462d15a1
2011-10-20Support UI resize extension.David Robillard1-0/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3552 a436a847-0d15-0410-975c-d299462d15a1
2011-08-21Preliminary support for Jack Session and LV2 Persist.David Robillard1-2/+3
Real command line argument support. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3441 a436a847-0d15-0410-975c-d299462d15a1
2011-06-19Send control output port updates to UIs (commonly used for metering).David Robillard1-0/+16
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3407 a436a847-0d15-0410-975c-d299462d15a1
2011-05-30Add "Jalv", a stand-alone version of lv2jack that supports plugin UIs via SuilDavid Robillard1-0/+59
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3344 a436a847-0d15-0410-975c-d299462d15a1