AP - full screen mode

2013-04-09 Thread Bogdan Cristea
On Tuesday 09 April 2013 00:41:44 Aaron J. Seigo wrote: On Monday, April 8, 2013 20:12:41 Bogdan Cristea wrote: I would like to reuse the background image of the AP main toolbar in my own application (for a toolbar that should appear just below the main toolbar). Is there a way to

Re: AP - full screen mode

2013-04-09 Thread Marco Martin
On Tuesday 09 April 2013, Bogdan Cristea wrote: Svg(widgets/panel-background) should do the trick. Hi I am trying to force my application in full screen mode, but it seems that the main panel is always shown while my application window is below the main panel. Is there a way to force an

Re: AP - full screen mode

2013-04-09 Thread Thomas Pfeiffer
On 09.04.2013 15:30, Bogdan Cristea wrote: On Tuesday 09 April 2013 00:41:44 Aaron J. Seigo wrote: On Monday, April 8, 2013 20:12:41 Bogdan Cristea wrote: I would like to reuse the background image of the AP main toolbar in my own application (for a toolbar that should appear just below the

Re: AP - full screen mode

2013-04-09 Thread Bogdan Cristea
On Tuesday 09 April 2013 15:36:23 Marco Martin wrote: full screen mode is not supported yet, because on an application misbehaving it can lock out the entire device. what would be needed is a kwin extension that offers some gesture to exit from fullscreen Allright, it's a good point. In my

Re: AP - full screen mode

2013-04-09 Thread Bogdan Cristea
On Tuesday 09 April 2013 15:39:46 Thomas Pfeiffer wrote: we are currently preventing full screen mode because if a (legacy) application does not provide a way to exit full screen mode without using the keyboard, we're stuck with no way to close the application. This has happened e.g. with

Re: AP - full screen mode

2013-04-09 Thread Thomas Pfeiffer
On 09.04.2013 15:50, Martin Graesslin wrote: On Tuesday 09 April 2013 15:30:56 Bogdan Cristea wrote: For full screen mode currently I use QRect rect(0, 0, QApplication::desktop()-width(), QApplication::desktop()- height()); setGeometry(rect); this is not a way to set a window to

Re: AP - full screen mode

2013-04-09 Thread Martin Graesslin
On Tuesday 09 April 2013 15:54:42 you wrote: Actually I am using first showFullScreen() before setting the geometry, otherwise on AP my window is wrongly resized. it still sounds quite wrong. Don't set geometries manually unless you really have to. The code you pasted would break on a

Re: AP - full screen mode

2013-04-09 Thread Marco Martin
On Tuesday 09 April 2013, Bogdan Cristea wrote: I don't consider yet multiple screens, the reason for using this is that showFullScreen() alone does not work on AP. i would like fullscreen windows working correctly, but apart from that, an application should never ever worry about its

Re: AP - full screen mode

2013-04-09 Thread Thomas Pfeiffer
On 09.04.2013 16:43, Bogdan Cristea wrote: On Tuesday 09 April 2013 16:32:24 Marco Martin wrote: On Tuesday 09 April 2013, Bogdan Cristea wrote: I don't consider yet multiple screens, the reason for using this is that showFullScreen() alone does not work on AP. i would like fullscreen