Releases: eclipsesource/perfetto
Releases · eclipsesource/perfetto
Perfetto UI - f754e9de2fba0b
Always open the details of a new selection (#129) Ensure that whenever the selection changes and the new selection exists, show it in the details panel even if the user had previously closed it. Add a global flag to allow the host application to disable this behaviour, for example on a user preference setting. Includes incidental fixing of lint problems in edited files. Signed-off-by: Christian W. Damus <[email protected]>
Perfetto UI - bc750cfafc48bf
Short-circuit initialization of filtered-out tracks (#128) Double-check in handling the initialization promise that a track is not filtered out before computing the initial data from onBoundsChanged(). Signed-off-by: Christian W. Damus <[email protected]>
Perfetto UI - 715590816c5d16
perfetto-ui-715590816c5d16 Hide Expanded Track Group Summary Track (#127)
Perfetto UI - 5812c16b30e52a
perfetto-ui-5812c16b30e52a Have Perfetto Help not sized to viewport (#126)
Perfetto UI - 2ac7c217da301e
[Design] Show timeline behind expanded track groups (#122) * Remove background for expanded track groups * Fix selection on expanded track groups * Recursively add selections when track group time selction * Make checkbox track selection less wonky * Don't select tracks twice when dragging over them and their parent group
Perfetto UI - 150416887307d8
[Design] CPU Slices Visual Update (#121) * Cpu Slice new Style * Implement Smaller CPU Slice color palette from designs * Refine lightness changes based on state * Change Hover logic to single out a specific slice * Use Selection for likecase * Likecase add topbar
Perfetto UI - 72c9ee93151d75
Support removal of selection observers (#125) Because Perfetto instances can be reused in Sokatoa, we need to be able to remove selection observers that were added from the containing application context. Signed-off-by: Christian W. Damus <[email protected]>
Perfetto UI - 47b36da556fff2
Support to unregister from engine observer (#124) We keep a set of perfetto instances and reuse them, hence each use needs to cleanup its references, or it is a memory leak.
Perfetto UI - ddd7bfb2255a26
Support selective hiding of custom buttons (#123) - add an optional isVisible() function to the custom button args Signed-off-by: Christian W. Damus <[email protected]>
Perfetto UI - 8b257e2a085a5b
Basic Plugin Support for selecting tracks and track groups (#114) * Basic Plugin Support for selecting tracks and track groups * Rename addTrackToAreaSelection totoggleTrackInAreaSelection * Fix UI to show selected state * Shift modifier functionality for tracks under the same group * Selecting track group no longer collapses it