[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-08-28 Thread Christian Dywan
This has been implemented at this point in the form of
X-Ubuntu-Supported-Orientations=landscape

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-08-28 Thread Michael Zanetti
Reopening, this really needs to be changeable during runtime. The
current entry in the .desktop file is not enough.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-08-28 Thread Daniel d'Andrada
eg: an application may be freely rotated X-Ubuntu-Supported-
Orientations=portrait,landscape but while it's displaying a fullscreen
video, for instance, it will want to be put specifically in landscape.

The game example in the bug description is solved by adding X-Ubuntu-
Supported-Orientations=landscape to its desktop file, as kalikiana
said.

So if this bug is about item 2 from comment #9, its description should
be rewritten.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-08-28 Thread Michael Zanetti
An application might want to be locked to portrait while showing the
main menu, but allow rotating while displaying some certain content. For
that, the entries in the .desktop file are too static and there needs to
be an API that can change those attributes at runtime.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-08-28 Thread Daniel d'Andrada
I'm confused. Is this bug about:

1) making it possible for an application to tell the orientations it
supports.

or

2) making it possible for an application to tell the orientation it
would like to be put in (from the set of supported orientations, which
is constant) at runtime.

1 has been solved by the X-Ubuntu-Supported-Orientations desktop file
entry. Only 2 seems to be missing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-03-04 Thread Christian Dywan
** Tags added: landscape

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-02-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtubuntu (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-02-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtmir (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-02-04 Thread Tim Peeters
I thought that all the orientation handling was going to be removed from
MainView, and dealt with by unity8 somehow?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-02-04 Thread Zsombor Egri
What Gerry is talking about - afaik - is the one apps should specify in
the desktop file, which is about to land in Vivid. However, the feature
Michael is talking about is more runtime one, for which we do not have
API yet to connect to.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-01-21 Thread Gerry Boland
Mir does provide an api for client to specify this to shell. But nothing
is using it yet

** Also affects: qtmir (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qtubuntu (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qtubuntu
   Importance: Undecided
   Status: New

** Also affects: qtmir
   Importance: Undecided
   Status: New

** Changed in: qtmir
   Status: New = Confirmed

** Changed in: qtmir
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-01-21 Thread Stuart Langridge
Also, I always lock my phone's rotation so that it's always portrait
only. A lock to landscape API for a game should override this, for
that game only.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-01-21 Thread Michael Zanetti
** Description changed:

- The MainView offers an api to lock the app to landscape. For games
+ The MainView offers an api to lock the app to portrait. For games
  however, it's common to require landscape mode. This is not supported
  and causes  most of the games to show a notice like Please rotate the
  device when in portrait mode which looks not very professional.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1413121

Title:
  MainView is missing an API to lock to landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1413121/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs