QtScript Smoke Bindings

2009-09-15 Thread Ian Monroe
I've already gone over the reasons for this project on both mailing lists. Since then I've cleaned up the code some and added a bunch of //TODOs and //FIXMEs so the repo is ready for other contributors. Note that unlike other language programming projects you get to use a nice C++ Qt api to bind w

Re: Review Request: associate an external tool to an applet

2009-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1606/ --- (Updated 2009-09-15 21:21:51.546388) Review request for Plasma. Summary --

Re: Review Request: associate an external tool to an applet

2009-09-15 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1606/ --- (Updated 2009-09-15 21:12:44.133738) Review request for Plasma. Changes --

Re: bug? or my bad use of threads part 2

2009-09-15 Thread Amir Taaki
i found this. it looks like a bug in qt with qimages http://www.qtforum.org/article/26774/problem-when-drawing-qimages-please-help.html On Tue, Sep 15, 2009 at 7:57 PM, Amir Taaki wrote: > Also I have debugging symbols enabled but get no backtrace. > > Also for some reason on ubuntu I dont get

Re: bug? or my bad use of threads part 2

2009-09-15 Thread Amir Taaki
Also I have debugging symbols enabled but get no backtrace. Also for some reason on ubuntu I dont get the wallpaper previewing app- anyone know where I can find it? On Tue, Sep 15, 2009 at 7:51 PM, Amir Taaki wrote: > oops that slipped my attention. but still removing the offending code the > c

Re: bug? or my bad use of threads part 2

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Amir Taaki wrote: > Basically was having some trouble in my plugin so I've hacked this small > testcase. It consists of one threaded object writing to an image read by > the main Plasma Wallpaper object and drawn to the screen. Tutorial1::Tutorial1(QObject *parent, const QV

Re: bug? or my bad use of threads part 2

2009-09-15 Thread Amir Taaki
oops that slipped my attention. but still removing the offending code the crash is still present On Tue, Sep 15, 2009 at 7:43 PM, Aaron J. Seigo wrote: > On September 15, 2009, Amir Taaki wrote: > > Basically was having some trouble in my plugin so I've hacked this small > > testcase. It consist

Re: Sort the matches of a runner

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Jan Gerrit Marker wrote: > I wrote a runner to kill applications (it is in playground). A user asked > me to sort the matchs by CPU load. So my question is if there's a working > possibility to sort the matches. you can call setRelevance on matches, which is a qreal with v

Sort the matches of a runner

2009-09-15 Thread Jan Gerrit Marker
Hello, I wrote a runner to kill applications (it is in playground). A user asked me to sort the matchs by CPU load. So my question is if there's a working possibility to sort the matches. Thanks in advance Jan ___ Plasma-devel mailing list Plasma-deve

bug? or my bad use of threads part 2

2009-09-15 Thread Amir Taaki
hey http://pastebin.com/m59bfa77b http://pastebin.com/m21f481b3 Damn typed a long email before but cant be bothered to type all those details again :/ fckin hotmail!!! Basically was having some trouble in my plugin so I've hacked this small testcase. It consists of one threaded object writing to

Re: KDE/kdebase/workspace/plasma

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Marco Martin wrote: > sadly, is still not possible to open it from dashboardview (well not even > from desktopview, actually :p) i actually fixed most of that last night. i abstracted the basic window from PanelController into a class called ControllerWindow which now: *

Re: KDE/kdebase/workspace/plasma

2009-09-15 Thread Chani
On September 15, 2009 10:45:13 Marco Martin wrote: > On Tuesday 15 September 2009, Chani wrote: > > On September 14, 2009 16:45:35 Aaron J. Seigo wrote: > > > On September 14, 2009, Chani wrote: > > > > > also, in moving i noticed the screensaver shell still tried to > > > > > include and use apple

Re: KDE/kdebase/workspace/plasma

2009-09-15 Thread Marco Martin
On Tuesday 15 September 2009, Chani wrote: > On September 14, 2009 16:45:35 Aaron J. Seigo wrote: > > On September 14, 2009, Chani wrote: > > > > also, in moving i noticed the screensaver shell still tried to > > > > include and use appletbrowser.h, i really wonder why it was still > > > > buildin

Re: KDE/kdebase/workspace/plasma

2009-09-15 Thread Chani
On September 14, 2009 16:45:35 Aaron J. Seigo wrote: > On September 14, 2009, Chani wrote: > > > also, in moving i noticed the screensaver shell still tried to include > > > and use appletbrowser.h, i really wonder why it was still building. > > > now those parts are just commented out but a port

kssldlds

2009-09-15 Thread Amir Taaki
_ View your other email accounts from your Hotmail inbox. Add them now. http://clk.atdmt.com/UKM/go/167688463/direct/01/ ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.

Re: QtScript bindings

2009-09-15 Thread Robert Knight
> smoke based? have you looked into the qscript generator that Kent @ Qt > has been working on (for a long time now ... i wonder why there isn't more > news about it by now...) Please check with Kent whether there has been any change on this but last I looked at the binding generator (shortly afte

Re: Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Eckhart Wörner
Hi Aaron, Am Dienstag, 15. September 2009 17:30:45 schrieb Aaron J. Seigo: > > at the moment, the account details are a bit messed up anyway: the > > password is saved in KWallet by the ioslave responsible for ocs api > > requests (i.e. https normally), same for the user name (although you can > >

Re: Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Marco Martin
On Tuesday 15 September 2009, Eckhart Wörner wrote: > Hi, > > I'd like to split the openDesktop plasmoid into two parts: > - the first plasmoid should contain the user details, the friends list and > the nearby users list > - the second plasmoid should contain the activity list (aka news feed) > >

Re: Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Eckhart Wörner wrote: > at the moment, the account details are a bit messed up anyway: the password > is saved in KWallet by the ioslave responsible for ocs api requests (i.e. > https normally), same for the user name (although you can set the user > name in the plasmoid c

Re: Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Eckhart Wörner
Hi Aaron, Am Dienstag, 15. September 2009 16:54:51 schrieb Aaron J. Seigo: > > I'd like to split the openDesktop plasmoid into two parts: > > - the first plasmoid should contain the user details, the friends list > > and the nearby users list > > - the second plasmoid should contain the activity l

Re: Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Eckhart Wörner wrote: > I'd like to split the openDesktop plasmoid into two parts: > - the first plasmoid should contain the user details, the friends list and > the nearby users list > - the second plasmoid should contain the activity list (aka news feed) how will they sha

Re: QtScript bindings

2009-09-15 Thread Tommi Mikkonen
Marco Martin wrote: > the api of plasma widget is limited to protect the simple js bindings, in the > full ones there could be the access to nativeWidget() i suppose, so they > could > have the full api of the underlying embedded qwidget > Doing this would result in an extremely powerful scri

Re: KDE/kdebase/workspace/plasma

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Marco Martin wrote: > yes, i agree, i can begin to move those. > what concerns me is that there could be more than one in the future (i have > one in playground called standaloneplasmoids, i showed it to you at > tokamak) that could go either in generic or netbook, probably

Re: Review Request: associate an external tool to an applet

2009-09-15 Thread Aaron Seigo
> On 2009-09-15 04:32:47, Aaron Seigo wrote: > > /trunk/KDE/kdelibs/plasma/applet.h, lines 631-637 > > > > > > external -> associated? > > tool -> application? > > > > we will need to have a non-KService vers

Re: workspace/plasma filesystem reorganization

2009-09-15 Thread Aaron J. Seigo
On September 15, 2009, Marco Martin wrote: > On Monday 14 September 2009, Aaron J. Seigo wrote: > > On September 14, 2009, Marco Martin wrote: > > > uh, and another thing: maybe the widget explorer to be another separate > > > library, so in workspace/libs we would have libplasmagenericshell (or >

Re: Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Artur Souza (MoRpHeUz)
On Tuesday 15 September 2009, 11:10 Eckhart Wörner wrote: > I'd like to split the openDesktop plasmoid into two parts: > - the first plasmoid should contain the user details, the friends list and > the nearby users list > - the second plasmoid should contain the activity list (aka news feed) What

Splitting openDesktop plasmoid into two parts

2009-09-15 Thread Eckhart Wörner
Hi, I'd like to split the openDesktop plasmoid into two parts: - the first plasmoid should contain the user details, the friends list and the nearby users list - the second plasmoid should contain the activity list (aka news feed) Now the main question is how that split has to place. Do I have t

Re: Review Request: associate an external tool to an applet

2009-09-15 Thread Marco Martin
> On 2009-09-15 04:32:47, Aaron Seigo wrote: > > /trunk/KDE/kdelibs/plasma/applet.cpp, lines 1985-1987 > > > > > > this is actually unecessary; KRun does all of this for you, including > > re-using the mimetype fetching

bug or bas use of threads

2009-09-15 Thread Amir Taaki
_ Save time by using Hotmail to access your other email accounts. http://clk.atdmt.com/UKM/go/167688463/direct/01/ ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/ma

bug? or my bad use of threads?

2009-09-15 Thread Amir Taaki
_ Save time by using Hotmail to access your other email accounts. http://clk.atdmt.com/UKM/go/167688463/direct/01/ ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/ma

Re: QtScript bindings

2009-09-15 Thread Marco Martin
On Tuesday 15 September 2009, Tommi Mikkonen wrote: > Aaron J. Seigo wrote: > > Frame is not a QFrame, it's a Plasma::Frame. > > WebView is not a QWebView, it's a Plasma::WebView. > > Ok, accepted; the problem is that I'm aiming at porting > from QtScript to Plasma, and this is one of the things wh

Re: QtScript bindings

2009-09-15 Thread Marco Martin
On Monday 14 September 2009, Tommi Mikkonen wrote: > Aaron J. Seigo wrote: > > On September 14, 2009, Tommi Mikkonen wrote: > >> Having said that, what I would also like is a harmonized API; having > >> finally spend some hours tonight (after traveling in conferences for > >> some weeks!) on JS Pla

Re: KDE/kdebase/workspace/plasma

2009-09-15 Thread Marco Martin
On Tuesday 15 September 2009, Aaron J. Seigo wrote: > On September 14, 2009, Marco Martin wrote: > > SVN commit 1023511 by mart: > > > > move stuff around: > > i really don't like the shells/ directories. > > plasma/netbook/shells/netbook/ > plasma/desktop/shells/desktop/ > plasma/screensaver/shell

Re: workspace/plasma filesystem reorganization

2009-09-15 Thread Marco Martin
On Monday 14 September 2009, Aaron J. Seigo wrote: > On September 14, 2009, Marco Martin wrote: > > uh, and another thing: maybe the widget explorer to be another separate > > library, so in workspace/libs we would have libplasmagenericshell (or > > libplasmageneric) and libplasmawidgetexplorer > >