Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Lucas Murray
On Fri, Sep 18, 2009 at 11:52 PM, Marco Martin wrote: > now the config option is managed in Options, a bit better If the patch works how you want it to work it is fine to commit. -- Lucas Murray :: http://www.undefinedfire.com GPG Fingerprint: 0B88 499E 3F5B 1405 D952 258A AD90 B4F5 90B6 3534

Re: Review Request: Replaced kopete systray with NotificationItem

2009-09-18 Thread Matt Rogers
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1635/#review2396 --- Ship it! looks fine. please commit. thanks for the port! - Matt On

Re: Fwd: bug in python plasmoid tutorial

2009-09-18 Thread Jean Pierre Charalambos
On Friday 18 September 2009 02:41:08 pm Aaron J. Seigo wrote: > On September 18, 2009, Matt Williams wrote: > > http://osdir.com/ml/plasma-devel/2009-08/msg00220.html > > the real problem there looks like: > > charge = data[QString("Charge Percent")].toInt()[0] > > is trying to treat toInt() as

Re: Fwd: bug in python plasmoid tutorial

2009-09-18 Thread Maik Beckmann
2009/9/18 Aaron J. Seigo : > On September 18, 2009, Matt Williams wrote: >> http://osdir.com/ml/plasma-devel/2009-08/msg00220.html > > the real problem there looks like: > > charge = data[QString("Charge Percent")].toInt()[0] > > is trying to treat toInt() as returning an array. i'm not a pythonist

Review Request: Replaced kopete systray with NotificationItem

2009-09-18 Thread Davide Bettio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1635/ --- Review request for Kopete and Plasma. Summary --- This patch replaces KSysT

Re: Fwd: bug in python plasmoid tutorial

2009-09-18 Thread Aaron J. Seigo
On September 18, 2009, Matt Williams wrote: > http://osdir.com/ml/plasma-devel/2009-08/msg00220.html the real problem there looks like: charge = data[QString("Charge Percent")].toInt()[0] is trying to treat toInt() as returning an array. i'm not a pythonista, but i'd expect the correct code to

Re: Dataengines, libs and default config

2009-09-18 Thread Aaron J. Seigo
On September 18, 2009, Petri Damstén wrote: > > > Currently making a weather applet is much harder in scripting languages > > > because you don't have access to the library. > > > > can't you build some QScript bindings for it? then the applet can request > > that add-on? > > Yes of course but I

Fwd: bug in python plasmoid tutorial

2009-09-18 Thread Matt Williams
Hi Jean, I'm forwarding your email the plasma development list as it's likely that someone on there was the author of that tutorial. The guys there should be able to help you. Regards, Matt Williams http://milliams.com -- Forwarded message -- From: Jean Pierre Charalambos Date:

Re: Dataengines, libs and default config

2009-09-18 Thread Petri Damstén
On Friday 18 September 2009 20:26:20 Aaron J. Seigo wrote: > On September 18, 2009, Petri Damstén wrote: > > Would it be possible to put default config pages that are currently in > > libs (libplasmaweather, libplasmaclock, ...) to dataengine (or > > somewhere)? > > DataEngines can not do any UI.

Introducing Project Silk

2009-09-18 Thread Sebastian Kügler
Hey everybody, [Please direct replies to this email to the kde-silk list only to avoid too much cross-posting] This is interesting for you, if you are * a developer of an application that could be enhanced by online content * a developer of an application that is integrating online content or

Re: Dataengines, libs and default config

2009-09-18 Thread Aaron J. Seigo
On September 18, 2009, Petri Damstén wrote: > Would it be possible to put default config pages that are currently in libs > (libplasmaweather, libplasmaclock, ...) to dataengine (or somewhere)? DataEngines can not do any UI. > Currently making a weather applet is much harder in scripting language

Re: Now Playing & Urls

2009-09-18 Thread Aaron J. Seigo
On September 17, 2009, Alex Merry wrote: > On Thursday 17 September 2009 18:05:59 you wrote: > > Hi, > > > > Not all script engines (e.g. webkit) can use QPixmap from the data and > > sometimes file path is useful (if artwork is not set I would like to show > > jpg from the same dir). This patch a

Re: netbook irc meeting

2009-09-18 Thread Aaron J. Seigo
On September 18, 2009, Marco Martin wrote: > how many people could be able to do it in morning time utc? depends on what time in the morning. 10am UTC is 1am for me here, and even worse (3am) for people on the other side of the Americas, such as Artur. so it would either have to be early UTC (7a

Introducing Project Silk

2009-09-18 Thread Sebastian Kügler
Hey everybody, (re-sent with correct sender address) [Please direct replies to this email to the kde-silk list only to avoid too much cross-posting] This email is interesting for you, if you are * a developer of an application that could be enhanced by online content * a developer of an appl

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Marco Martin wrote: > On Friday 18 September 2009, Marco Martin wrote: > > On Friday 18 September 2009, Lucas Murray wrote: > > > On Fri, Sep 18, 2009 at 2:31 AM, Marco Martin wrote: > > > > hi all, > > > > one of the things we need for the plasma netbook shell is to h

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Marco Martin wrote: > On Friday 18 September 2009, Lucas Murray wrote: > > On Fri, Sep 18, 2009 at 2:31 AM, Marco Martin wrote: > > > hi all, > > > one of the things we need for the plasma netbook shell is to have > > > windows fullscreen most of the time, so be maximi

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Lucas Murray wrote: > On Fri, Sep 18, 2009 at 2:31 AM, Marco Martin wrote: > > hi all, > > one of the things we need for the plasma netbook shell is to have windows > > fullscreen most of the time, so be maximized and without borders (title > > and controls to unmaximi

Dataengines, libs and default config

2009-09-18 Thread Petri Damstén
Hi, Would it be possible to put default config pages that are currently in libs (libplasmaweather, libplasmaclock, ...) to dataengine (or somewhere)? Currently making a weather applet is much harder in scripting languages because you don't have access to the library. e.g. Put 'config.page' fil

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Lucas Murray
On Fri, Sep 18, 2009 at 5:47 PM, Marco Martin wrote: > uuh, so KDecoration::borders() should be no longer a pure virtual? If that's the only way to implement it then it cannot be done as all decorations override the function anyway. As some popular decorations use KDecoration directly there is n

Review Request: Now playing dataengine

2009-09-18 Thread Petri Damstén
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1634/ --- Review request for Plasma. Summary --- This patch: * Adds ArtUrl field (e.g

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Lucas Murray wrote: > On Fri, Sep 18, 2009 at 4:28 PM, Marco Martin wrote: > > well, exactly what is done in this patch, is just in the > > kcommondecoration superclass to no be specific to one single decoration. > > In that case: > > 1) The setting would be better cal

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Lucas Murray
On Fri, Sep 18, 2009 at 4:28 PM, Marco Martin wrote: > well, exactly what is done in this patch, is just in the kcommondecoration > superclass to no be specific to one single decoration. In that case: 1) The setting would be better called "borderlessMaximizedWindows". 2) Layout metric calculatio

Re: netbook irc meeting

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Lucas Murray wrote: > On Fri, Sep 18, 2009 at 1:49 AM, Marco Martin wrote: > > random proposal: > > sunday:17utc? > > (19 italy, 10 vancoucer, 14 recife) > > before? after? > > 1am Monday, Perth.au. =( yeah, damn timezones :( how many people could be able to do it in

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Lucas Murray wrote: > On Fri, Sep 18, 2009 at 9:11 AM, Lucas Murray wrote: > >> anoter idea could be modifying window rules to match also geometry, > >> maximized state etc.. > > > > This is probably better. > > Yet another idea is to just modify a decoration so that

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Marco Martin
On Friday 18 September 2009, Lucas Murray wrote: > On Fri, Sep 18, 2009 at 2:31 AM, Marco Martin wrote: > > hi all, > > one of the things we need for the plasma netbook shell is to have windows > > fullscreen most of the time, so be maximized and without borders (title > > and controls to unmaximi