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 notm...@gmail.com 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

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 lmur...@undefinedfire.com 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

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 notm...@gmail.com 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

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Lucas Murray
On Fri, Sep 18, 2009 at 4:28 PM, Marco Martin notm...@gmail.com 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

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 notm...@gmail.com 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

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

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Lucas Murray
On Fri, Sep 18, 2009 at 5:47 PM, Marco Martin notm...@gmail.com 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

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'

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 notm...@gmail.com 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

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 notm...@gmail.com 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

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

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

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 languages

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 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. Not

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

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 was thinking

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

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

Re: Fwd: bug in python plasmoid tutorial

2009-09-18 Thread Maik Beckmann
2009/9/18 Aaron J. Seigo ase...@kde.org: 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

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 returning

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

Re: [PATCH] remove borders on maximized windows

2009-09-18 Thread Lucas Murray
On Fri, Sep 18, 2009 at 11:52 PM, Marco Martin notm...@gmail.com 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