summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPluginWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Make models const in client code.David Robillard1-15/+21
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard1-4/+4
2011-04-28Switch to Lilv from SLV2.David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-20/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-03-11Hide replaced plugins from context menu and load plugin window.David Robillard1-0/+4
2011-02-18Trim more cruft.David Robillard1-5/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard1-0/+1
2010-02-14Set unique keyboard mnemonics for widgets.David Robillard1-3/+3
2010-02-14Fix plugin and subpatch name offsets.David Robillard1-12/+6
2010-02-14Fix loading of subpatches.David Robillard1-9/+13
2010-02-07Show type (LV2, LADSPA, etc) label in plugin window rather than URI.David Robillard1-15/+15
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-2/+2
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-5/+7
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-6/+9
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-2/+2
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-2/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2009-12-11Build against old Gtkmm (without clear icon in text entries).David Robillard1-0/+5
2009-11-16Add close button to node properties dialog.David Robillard1-8/+1
2009-11-16Make all windows respond to ctrl+w.David Robillard1-1/+1
2009-11-16Clean up load plugin window and add close button.David Robillard1-26/+12
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-0/+3
2009-05-30Multi-select in load plugin window (add several plugins at once).David Robillard1-71/+84
2009-05-30Fix load plugin window.David Robillard1-1/+3
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-12/+26
2009-05-28Generic plugin property mechanism.David Robillard1-38/+14
2009-05-28Send plugin node creation as a single PUT instead of a bunch of separate set_...David Robillard1-8/+4
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-2/+2
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-6/+9
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-21/+21
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard1-31/+52
2009-05-13The great ID refactoring of 2009.David Robillard1-9/+5
2009-05-11* New ontology.David Robillard1-3/+3
2008-12-20Fix window closing stuff (fix ticket #296).David Robillard1-1/+2
2008-12-16Trim include dependency tree.David Robillard1-1/+0
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-1/+1
2008-10-09Remove cruft.David Robillard1-13/+0
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+464