MainView is missing an API to dynamically set supported orientations
Bug #1413121 reported by
Michael Zanetti
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtmir (Ubuntu) |
Confirmed
|
Medium
|
Unassigned | ||
qtubuntu (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The MainView offered an api to lock the app to portrait. When shellRotation landed, that was replaced by entries in the .desktop file (X-Ubuntu-
However, still this isn't really enough for some use cases. For example an app might want to be locked to portrait while showing the main menu, but when displaying certain content enable allowing rotation.
For that, there would be the need of an API, similar to the .desktop entries, but changeable at runtime.
description: | updated |
tags: | added: landscape |
summary: |
- MainView is missing an API to lock to landscape + MainView is missing an API to dynamically set supported orientations |
description: | updated |
tags: | added: unity8 |
no longer affects: | qtubuntu |
Changed in qtmir (Ubuntu): | |
importance: | Undecided → Medium |
no longer affects: | qtmir |
To post a comment you must log in.
Mir does provide an api for client to specify this to shell. But nothing is using it yet