Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bunch of UI Polish for the New Trace Dialog #2105

Merged
merged 7 commits into from
Jul 31, 2018
Merged

Conversation

pmuetschard
Copy link
Member

... and other UI things.

The scrubber de-registered itself too early from thumbnail events and
was thus not updating the images when the thumbnail change event was
broadcast.
 - Move the label gen into the model, so it can be re-used.
 - Show the OS kind along with the name (version).
 - Show the GPU kind
 - Serials can be empty, don't show an extra `-` in that case.
The WaitingToStart status is used to signal that the trace is ready
to capture frames and is waiting for the user to start the trace
(or the "start frame" to arrive). This status is currently erroneously
returned a single time, when an MEC trace starts, followed by
Initializing n-times, and then WaitingToStart again.
 - Don't attempt to open failed traces.
 - Better button labels and handling.
 - Better status labels.
If the model name and/or manufacturer is available, use them to form
the device hardware name: e.g "Google Pixel" instead of "sailfish".
@pmuetschard pmuetschard merged commit 36beb54 into google:master Jul 31, 2018
@pmuetschard pmuetschard deleted the ui branch July 31, 2018 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants