summaryrefslogtreecommitdiffstats
path: root/src/client/PortModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Simplify port model codeDavid Robillard1-1/+0
2015-09-29Fix more URI conversion issues.David Robillard1-6/+4
2015-04-04Update copyright dates.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2013-01-11Use range-based for loops where possible.David Robillard1-4/+3
2013-01-08Add support for URID ports.David Robillard1-0/+14
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-8/+9
2012-08-18Node => BlockDavid Robillard1-1/+1
2012-08-14Update for latest Raul.David Robillard1-2/+2
2012-05-23Don't save ingen:activity as a persistent property.David Robillard1-0/+1
2012-05-10LV2URIMap => URIMap.David Robillard1-2/+1
2012-04-26Don't save ingen:activity property, which is transient.David Robillard1-3/+5
2012-04-23Fire signal and update GUI correctly when renaming ports.David Robillard1-0/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-10/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-3/+5
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-0/+2
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard1-7/+4
2011-11-09Update for changes in LV2 SVN.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-1/+0
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-2/+2
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard1-2/+3
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-2/+2
2011-05-24Move appropriate client headers to public include directory.David Robillard1-2/+2
2011-05-13Make models const in client code.David Robillard1-1/+1
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-7/+0
2010-10-27Update for new Atom extension.David Robillard1-1/+1
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard1-1/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-3/+14
2010-02-25Work on contexts and polymorphic ports.David Robillard1-1/+8
2010-02-03Properly detect lv2:portProperty.David Robillard1-2/+2
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard1-2/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-3/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-0/+17
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-4/+4
2009-05-13The great ID refactoring of 2009.David Robillard1-1/+1
2008-10-11Remove duplicated code for getting various hints, add generic hint accessor.David Robillard1-20/+2
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+66