summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Send binding information to client.David Robillard1-0/+9
2010-01-06Do all logging output via Raul streams.David Robillard1-35/+30
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-29/+0
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-13/+16
2009-12-30Turn off debugging.David Robillard1-2/+2
2009-12-30Fix renaming (fix ticket #458).David Robillard1-4/+4
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-2/+2
2009-11-04Remove orphan cruft.David Robillard1-20/+2
2009-10-19Fix spelling.David Robillard1-8/+8
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-3/+11
2009-06-02Fix crash on copy/paste.David Robillard1-1/+1
2009-05-29Node creation via HTTP.David Robillard1-1/+1
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard1-8/+10
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard1-2/+2
2009-05-28Load symbol from LV2 data if available.David Robillard1-2/+1
2009-05-28Replace new_plugin with put.David Robillard1-15/+14
2009-05-28Create objects via SetMetadataEvent.David Robillard1-1/+1
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard1-4/+18
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-24/+16
2009-05-27Add methods documentation page.David Robillard1-1/+1
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-5/+5
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-60/+48
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-23/+23
2009-05-13Generic simple query system for both objects and plugins.David Robillard1-12/+25
2009-05-13The great ID refactoring of 2009.David Robillard1-224/+31
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-3/+18
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-2/+1
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard1-3/+2
2008-11-16More HTTP.David Robillard1-4/+7
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard1-0/+25
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-4/+4
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard1-9/+22
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+648