Releases: eclipsesource/perfetto
Releases · eclipsesource/perfetto
Perfetto UI - 45e3579ea1a5b4
Present Pinned Tracks in a Track Group (#134) * Present Pinned Tracks in a Track Group * Ability to reorder pinnedTracks * Bit of styling to the track group to match other track groups
Perfetto UI - 47b7023b1b029a
perfetto-ui-47b7023b1b029a Have Long Track names work similiar to track group names (#118)
Perfetto UI - d0aae3c50bf92f
perfetto-ui-d0aae3c50bf92f Fix SQL errors in initialization of tracks that are already filtered …
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]>