[Touch-packages] [Bug 1379777] Re: [Orientation] Allow applications to specify the orientations supported

2015-08-09 Thread Laurie Bradshaw
Seems mir has the necessary support with mir_surface_set_preferred_orientation, which confusingly doesn't do anything at the moment, as the shell isn't honouring it. I'm currently providing orientation support in neverball and tuxracer by rotating the whole scene and touch input to the user prefer

[Touch-packages] [Bug 1382209] Re: [Enhancement] Add an API to lock surface orientation

2015-08-09 Thread Laurie Bradshaw
I've been trying to integrate with the system rotation instead of doing it myself for neverball, neverputt and tuxracer. mir_surface_set_preferred_orientation doesn't seem to do anything on my bq aquaris, with or without X-Ubuntu-Supported-Orientations in the desktop file, is this due to missing s

[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

2015-08-01 Thread Laurie Bradshaw
Ah, nevermind, send dbus message, got it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu. https://bugs.launchpad.net/bugs/1462489 Title: Allow apps to keep the screen on Status in Canonic

[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

2015-07-30 Thread Laurie Bradshaw
So how would I request the display stays lit without qt? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu. https://bugs.launchpad.net/bugs/1462489 Title: Allow apps to keep the screen on St

[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-07-03 Thread Laurie Bradshaw
Setting the gl red green, blue and depth sizes from client code (SDL_GL_SetAttribute) doesn't help with the transparency issue on krillin. Does/should this help with the doubling problem on nexus hw? (I don't have any to test) -- You received this bug notification because you are a member of Ubun

[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-24 Thread Laurie Bradshaw
You can work around alpha issues on krillin by masking the alpha channel and clearing the color buffer bit before swapping buffers. I'm not sure if it's a separate issue or a different symptom of the same issue, but the workaround doesn't help on nexus devices. -- You received this bug notifica