Add a control to toggle between windowed and staged modes
Bug #1538591 reported by
Emanuele Antonio Faraone
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Pocket Desktop |
Fix Committed
|
High
|
kevin gunn | ||
Canonical System Image |
Fix Released
|
High
|
Michał Sawicz | ||
Session Menu |
New
|
Undecided
|
Lukáš Tinkl | ||
Ubuntu UX |
Fix Released
|
Undecided
|
Paty Davila | ||
unity8 (Ubuntu) |
Fix Released
|
High
|
Michael Zanetti |
Bug Description
A new toggle will be added to the rotation (to be display) indicator to allow the user to switch between windowed (for desktop) and staged (for phone and tablet)
Related branches
lp://staging/~lukas-kde/indicator-session/desktopModeSwitch
- Michael Zanetti (community): Approve
- Antti Kaijanmäki (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 211 lines (+95/-7)2 files modifiedsrc/backend-dbus/actions.c (+4/-1)
src/service.c (+91/-6)
lp://staging/~unity-team/unity8/sessionIndicatorForDevices
- Michael Terry: Approve
- Unity8 CI Bot: Needs Fixing (continuous-integration)
-
Diff: 266 lines (+48/-59)8 files modifieddebian/changelog (+6/-0)
debian/control (+2/-1)
plugins/Unity/Indicators/indicatorsmanager.cpp (+3/-5)
plugins/Unity/Session/dbusunitysessionservice.cpp (+4/-1)
qml/Components/Dialogs.qml (+6/-47)
qml/Greeter/Greeter.qml (+6/-0)
qml/Panel/IndicatorItemRow.qml (+5/-2)
qml/Panel/Indicators/MenuItemFactory.qml (+16/-3)
lp://staging/~unity-team/unity8/better-windowed-logic
- Michael Terry: Approve
- Unity8 CI Bot: Needs Fixing (continuous-integration)
-
Diff: 253 lines (+95/-71)3 files modifiedqml/Components/Unity8Settings.qml (+0/-50)
qml/OrientedShell.qml (+27/-17)
tests/qmltests/tst_OrientedShell.qml (+68/-4)
Changed in unity8 (Ubuntu): | |
status: | New → Incomplete |
summary: |
- button to change interface + Add a control to toggle between windowed and staged modes |
description: | updated |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Michał Sawicz (saviq) |
importance: | Undecided → High |
milestone: | none → ww04-2016 |
status: | New → Confirmed |
Changed in unity8 (Ubuntu): | |
status: | Incomplete → Confirmed |
importance: | Undecided → High |
Changed in canonical-pocket-desktop: | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in unity8 (Ubuntu): | |
assignee: | nobody → Michael Zanetti (mzanetti) |
Changed in canonical-pocket-desktop: | |
assignee: | nobody → kevin gunn (kgunn72) |
Changed in unity8 (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in ubuntu-ux: | |
status: | New → Confirmed |
tags: | added: mwc |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | ww04-2016 → ww08-2016 |
Changed in ubuntu-ux: | |
status: | Confirmed → In Progress |
Changed in ubuntu-ux: | |
status: | In Progress → New |
status: | New → Confirmed |
Changed in unity8 (Ubuntu): | |
assignee: | Michael Zanetti (mzanetti) → Lukáš Tinkl (lukas-kde) |
Changed in indicator-session: | |
assignee: | nobody → Lukáš Tinkl (lukas-kde) |
Changed in unity8 (Ubuntu): | |
assignee: | Lukáš Tinkl (lukas-kde) → Michael Zanetti (mzanetti) |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-pocket-desktop: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ux: | |
assignee: | nobody → Paty Davila (dizzypaty) |
status: | Confirmed → Fix Released |
To post a comment you must log in.
status update: I have a first branch which does what's requested here, but it introduces some issues and needs more work.