sysprof: start on SysprofTimeScrubber

This is going to be used to bring the whole tracksview thing we did before
and make the selections work directly on charts. We can probably use the
same thing w/ a GtkOverlay and custom positioning to replace the old
usage too.
This commit is contained in:
Christian Hergert
2023-07-12 17:26:56 -07:00
parent 03bc678daa
commit 83e7579460
7 changed files with 289 additions and 28 deletions

View File

@ -15,6 +15,7 @@ sysprof_sources = [
'sysprof-section.c',
'sysprof-sidebar.c',
'sysprof-single-model.c',
'sysprof-time-scrubber.c',
'sysprof-traceables-utility.c',
'sysprof-window.c',
]