summaryrefslogtreecommitdiffstats
path: root/src/libs/serialisation/Loader.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-56/+55
2008-06-09Fix prompting for filename when patch is loaded from command line.David Robillard1-0/+4
2008-06-09Fix internal Patch->Patch connection loading.David Robillard1-0/+23
2008-05-20Fix "unable to create patch '/'" error when importing at root.David Robillard1-1/+2
2008-03-14More lenient patch loading.David Robillard1-13/+14
2008-01-06Remove raul dependency on liblo and redlandmm.David Robillard1-3/+4
2007-12-01Clean up query code.David Robillard1-79/+79
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-38/+38
2007-10-13Dynamic polyphony fixes.David Robillard1-1/+5
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-7/+6
2007-10-08Build fixes.David Robillard1-27/+30
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-11/+11
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-5/+5
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-8/+8
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-2/+3
2007-09-22Type oblivious set_port_value interface.David Robillard1-3/+5
2007-09-20Fix serialization of node polyphonic value.David Robillard1-27/+19
2007-09-20Cut down superfluous console output.David Robillard1-8/+5
2007-09-19Fix various serialization problems.David Robillard1-11/+29
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard1-19/+30
2007-09-08Serialisation of patch enabled status.David Robillard1-107/+126
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-4/+5
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard1-4/+6
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard1-2/+3
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-4/+4
2007-07-05Completely irrelevant code tidying.David Robillard1-12/+12
2007-06-23Possible fix for serialisation in locales with , as decimal point.David Robillard1-0/+3
2007-05-02Added svn:ignore property to everything.David Robillard1-0/+342