Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Mark
On Mon, May 28, 2012 at 9:19 PM, Marco Martin wrote: > On Monday 28 May 2012, Aaron J. Seigo wrote: > > On Monday, May 28, 2012 21:01:33 Marco Martin wrote: > > > a thing i'm a bit concerned about is what happens when it's used by a > > > plasmoid? seems a bit beyond on what's sane to do there...

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Marco Martin
On Monday 28 May 2012, Aaron J. Seigo wrote: > On Monday, May 28, 2012 21:01:33 Marco Martin wrote: > > a thing i'm a bit concerned about is what happens when it's used by a > > plasmoid? seems a bit beyond on what's sane to do there... > > yeah, plasmoids should not be touching this kind of stuff

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Aaron J. Seigo
On Monday, May 28, 2012 21:01:33 Marco Martin wrote: > a thing i'm a bit concerned about is what happens when it's used by a > plasmoid? seems a bit beyond on what's sane to do there... yeah, plasmoids should not be touching this kind of stuff, indeed. -- Aaron J. Seigo signature.asc Descriptio

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Marco Martin
On Monday 28 May 2012, Aaron J. Seigo wrote: > On Monday, May 28, 2012 15:57:06 Mark wrote: > > The "Qt Desktop Components" are going to allow that as well. Now i hope > > you mean one should mix Qt Desktop Components together with Plasma > > Components to make a fullscreen desktop application. > >

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Aaron J. Seigo
On Monday, May 28, 2012 16:17:12 Marco Martin wrote: > again, the fact that an element ends up as a window is a completely > irrelevant implementation detail, that may depend from the platform or even > from the version, should be possible for windows becoming elements just on > scene and vice vers

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Aaron J. Seigo
On Monday, May 28, 2012 15:57:06 Mark wrote: > The "Qt Desktop Components" are going to allow that as well. Now i hope you > mean one should mix Qt Desktop Components together with Plasma Components > to make a fullscreen desktop application. > http://qt.gitorious.org/qt-components/desktop/trees/ma

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Marco Martin
On Monday 28 May 2012, Ionut Colceriu wrote: > Thanks for the ideal use cases, but, I'm using the PlasmaCore Dialog > (not the one from PlasmaComponents), in a KWin Script which is similar > (in a way) to the Gnome Shell activities view. > > Basically, the Dialog (since it's the only element that

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Ionut Colceriu
Thanks for the ideal use cases, but, I'm using the PlasmaCore Dialog (not the one from PlasmaComponents), in a KWin Script which is similar (in a way) to the Gnome Shell activities view. Basically, the Dialog (since it's the only element that can be rendered, as a parent, in the KWin Script), has

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Marco Martin
On Monday 28 May 2012, Mark wrote: > On Mon, May 28, 2012 at 2:33 PM, Marco Martin wrote: > > On Monday 28 May 2012, Ionut Colceriu wrote: > > > Hi, > > > > > > Is there a way I could make a PlasmaCore Dialog fullscreen, in QML? > > > Right now, it seems that the Dialog has a maximum width (scree

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Mark
On Mon, May 28, 2012 at 2:33 PM, Marco Martin wrote: > On Monday 28 May 2012, Ionut Colceriu wrote: > > Hi, > > > > Is there a way I could make a PlasmaCore Dialog fullscreen, in QML? > > Right now, it seems that the Dialog has a maximum width (screen width > > - margins) that I can't get beyond,

Re: PlasmaCore Dialog maximum width

2012-05-28 Thread Marco Martin
On Monday 28 May 2012, Ionut Colceriu wrote: > Hi, > > Is there a way I could make a PlasmaCore Dialog fullscreen, in QML? > Right now, it seems that the Dialog has a maximum width (screen width > - margins) that I can't get beyond, regardless of the width I set on > the mainItem. > > Also, could

PlasmaCore Dialog maximum width

2012-05-28 Thread Ionut Colceriu
Hi, Is there a way I could make a PlasmaCore Dialog fullscreen, in QML? Right now, it seems that the Dialog has a maximum width (screen width - margins) that I can't get beyond, regardless of the width I set on the mainItem. Also, could you tell me where the margins for it are set? I've tried rem