summaryrefslogtreecommitdiffstats
path: root/src/Serialiser.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-3/+3
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-09-04Remove dynamic exception specificationsDavid Robillard1-5/+2
2018-01-21Clean up URI and path handling in SerialiserDavid Robillard1-25/+22
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-46/+31
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-3/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-27/+25
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-3/+1
2017-12-25Always use bracesDavid Robillard1-5/+10
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-12-25Fix inconsistent parameter namesDavid Robillard1-11/+11
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-9/+7
2016-10-06Add plugin state savingDavid Robillard1-1/+15
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now.
2016-10-02Fix saving and loading subgraphsDavid Robillard1-3/+4
2016-10-02Fix default doap:name of saved graphsDavid Robillard1-3/+10
2016-08-17Rename main graph and control/notify portsDavid Robillard1-18/+17
2016-07-29Save bundled graphs to graph.ttl by defaultDavid Robillard1-11/+6
This avoids a lot of hassle with filename construction and renaming, while ensuring that the internal structure of any graph bundle is the same.
2015-12-04Omit extension from default doap:name for graphsDavid Robillard1-1/+2
2015-10-25Fix saving and loading of copy-pasted blocksDavid Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5785 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Fix subgraph serialisationDavid Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5775 a436a847-0d15-0410-975c-d299462d15a1
2015-08-29Save plugin version information in bundles.David Robillard1-4/+50
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5710 a436a847-0d15-0410-975c-d299462d15a1
2015-08-12Server-side presets.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-4/+16
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1
2015-04-05Don't save symbol (problematic on save as).David Robillard1-19/+4
This is less than ideal, since it would be nice to be able to set a symbol for a graph (being a good idea for plugins in general), but this sorts out an issue for now. The symbol of a graph is currently always the name of its bundle. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5667 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-0/+545
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1