summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PatchModel.h
AgeCommit message (Expand)AuthorFilesLines
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard1-0/+2
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard1-3/+3
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-14/+14
2006-10-16Used boost::noncopyable to eliminate undefined private copy constructors spre...David Robillard1-4/+0
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-12/+12
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard1-7/+7
2006-09-18More store error correcting fixes.David Robillard1-2/+1
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-33/+34
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-11/+13
2006-09-11Bug fixes.David Robillard1-0/+2
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-1/+3
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-3/+5
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-3/+3
2006-07-03Fixes for connecting directly from a patch input to a patch outputDavid Robillard1-1/+1
2006-07-03Enabled checkbox on patch windows workingDavid Robillard1-2/+5
2006-06-21Reorganized directory tree/namesDavid Robillard1-1/+1
2006-06-14Removed unused cruft from GTK clientDavid Robillard1-13/+14
2006-06-12Fixed engine-side node destruction bugDavid Robillard1-0/+1
2006-06-12Disconnecting working in GTK clientDavid Robillard1-2/+3
2006-06-12Connections working through Store model/signal interfaceDavid Robillard1-7/+7
2006-06-11New nodes in gtk client working through Store signal interfaceDavid Robillard1-1/+6
2006-06-10More jugglingDavid Robillard1-0/+88