[PATCH] Plasma Applet Timer Title support added as per Feature Request Bug 183673

2009-02-21 Thread Shantanu Jha
The attached patch applies to the directory kdeplasma-addons/applets/timer of trunk. This patch adds functionality to the Plasma Applet Timer so that the user can set a title for each timer. This is as per the feature request Bug# 183673. The applet has been tested for proper functionality, and he

Re: Timer Widget Modification - Adding Date countdown

2009-02-21 Thread Aaron J. Seigo
On Saturday 21 February 2009, David Goemans wrote: > Not sure if its worthy of integrating, but i thought i'd throw it in > anyway, because it might be useful enough. seems like a valid use case. can you provide some screenshots of the config dialog and the widget in action as well so that our d

Re: Review Request: Prevent resizing panel vertically from breaking the desktop (or bleeding over into positive coords)

2009-02-21 Thread Josh
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/101/ --- (Updated 2009-02-21 17:45:56.263155) Review request for Plasma. Changes ---

Re: Review Request: Prevent resizing panel vertically from breaking the desktop (or bleeding over into positive coords)

2009-02-21 Thread Josh
> On 2009-02-18 13:24:30, Aaron Seigo wrote: > > it's an interesting hint as to the problem, but the code is in completely > > the wrong place. this fix needs to be in Containment, not a specific View > > subclass. > > Aaron Seigo wrote: > can you try this patch: > > http://pasteb

Timer Widget Modification - Adding Date countdown

2009-02-21 Thread David Goemans
Hi, I had a personal request to modify the Timer widget to allow for a date countdown, and this is what i came0 up with. Basically, the configuration dialog allows you to choose between Time and Date and gives you an extra tab page to select a date. When date is selected the timer shows the amount

Re: Review Request: Prevent resizing panel vertically from breaking the desktop (or bleeding over into positive coords)

2009-02-21 Thread Josh
> On 2009-02-18 13:24:30, Aaron Seigo wrote: > > it's an interesting hint as to the problem, but the code is in completely > > the wrong place. this fix needs to be in Containment, not a specific View > > subclass. > > Aaron Seigo wrote: > can you try this patch: > > http://pasteb

Re: Review Request: Comic applet using Plasma::Widgets (not working yet)

2009-02-21 Thread Matthias Fuchs
> On 2009-02-21 10:40:17, Aaron Seigo wrote: > > /trunk/KDE/kdeplasma-addons/applets/comic/comic.cpp, line 173 > > > > > > you probably want to add some stretch to the first (0) column, > > otherwise with column 1 sitting the

Re: Qt 4.5 and KDE 4.2

2009-02-21 Thread Nicolas Lécureuil
Le Saturday 21 February 2009 01:51:47 Artur Souza (MoRpHeUz), vous avez écrit : > Hi, > > On Fri, Feb 20, 2009 at 8:44 PM, Nicolas Lécureuil > > wrote: > > Is someone of the panel dev team interested in fixing or backporting this > > issue ? > > The problem you can see with this screenshot is bei

Re: Review Request: Comic applet using Plasma::Widgets (not working yet)

2009-02-21 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/145/#review218 --- /trunk/KDE/kdeplasma-addons/applets/comic/comic.cpp

Re: plasma::applet painter

2009-02-21 Thread Aaron J. Seigo
On Saturday 21 February 2009, Toussis Manolis wrote: > Thank you very much on answering my question. > > On Saturday 21 February 2009 18:34:27 Aaron J. Seigo wrote: > > On Saturday 21 February 2009, Toussis Manolis wrote: > > > I want to add some effect to an applet > > > > what effect are you tryi

Re: Qt 4.5 and KDE 4.2

2009-02-21 Thread Nicolas Lécureuil
Le Saturday 21 February 2009 01:51:47 Artur Souza (MoRpHeUz), vous avez écrit : > Hi, > > On Fri, Feb 20, 2009 at 8:44 PM, Nicolas Lécureuil > > wrote: > > Is someone of the panel dev team interested in fixing or backporting this > > issue ? > > The problem you can see with this screenshot is bei

Re: Calling development teams

2009-02-21 Thread Chani
> Important note: since our forum can generate RSS and Atom feeds for each > forum [2], send new threads to IRC channels [3], and even send > notifications of new posts to a Jabber account [4], moderating a forum > would, for the larger part, mean keeping an eye on your preferred > communication m

Re: plasma::applet painter

2009-02-21 Thread Toussis Manolis
Thank you very much on answering my question. On Saturday 21 February 2009 18:34:27 Aaron J. Seigo wrote: > On Saturday 21 February 2009, Toussis Manolis wrote: > > I want to add some effect to an applet > > what effect are you trying to achieve? because while you ask how to get a > pixmap of you

Re: Review Request: Comic applet using Plasma::Widgets (not working yet)

2009-02-21 Thread Matthias Fuchs
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/145/ --- (Updated 2009-02-21 08:47:25.861570) Review request for Plasma. Changes ---

Re: Review Request: Comic applet using Plasma::Widgets (not working yet)

2009-02-21 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/145/#review216 --- hard to say without seeing the comic.cpp part of the patch, which r-b is

Re: plasma-mid

2009-02-21 Thread Aaron J. Seigo
On Saturday 21 February 2009, Marco Martin wrote: > On Saturday 21 February 2009, Sebastian Kügler wrote: > > I'm also interested in plasma-mid as an improved plasmoidviewer, but > > maybe we can have Morpheuz' previewer for plasmate as that? > > i'm really interested in that having a minimal plasm

Re: plasma::applet painter

2009-02-21 Thread Aaron J. Seigo
On Saturday 21 February 2009, Toussis Manolis wrote: > I want to add some effect to an applet what effect are you trying to achieve? because while you ask how to get a pixmap of your widget, depending on what effect you are trying to achieve that may not be what you actually want to be doing. >

Review Request: Comic applet using Plasma::Widgets (not working yet)

2009-02-21 Thread Matthias Fuchs
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/145/ --- Review request for Plasma. Summary --- I am trying to use the Plasma Widgets

plasma::applet painter

2009-02-21 Thread Toussis Manolis
I want to add some effect to an applet I am really stuck on how I can get a QPixmap of my applet after i painted the applet I need something like QPixmap* m_oldPixmap; void PlasmaApplet::paintInterface(QPainter *p, const QStyleOptionGraphicsItem *option, const QRect &contentsRect) {

Re: plasma-mid

2009-02-21 Thread Marco Martin
On Saturday 21 February 2009, Sebastian Kügler wrote: > On Friday 20 February 2009 18:36:33 Artur Souza(MoRpHeUz) wrote: > > On Friday 20 February 2009 13:45:28 Aaron J. Seigo wrote: > > > what it needs is someone who feels responsible for it and gets upset > > > when it isn't moving in the right d

Re: plasma-mid

2009-02-21 Thread Sebastian Kügler
On Friday 20 February 2009 18:36:33 Artur Souza(MoRpHeUz) wrote: > On Friday 20 February 2009 13:45:28 Aaron J. Seigo wrote: > > what it needs is someone who feels responsible for it and gets upset when > > it isn't moving in the right directions. it's less about "who will write > > code for it" an

Re: Review Request: Speed up panel resize by eliminating extra calls to PanelView::updateStruts()

2009-02-21 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/144/#review213 --- Ship it! think that makes sense - Marco On 2009-02-21 00:45:18, Josh

Re: [PATCH] To make Plasma Applet System Monitor - Network to display interface names above graphs.

2009-02-21 Thread Petri Damstén
On Thursday 19 February 2009 22:12:05 Aaron J. Seigo wrote: > > This patch adds functionality to the Plasma Applet System Monitor - > > Network so that It gives the user an option to display the interface > > name and instantaneous traffic above the respective interface's graph. > > This is useful

Review Request: Speed up panel resize by eliminating extra calls to PanelView::updateStruts()

2009-02-21 Thread Josh
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/144/ --- Review request for Plasma. Summary --- While doing some other work with pane