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: Review Request: Plasmate: when "Enable signing plasmoid" is enabled, automatically choose a key

2012-05-28 Thread Giorgos Tsiapaliwkas
> On May 28, 2012, 1:09 p.m., Aaron J. Seigo wrote: > > given that this is a security feature, this looks a little too dangerous > > and lose. > > > > instead, disable the signing button altogether until there is at least one > > key selected. I don't understand In which widget you are referr

Re: Review Request: SortFilterModel: Do not reset model while changing the regexp

2012-05-28 Thread Aaron J. Seigo
> On May 28, 2012, 1:01 p.m., Marco Martin wrote: > > If i remember correctly it was a workaround to an old upstream problem of > > early qml. > > i tested the patch a bit and seems to not cause issues i can confirm the testing and no issues as well.. +1 - Aaron J. -

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: Plasma scripting under NX/X2GO { Manipulate Panel }

2012-05-28 Thread Helmer Teles
Hello ML, it seems that no one has looked at this subject yet. This problem and other small problems with DBUS make almost impossible for KDE to be deployed as a Terminal Server for concurrent usage. This is the Topic I've opened at KDE Forums. { http://forum.kde.org/viewtopic.php?f=67&t=102286

Re: Review Request: Plasmate: port Publisher to a ui file and add an install action

2012-05-28 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105031/#review14231 --- Ship it! Ship It! - Aaron J. Seigo On May 24, 2012, 5:31 p.

Re: Review Request: Plasmate: port Publisher to a ui file and add an install action

2012-05-28 Thread Aaron J. Seigo
> On May 27, 2012, 6:43 p.m., Aaron J. Seigo wrote: > > is the "testing done" comment about doPublish being called still correct? i > > don't see how it could be? :) > > Giorgos Tsiapaliwkas wrote: > > i don't see how it could be? :) > > You have right it doesn't. That's my fault.

Re: Review Request: Plasmate: when "Enable signing plasmoid" is enabled, automatically choose a key

2012-05-28 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105074/#review14229 --- given that this is a security feature, this looks a little too

Re: Review Request: SortFilterModel: Do not reset model while changing the regexp

2012-05-28 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105042/#review14228 --- Ship it! If i remember correctly it was a workaround to an old

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

Review Request: Plasmate: when "Enable signing plasmoid" is enabled, automatically choose a key

2012-05-28 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105074/ --- Review request for Plasma, Sebastian Kügler and Aaron J. Seigo. Descriptio

Re: Review Request: Plasmate: port Publisher to a ui file and add an install action

2012-05-28 Thread Giorgos Tsiapaliwkas
> On May 27, 2012, 6:43 p.m., Aaron J. Seigo wrote: > > is the "testing done" comment about doPublish being called still correct? i > > don't see how it could be? :) > i don't see how it could be? :) You have right it doesn't. That's my fault. I just noticed that in the publish dialog that I h