mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
visualizer-selection: initial visualizer selection support
This gets started on allowing the user to select a region. Nothing is yet responding to the changes in selection, but that can come later. Ideally, we will truncate (or mark rows invisible/insensitive) if they do not fall within the selected time region.
This commit is contained in:
@ -151,6 +151,7 @@ uiheaders_DATA = \
|
||||
sp-profiler-menu-button.h \
|
||||
sp-recording-state-view.h \
|
||||
sp-visualizer-row.h \
|
||||
sp-visualizer-selection.h \
|
||||
sp-visualizer-view.h \
|
||||
sp-zoom-manager.h \
|
||||
sysprof-ui.h \
|
||||
@ -178,6 +179,7 @@ libsysprof_ui_@API_VERSION@_la_SOURCES = \
|
||||
sp-visualizer-list.c \
|
||||
sp-visualizer-list.h \
|
||||
sp-visualizer-row.c \
|
||||
sp-visualizer-selection.c \
|
||||
sp-visualizer-ticks.c \
|
||||
sp-visualizer-ticks.h \
|
||||
sp-visualizer-ticks-private.h \
|
||||
|
||||
Reference in New Issue
Block a user