summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-6/+10
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-15/+15
2007-10-08SharedPtr-ify engine side store.David Robillard1-9/+16
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard1-9/+6
2007-10-08Shared abstract Connection interface.David Robillard1-25/+24
2007-10-03Fix (recursive) destruction of objects on client side (fixes bug where creati...David Robillard1-2/+8
2007-10-01Blink MIDI ports on message transmission.David Robillard1-0/+12
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard1-18/+18
2007-09-19Toggling of individual node polyphonic state.David Robillard1-0/+10
2007-09-19Fix LV2 dynamic poly crash.David Robillard1-0/+10
2007-09-18Fix destroying connected patch ports, and patch port threading issues.David Robillard1-6/+8
2007-08-10Fix loading control values from deprecated Om patches.David Robillard1-1/+1
2007-07-26Use PathTable for engine side objects.David Robillard1-10/+11
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard1-13/+42
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-12/+27
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-8/+8
2007-04-29Fixed incomplete transfer of loaded plugins to client, bundle transfer.David Robillard1-0/+1
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard1-1/+1
2007-04-10Fixed feedback connections.David Robillard1-4/+6
2007-04-09Internal subpatch connection bugfix.David Robillard1-8/+15
2007-04-08Fix connections directly between subpatch input/output ports.David Robillard1-4/+21
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2006-12-11Serialization of patch ports.David Robillard1-9/+1
2006-12-08Fixed plugin type issuesDavid Robillard1-2/+2
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-57/+57
2006-10-04Bug fixes.David Robillard1-3/+3
2006-09-19Alsa MIDI fixes.David Robillard1-36/+36
2006-09-18More store error correcting fixes.David Robillard1-8/+18
2006-09-18Work on loading old (deprecated) patches.David Robillard1-79/+143
2006-09-17Patch clearing.David Robillard1-2/+16
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-3/+63
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-9/+7
2006-09-12Bug fixes.David Robillard1-1/+6
2006-09-11Bug fixes.David Robillard1-26/+12
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-166/+133
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard1-0/+1
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-6/+12
2006-09-08More cleanupsDavid Robillard1-15/+12
2006-09-08Renamed communications classes for consistency.David Robillard1-1/+1
2006-09-06Connecting/Disconnecting/Reconnecting to the engine without restarting.David Robillard1-0/+9
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+4
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-3/+3
2006-07-12Minor cleanups, removed braindead centralized singleton instance fileDavid Robillard1-0/+5
2006-07-04More fixes for connecting/disconnectingDavid Robillard1-7/+13
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-7/+12
2006-07-03Enabled checkbox on patch windows workingDavid Robillard1-0/+20
2006-06-22More port controls fixes/cleanupsDavid Robillard1-0/+12
2006-06-21Reorganized directory tree/namesDavid Robillard1-1/+1
2006-06-19Connecting of patch ports internally (seemingly anyway, data not flowing yet)David Robillard1-9/+7
2006-06-17New patch ports interfaceDavid Robillard1-16/+17