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

@ -149,6 +149,7 @@ uiheaders_DATA = \
sp-process-model-row.h \
sp-profiler-menu-button.h \
sp-recording-state-view.h \
sp-visualizer-list.h \
sp-visualizer-row.h \
sysprof-ui.h \
$(NULL)
@ -167,6 +168,7 @@ libsysprof_ui_@API_VERSION@_la_SOURCES = \
sp-process-model-row.c \
sp-profiler-menu-button.c \
sp-recording-state-view.c \
sp-visualizer-list.c \
sp-visualizer-row.c \
$(NULL)