summaryrefslogtreecommitdiffstats
path: root/src/serialisation
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-2/+2
2009-11-12String port support.David Robillard1-2/+0
2009-10-19Fix saving properties of root patch ports (fix ticket #389).David Robillard1-0/+2
2009-06-03Update bindings.David Robillard1-2/+4
2009-05-29Make connection parsing consistent with other parse methods.David Robillard2-9/+11
2009-05-29Node creation via HTTP.David Robillard1-6/+12
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard2-13/+13
2009-05-28Ignore properties with blank values.David Robillard1-1/+1
2009-05-28Remove unused code.David Robillard2-53/+1
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard1-3/+2
2009-05-28Create objects via SetMetadataEvent.David Robillard1-48/+0
2009-05-28Fix property saving to/from file (e.g. module locations).David Robillard1-3/+3
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard1-33/+37
2009-05-28Fix URIs.David Robillard1-12/+9
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard2-35/+22
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard4-34/+36
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-1/+1
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard2-16/+35
2009-05-13Fix crash on patch load.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard6-6/+6
2009-05-13Strip trailing whitespace.David Robillard6-89/+89
2009-05-13Remove 'using' declarations from headers.David Robillard3-81/+79
2009-05-13The great ID refactoring of 2009.David Robillard2-16/+16
2009-05-11* New ontology.David Robillard4-499/+464
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-02-25Check USE_BLANK_NODES consistently, shut waf up.David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard3-5/+3
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-0/+1
2008-12-02Make all this *&#@%* crap work:David Robillard2-10/+59
2008-12-02Fix loading child patches.David Robillard1-17/+5
2008-12-02Fix loading nested patches.David Robillard2-19/+20
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard2-156/+152
2008-11-30Some support for bundle saving.David Robillard2-2/+84
2008-11-29Upgrade to waf 1.5.0.David Robillard1-3/+2
2008-11-29Only write index for Patches (i.e. don't even save the index of plugin ports,...David Robillard1-2/+3
2008-11-28Store module locations on drop (fix ticket #281).David Robillard2-9/+7
2008-11-28Cleanup.David Robillard1-16/+12
2008-11-28Shutup.David Robillard1-2/+2
2008-11-28Fix pasting connections.David Robillard1-6/+5
2008-11-27Save patch document properly for loaded subpatches too.David Robillard2-25/+32
2008-11-27Remember document name (so File->Save doesn't prompt).David Robillard1-3/+11
2008-11-27Tolate paths with '.' elements (e.g. ingen -egl ./foo.ingen.ttl).David Robillard2-11/+21
2008-11-24Fix loading connections in patches with subpatches (fix ticket #274).David Robillard1-2/+4
2008-11-22Finer grained locking on RDF world lock when parsing: prevents deadlock on lo...David Robillard1-10/+35
2008-11-22Fix subpatch loading (fix ticket #271).David Robillard1-9/+15
2008-11-17Barf less to the console.David Robillard1-3/+1
2008-11-17Fix recursive connection loading (fix ticket #250).David Robillard1-1/+4
2008-11-16Remember patch save file location in client (fix ticket #239).David Robillard2-5/+4
2008-11-16Fix loading errors.David Robillard2-15/+37
2008-11-16More HTTP.David Robillard1-7/+8