Re: How to retrieve location from plasmoid

2011-08-23 Thread Marco Martin
On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > > > also, exactly why you are making it a dock? > > I am implementing the currentappcontrol in qml :) nice:) (there isn't a binding for the present window effect tough, may or may not make sense to have those, hmmm) would give a try with

Re: How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
> On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > A little example of what I did. > > Item { > > > > PlasmaWidgets.PushButton { > > > > id: btn > > text: "press me" > > onClicked: { > > > > dialog.visible = true; > > > > } > > > > } > > > > Pl

Re: Re: compositingActive not efficient on XRandR events

2011-08-23 Thread Martin Gräßlin
On Tuesday 23 August 2011 22:54:17 Sebastian Kügler wrote: > Has this patch gone in? given that my kdelibs is unpatched and I do no longer see that issue, I think: yes or with git words: b7b4358542e205c027ccd2718f43052851ff7152 Cheers Martin signature.asc Description: This is a digitally signed

Re: Review Request: Plasmate:void ProjectManager::removeDirectory works correctly

2011-08-23 Thread Sebastian Kügler
On Wednesday, June 08, 2011 23:51:03 Giorgos Tsiapaliwkas wrote: > http://git.reviewboard.kde.org/r/101550/ > the method removeDirectory wasn't removing the parent folder. > For example,if we named out plasmoid my_plasmoid it would have a directory > like this "$(kde4-config > --localprefix)/share

Re: Review Request: Plasmate:add a destructor and some changes to the destructor of mainwindow.ccp

2011-08-23 Thread Sebastian Kügler
On Monday, July 11, 2011 20:12:20 Giorgos Tsiapaliwkas wrote: > http://git.reviewboard.kde.org/r/101916/ > I was looking at the projectmanager.projectmanager.[h/cpp] and i noticed > that there wasn't no destructor. The patch adds a destructor at > projectmanager and changed a bit the mainwindow.cp

Re: compositingActive not efficient on XRandR events

2011-08-23 Thread Sebastian Kügler
On Monday, July 18, 2011 15:12:29 Fredrik Höglund wrote: > On Monday 18 July 2011, Aaron J. Seigo wrote: > > On Saturday, July 16, 2011 15:36:19 Martin Gräßlin wrote: > > > The bug is much simpler - Plasma just simply fails to recognize that a > > > compositing manager is active. I can see this eac

Re: Review Request: Plasmate:Timeline dockwidger needs one click

2011-08-23 Thread Sebastian Kügler
On Thursday, July 21, 2011 17:35:36 Giorgos Tsiapaliwkas wrote: > http://git.reviewboard.kde.org/r/102026/ > without this patch in order the timeline dockwidger needs two clicks in > order to be visible.the patch fixes the issue. Has this one been committed? If so, please mark it as such in Revie

Re: Review Request: Plasmate:migrate timeline.cpp from Q classes to K classes

2011-08-23 Thread Sebastian Kügler
On Thursday, July 21, 2011 17:44:40 Giorgos Tsiapaliwkas wrote: > the patch migrates the timeline.cpp from the Q classes to K classes. > Also adds a KMessageBox::information in the newsavepoint(),in order to > inform the user that he can't create a new save point without any changes > being made >

Re: How to retrieve location from plasmoid

2011-08-23 Thread Marco Martin
On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > A little example of what I did. > Item { > > PlasmaWidgets.PushButton { > id: btn > text: "press me" > onClicked: { > dialog.visible = true; > } > } > > PlasmaCore.Dialog { > id: dialog > Component.onComplet

Re: How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
> On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > > On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > > > > is there any way to get the x,y position of plasmoids using > > > > javascript? > > > > > > You mean on the screen? No, by design it's not possible. > > > > > > What d

Re: How to retrieve location from plasmoid

2011-08-23 Thread Marco Martin
On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > > > is there any way to get the x,y position of plasmoids using javascript? > > > > You mean on the screen? No, by design it's not possible. > > > > What do you want to achieve?

Re: How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
> On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > > is there any way to get the x,y position of plasmoids using javascript? > > You mean on the screen? No, by design it's not possible. > > What do you want to achieve? I want to let a PlasmaCore.Dialog to appear underneath the app

Re: How to retrieve location from plasmoid

2011-08-23 Thread Sebastian Kügler
On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > is there any way to get the x,y position of plasmoids using javascript? You mean on the screen? No, by design it's not possible. What do you want to achieve? -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
Hey guys, is there any way to get the x,y position of plasmoids using javascript? thank you ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel