Re: How to retrieve location from plasmoid

2011-08-27 Thread Onur-Hayri Bakici
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

Re: How to retrieve location from plasmoid

2011-08-24 Thread Onur-Hayri Bakici
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

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

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 applet. I

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 do you want to achieve

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; } } PlasmaCore.Dialog { id

Re: Expanding PlasmaCore.Dialog in Qml

2011-05-26 Thread Onur-Hayri Bakici
On Monday 23 May 2011, Onur-Hayri Bakici wrote: Hey, When i use PlasmaCore.Dialog inside an Item with a fix height and width Item { id: dialogItem height: 200 width: 200 PlasmaCore.Dialog { // some stuff } onEvent

Expanding PlasmaCore.Dialog in Qml

2011-05-23 Thread Onur-Hayri Bakici
Hey, When i use PlasmaCore.Dialog inside an Item with a fix height and width Item { id: dialogItem height: 200 width: 200 PlasmaCore.Dialog { // some stuff } onEvent: { dialogItem.height += 32 } } and try to change the height and width of the item(since dialog has no

IconWidget and Svg's in QML

2011-05-09 Thread Onur-Hayri Bakici
Hey guys, I came across a certain problem when arranging a SvgItem in a row. If I have code like Row { anchors.fill: parent PlasmaWidgets.IconWidget { id: iconWidget text: Click me } // i *must* combine these Item { id: closeItem PlasmaCore.Svg

Re: IconWidget and Svg's in QML

2011-05-09 Thread Onur-Hayri Bakici
On Monday 09 May 2011, Onur-Hayri Bakici wrote: Hey guys, I came across a certain problem when arranging a SvgItem in a row. If I have code like Row { anchors.fill: parent PlasmaWidgets.IconWidget { id: iconWidget text: Click me

Get the sources from PlasmaCore.DataModel in QML

2011-04-19 Thread Onur-Hayri Bakici
Hey folks, i kinda do not find a way to access the source name of a DataModel of an DataEngine. I only can access the keys the source has. Is there maybe any way I can make a workaround? Thanks. ___ Plasma-devel mailing list Plasma-devel@kde.org

[plasma-mediacenter]: Configuring the mediaservice

2011-03-19 Thread Onur-Hayri Bakici
Hey guys, in the last weeks I continued the mediaservice from my last years google summer of code project for plasma mediacenter. At this point I can happily say, that I am pretty satisfied with developing the api. However my recent idea is configuring the service (e.g. only return 25 results

Re: Plasma mediacenter - is it still alive?

2011-02-24 Thread Onur-Hayri Bakici
On 10.02.2011 13:59, Marco Martin wrote: On Wednesday 09 February 2011, Onur-Hayri Bakici wrote: On 08.02.2011 23:40, Marco Martin wrote: On Tuesday 08 February 2011, Marco Martin wrote: I've found the techbase-page http://techbase.kde.org/Projects/Plasma/Plasma_Media_Center and a gitorious

Re: Plasma mediacenter - is it still alive?

2011-02-24 Thread Onur-Hayri Bakici
On 24.02.2011 22:07, Marco Martin wrote: On Thursday 24 February 2011, Onur-Hayri Bakici wrote: absolutely! this is another thing i would love seeing it get going. it kinda depends the underlying thing being finally a bit working and stable instead of continuously drifting away What do you

Re: Featurlets for 4.7

2011-02-18 Thread Onur-Hayri Bakici
On 11.02.2011 22:58, Marco Martin wrote: Hi all, As i can see the fixing of apply buttons is proceeding very, very well, that's awesome. props to everyone involved :) another idea aamong those lines, could be, think about a little feature you would see in 4.7 could be a new option, could

Re: Plasma mediacenter - is it still alive?

2011-02-11 Thread Onur-Hayri Bakici
On 10.02.2011 13:59, Marco Martin wrote: On Wednesday 09 February 2011, Onur-Hayri Bakici wrote: On 08.02.2011 23:40, Marco Martin wrote: On Tuesday 08 February 2011, Marco Martin wrote: I've found the techbase-page http://techbase.kde.org/Projects/Plasma/Plasma_Media_Center and a gitorious

Re: Plasma mediacenter - is it still alive?

2011-02-09 Thread Onur-Hayri Bakici
On 08.02.2011 23:40, Marco Martin wrote: On Tuesday 08 February 2011, Marco Martin wrote: I've found the techbase-page http://techbase.kde.org/Projects/Plasma/Plasma_Media_Center and a gitorious projecthttp://gitorious.org/plasma-media-center that hasn't been updated for quite sometime.

Re: Plasma mediacenter - is it still alive?

2011-02-07 Thread Onur-Hayri Bakici
Hey Chris, My TZ is GMT+1, I will try to be on IRC late tomorrow (monday) evening around 23:00/11pm (GMT+1). My nick will be m_abs. It can't be too late during the workdays. Your building blocks looks like a reasonable starting point to me. Personally the picture viewer isn't important

tasks engine with currentappcontrol plasmoid

2011-01-09 Thread Onur-Hayri Bakici
Hi I recently came accross the currentappcontrol plasmoid, where it uses KWindowInfo and KWindowSystem to get all windows that are displayed in taskbar. Moreover is the counting of running applications not quite correct. Anyways i am corious why this does not get the running tasks information

Improving the searchbox applet

2010-10-30 Thread Onur-Hayri Bakici
I recently let the netbook containment on my netbook and i am really heavily impressed. Great job! Moreover i discovered the searchbox applet, which pretty much belongs to my daily use case However i also came accross tiny things that I am not 100%ly happy with. I would like to extend the applet

Re: [GSoC]: DataEngine queries in JavaScript

2010-07-06 Thread Onur-Hayri Bakici
okay, that looks like a more generic query. bests ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

[GSoC]: DataEngine queries in JavaScript

2010-07-05 Thread Onur-Hayri Bakici
Hey guys! I was thinking about the queries that should be used when querying tha addons since we mostly search for web-media i'll suggest the queries like provider:media?constraint1=value1constraint2=value2 so for example flickr:photo?text=birds //for searching photos text birds

Re: [Plasma Media Center] meeting planning

2010-06-09 Thread Onur-Hayri Bakici
12th 8am - 3pm UTC 13th 8am - 3.30pm UTC 14th 8am - 12pm UTC Onur-Hayri (thehayro) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel