Re: Re: PlasmaCore::Dialog and QQuickRenderControl

2014-12-11 Thread Martin Gräßlin
On Thursday 11 December 2014 14:07:30 Marco Martin wrote: > On Thursday 11 December 2014, Martin Gräßlin wrote: > > > you mean it would still be possible to use qwindows as dialogs, but just > > > create them in a different way? > > > > yes > > ah, internal api... splendid > > > > > Any ideas ho

Re: PlasmaCore::Dialog and QQuickRenderControl

2014-12-11 Thread Marco Martin
On Thursday 11 December 2014, Martin Gräßlin wrote: > > you mean it would still be possible to use qwindows as dialogs, but just > > create them in a different way? > > yes ah, internal api... splendid > > > Any ideas how we could solve this problem? Could we make Dialog > > > wrapping a QQuickW

Re: Re: PlasmaCore::Dialog and QQuickRenderControl

2014-12-11 Thread Martin Gräßlin
On Thursday 11 December 2014 13:51:06 Marco Martin wrote: > On Thursday 11 December 2014, Martin Gräßlin wrote: > > Unfortunately one can only use the QQuickRenderControl if one creates the > > QQuickWindow with the ctor taking a QQuickRenderControl* argument. So for > > all cases where a PlasmaCor

Re: PlasmaCore::Dialog and QQuickRenderControl

2014-12-11 Thread Marco Martin
On Thursday 11 December 2014, Martin Gräßlin wrote: > Unfortunately one can only use the QQuickRenderControl if one creates the > QQuickWindow with the ctor taking a QQuickRenderControl* argument. So for > all cases where a PlasmaCore.Dialog is instantiated in QML this cannot > work. you mean it w

PlasmaCore::Dialog and QQuickRenderControl

2014-12-11 Thread Martin Gräßlin
Hi, I'm currently hitting a problem where I don't know what to do about it. In KWin we use PlasmaCore::Dialog a lot (e.g. in Alt+Tab). Now with Qt 5.4 I would like to get all QQuickWindows to use QQuickRenderControl. The reason for this is that it would allow us the following: * make KWin's Ope