Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 617475jordan/orbit

Tags

1.55

Toggle 1.55's commit message
Crash because too many z-layers

This change includes:
- Misuse of unique (didn't resize after)
- Add 4 to the maximum number of layers (epsilon in GlSlider)
- Change the CHECK for ERROR to not have a unnecesary crash

Solve b/172455056.

1.54

Toggle 1.54's commit message
Fix collapsed timer track rendering

1.53

Toggle 1.53's commit message
Fix clearing of the selection view

1.52

Toggle 1.52's commit message
Add fallback sorting to SamplingReportDataView

SamplingReportDataView used to use stable_sort. stable_sort's outcome
depends on the previous state of the container. Since recent changes
trigger a reconstruction of SamplingReportDataView stable_sort
preserving behaviour doesn't work anymore since the container's previous
state is not preserved. That lead's to reorderings observed by the user.

This can be avoided by establishing a total ordering. In this commit I
use the function address as a unique and totally ordered field.

Test: Manual UI test
Bug: http://b/167541131

1.51

Toggle 1.51's commit message
check selected functions for nullptr when start a capture

1.50

Toggle 1.50's commit message
add error message on load old capture and warning on save

1.49

Toggle 1.49's commit message
Replace vector by deque and process messages in order

1.48.999

Toggle 1.48.999's commit message
Clean up, remove unused serialization

1.48

Toggle 1.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove websocket related code from codebase.

1.47.999

Toggle 1.47.999's commit message
Moved QtPropertyBrowser into third_party/