visualizer-list: add SpVisualizerList

This simplifies the visualizer reader and time propagation. It
will also give us a single place to manage zoom levels when we
get to that.
This commit is contained in:
Christian Hergert
2016-09-26 19:21:10 -07:00
parent 24477d41cf
commit bdc62bac1e
6 changed files with 296 additions and 5 deletions

View File

@ -169,7 +169,7 @@
<property name="max-content-height">225</property>
<property name="visible">true</property>
<child>
<object class="GtkListBox" id="visualizer_rows">
<object class="SpVisualizerList" id="visualizer_rows">
<property name="visible">true</property>
<child>
<object class="SpCpuVisualizerRow" id="cpu_row">