<_whitenotifier-8>
[scopehal-apps] azonenberg edfd0d1 - Began work on serializing waveform data to v2 file format. See #512.
<_whitenotifier-8>
[scopehal-apps] azonenberg d8974a1 - Initial work on filter graph UI serialization. See #512.
<_whitenotifier-8>
[scopehal-apps] azonenberg 5e2ac25 - Initial implementation of serialization for v2 file format. Can't yet round trip as loader only supports v1. See #512.
<azonenberg>
ok so i think at this point, in theory, we are writing valid well formed v2 files in ngscopeclient
<azonenberg>
Which isn't useful as we can only *load* v1 files :)
<azonenberg>
but it's progress
<azonenberg>
GUI configuration is going to need more work especially for dialogs
<azonenberg>
and the graph editor
<azonenberg>
but the minimum "needed to make things work at all" stuff should be there and hopefully by the end of tomorrow i can have loading of v2 (fairly straightforward) done
<azonenberg>
then i can start chasing all of the inevitable bugs
<_whitenotifier-8>
[scopehal-apps] azonenberg 9bd736d - ngscopeclient can now save waveform data to disk and load version 2 files. Fixed a few bugs in serialization. See #512.