[oobe] Edge tutorial's redesign: new look
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ubuntu UX |
High
|
Olga Kemmet | ||
| unity8 (Ubuntu) |
High
|
Michael Terry | ||
| unity8 (Ubuntu RTM) |
Undecided
|
Unassigned |
Bug Description
This is a breakout from bug 1383297 (which now just covers new gestures).
This bug is just about implementing the new look and feel as well as dropping the first greeter screen, which is no longer in the tutorial designs.
I'm making a separate bug because they will likely be given different priorities and implemented at different times.
You can see the new visuals in this folder: https:/
And the flow in general here: https:/
Related branches
- Andrea Cimitan: Pending requested 2015-02-11
- PS Jenkins bot: Pending (continuous-integration) requested 2015-02-11
-
Diff: 2307 lines (+1144/-811)20 files modifieddebian/unity8.install (+1/-0)
qml/CMakeLists.txt (+3/-2)
qml/Components/EdgeDemo.qml (+0/-254)
qml/Components/EdgeDemoOverlay.qml (+0/-273)
qml/Launcher/Launcher.qml (+13/-7)
qml/Shell.qml (+33/-23)
qml/Tutorial/Arrow.qml (+56/-0)
qml/Tutorial/Slider.qml (+117/-0)
qml/Tutorial/Tutorial.qml (+85/-0)
qml/Tutorial/TutorialContent.qml (+130/-0)
qml/Tutorial/TutorialLeft.qml (+91/-0)
qml/Tutorial/TutorialLeftFinish.qml (+47/-0)
qml/Tutorial/TutorialPage.qml (+240/-0)
tests/autopilot/unity8/shell/emulators/tutorial.py (+16/-102)
tests/autopilot/unity8/shell/fixture_setup.py (+6/-6)
tests/autopilot/unity8/shell/tests/test_tutorial.py (+17/-18)
tests/qmltests/CMakeLists.txt (+1/-1)
tests/qmltests/Components/tst_EdgeDemoOverlay.qml (+0/-123)
tests/qmltests/Tutorial/tst_Tutorial.qml (+286/-0)
tests/qmltests/tst_TabletShell.qml (+2/-2)
description: | updated |
Olga Kemmet (olga-kemmet) wrote : | #1 |
Changed in ubuntu-ux: | |
assignee: | nobody → Olga Kemmet (olga-kemmet) |
importance: | Undecided → High |
status: | New → In Progress |
tags: | added: ota-1 |
summary: |
- Edge tutorial's redesign: new look + [oobe] + [edge tutorial] Edge tutorial's redesign: new look |
tags: | added: rtm14 |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Terry (mterry) |
status: | New → In Progress |
Changed in unity8 (Ubuntu): | |
importance: | Undecided → High |
summary: |
- [oobe] + [edge tutorial] Edge tutorial's redesign: new look + [design] [oobe] + [edge tutorial] Edge tutorial's redesign: new look |
Changed in unity8 (Ubuntu RTM): | |
status: | New → In Progress |
assignee: | nobody → Michael Terry (mterry) |
importance: | Undecided → High |
summary: |
- [design] [oobe] + [edge tutorial] Edge tutorial's redesign: new look + [oobe] Edge tutorial's redesign: new look |
Changed in unity8 (Ubuntu RTM): | |
status: | In Progress → New |
importance: | High → Undecided |
assignee: | Michael Terry (mterry) → nobody |
Michael Terry (mterry) wrote : | #2 |
This bug was fixed in the package unity8 - 8.02+15.
---------------
unity8 (8.02+15.
[ Michael Terry ]
* Redesign tutorial to match latest spec (just removing obsolete pages
and redesigning look, no new pages yet)
* Add new right-edge and bottom-edge screens to the first-boot edge
tutorial (LP: #1383297)
* Support switching the indicator profile on the fly, as the greeter
appears and disappears. (But don't use it yet, not until the
settings panel to control this is in place.)
* Clip the infographic to its bounding box, instead of letting it
bleed past the welcome page (visible when dragging the welcome page
to the side).
[ Michael Zanetti ]
* Add an AccountService based launcher model to be used with split
greeter
* Launcher fixes for windowed mode
* save and restore window size and position
* Fix resizing windows when making it smaller than minSize and then
larger again.
[ handsome_feng<email address hidden> ]
* makes the header fully reveal when tapping the search icon. (LP:
#1379327)
[ Mirco Müller ]
* Allow swipe-to-dismiss for contracted snap-decision notifications,
interactive notifications and ephemeral notifications. (LP:
#1355422, #1334855)
[ Daniel d'Andrada ]
* Make indicators bar eat all events
* Improve Launcher tests, making them more reliable
* Tapping on a surface gives it active focus
-- Ubuntu daily release <email address hidden> Wed, 11 Feb 2015 17:13:16 +0000
Changed in unity8 (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in ubuntu-ux: | |
status: | In Progress → Fix Committed |
Thanks for that!