azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<_whitenotifier-b> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal/compare/cd7414fd52d3...5be3f5172d20
<_whitenotifier-b> [scopehal] azonenberg 5be3f51 - RigolOscilloscope: made a bunch of stuff overrides
<_whitenotifier-b> [scopehal-apps] azonenberg pushed 3 commits to master [+0/-0/±12] https://github.com/ngscopeclient/scopehal-apps/compare/6ae41d4120cc...57f151d5a65d
<_whitenotifier-b> [scopehal-apps] azonenberg 83b4d7d - Initial work on FilterGraphEditor grouping. See #639.
<_whitenotifier-b> [scopehal-apps] azonenberg 8527d7d - Initial support for group contents identification. See #639.
<_whitenotifier-b> [scopehal-apps] azonenberg 57f151d - Fixed broken FlushConfigCache() toolbar item
<_whitenotifier-b> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal/compare/5be3f5172d20...0e26e3163f9c
<_whitenotifier-b> [scopehal] azonenberg 0e26e31 - Rigol: Fixed bug where SetChannelOffset() failed to update the cache
<_whitenotifier-b> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/57f151d5a65d...323f9711689e
<_whitenotifier-b> [scopehal-apps] azonenberg 323f971 - Updated submodules with rigol bug fix
<_whitenotifier-b> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal/compare/0e26e3163f9c...2e74c6e30369
<_whitenotifier-b> [scopehal] azonenberg 2e74c6e - Rigol: fixed bug where reused waveforms weren't cleared properly
<_whitenotifier-b> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/323f9711689e...bdd8fd48ef81
<_whitenotifier-b> [scopehal-apps] azonenberg bdd8fd4 - More rigol fixes
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 276 seconds]
Degi_ is now known as Degi
<_whitenotifier-b> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/bdd8fd48ef81...fb470dc89cff
<_whitenotifier-b> [scopehal-apps] azonenberg fb470dc - Fixed bug where FlushConfigCache() did not also trigger a re-render, leading to waveforms being displayed at incorrect scale/offset until a redraw was triggered for some other reason
<_whitenotifier-b> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/fb470dc89cff...1cc1d396e93a
<_whitenotifier-b> [scopehal-apps] azonenberg 1cc1d39 - Can now create groups from the context menu. No way to rename them and they don't do anything special WRT ports yet. See #639.
<d1b2> <azonenberg> Initial work on filter graph grouping
<azonenberg> You can create groups from the context menu in the graph editor by right clicking and doing "new group"
<azonenberg> Groups are automatically named, you cannot yet change the default name
<azonenberg> You can drag the edges to resize them
<azonenberg> When a group is dragged, any nodes contained inside move with the group
<azonenberg> if you drag a node, you can move it into or out of the group
<azonenberg> Physics for nodes pushign each other around when dragging are improved a bunch as well, but there is an issue where if a group is pushed by another group, it doesn't move its child nodes with it
<azonenberg> so if you nudge one group with another, the child nodes can get pushed out
<azonenberg> Edges between nodes are currently not affected by grouping, but long term I want to make hierarchical ports where nodes within a group have placeholder anchors on the perimeter of the group at a fixed point
<azonenberg> which i think will make complex filter graphs much easier to navigate and understand
<azonenberg> also, there's no serialization support yet so groups will vanish when the session is saved and reopened
lethalbit|wut has quit [Quit: kill -9 -1]
lethalbit has joined #scopehal
nelgau has joined #scopehal
nelgau has quit [Read error: Connection reset by peer]
nelgau has joined #scopehal
nelgau has quit [Read error: Connection reset by peer]
nelgau has joined #scopehal
nelgau has quit [Read error: Connection reset by peer]
nelgau_ has joined #scopehal
nelgau_ has quit [Ping timeout: 252 seconds]
nelgau has joined #scopehal
<_whitenotifier-b> [scopehal-apps] Arbel-arad starred scopehal-apps - https://github.com/Arbel-arad
<_whitenotifier-b> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/ngscopeclient/scopehal-apps/compare/1cc1d396e93a...7f95aba68f79
<_whitenotifier-b> [scopehal-apps] azonenberg 7f95aba - Groups will now correctly push other groups out of the way when dragging, including child nodes within them. See #639.