Re: Replace kimpanel in kdeplasma-addons with a rewrite version

2011-09-25 Thread David Palacio
On Mon, Sep 19, 2011 at 08:39:11PM +0800, Weng Xuetian wrote: Hi Plasma World, Kimpanel in plasma-addons is without maintainer for quite a long time, since the author has some difficulty get access to internet due to his job (He has let his friend leave a comment on blog of the kimtoy author

Review Request: plasma-windowed: Quit on closeEvent not on hideEvent

2011-06-28 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101802/ --- Review request for Plasma. Summary --- The view deletes itself when

Re: Review Request: plasma-windowed: Quit on closeEvent not on hideEvent

2011-06-28 Thread David Palacio
://git.reviewboard.kde.org/r/101802/#comment3478 I think the deleteLater() call should stay. Maybe after QGraphicsView::closeEvent()? - David On June 29, 2011, 2:19 a.m., David Palacio wrote: --- This is an automatically generated e

Re: Review Request: plasma-windowed: Quit on closeEvent not on hideEvent

2011-06-28 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101802/#review4240 --- - David On June 29, 2011, 2:19 a.m., David Palacio wrote

Re: Review Request: Preconfigurable plasmoids

2011-05-05 Thread David Palacio
make more sense as a .desktop + a KConfigGroup (could even be in the same file?) that holds the complete default configuration that is then copied over after the applet is created. David Palacio wrote: I am making a DBusLauncher base plasmoid to see how far this can get. It faces one

Re: Review Request: Preconfigurable plasmoids

2011-05-04 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/#review2950 --- On May 4, 2011, 12:52 a.m., David Palacio wrote

Re: Review Request: Preconfigurable plasmoids

2011-05-03 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/ --- (Updated May 4, 2011, 12:52 a.m.) Review request for Plasma. Changes

Re: Review Request: Preconfigurable plasmoids

2011-04-30 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/#review2961 --- On April 29, 2011, 1:09 a.m., David Palacio wrote

Preconfigurable plasmoids

2011-04-28 Thread David Palacio
=Service ServiceTypes=Plasma/Applet,Plasma/PopupApplet X-Plasma-ConfigApplet=org.kde.configurable.webview X-Plasma-ConfigIcon=konqueror X-Plasma-ConfigUrl=http://kde.org/ X-KDE-PluginInfo-Author=David Palacio X-KDE-PluginInfo-Email=dpala...@orbitalibre.org X-KDE-PluginInfo-Name=org.example.kde X-KDE

Review Request: Preconfigurable plasmoids

2011-04-28 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/ --- Review request for Plasma. Summary --- There is some code

Re: Preconfigurable plasmoids

2011-04-28 Thread David Palacio
On Thu, Apr 28, 2011 at 03:16:45PM -0500, David Palacio wrote: Greetings Plasma developers, There is some code duplication in that some plasmoids share very much of program logic but actually differ in just a setting. E.g. the recently made ShowActivityManager plasmoid, which just is a DBus

Re: Review Request: Preconfigurable plasmoids

2011-04-28 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/ --- (Updated April 29, 2011, 12:13 a.m.) Review request for Plasma. Changes

Re: Review Request: Preconfigurable plasmoids

2011-04-28 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/ --- (Updated April 29, 2011, 1:08 a.m.) Review request for Plasma. Changes

Re: Review Request: Preconfigurable plasmoids

2011-04-28 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/ --- (Updated April 29, 2011, 1:09 a.m.) Review request for Plasma. Summary

Review Request: Fix resizing of popup applets on panel resizing

2011-04-17 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101148/ --- Review request for Plasma, Aaron J. Seigo and Marco Martin. Summary

Re: KRunner in 4.5.1

2010-09-06 Thread David Palacio
On Mon, Sep 6, 2010 at 06:37, Matteo Agostinelli agostine...@gmail.com wrote: Have you tried simply resizing krunner using the bottom/lateral handles? It should remember the size next time you execute the runner (at least it's working on my box). Same applies to the 'Settings' window... `Free

Review Request: multi-screen support for plasma-overlay

2009-12-09 Thread David Palacio
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/2344/ --- Review request for Plasma and Chani Armitage. Summary --- Plasma-overlay

Re: Multi-screen widgets on screensaver

2009-11-10 Thread David Palacio
On Lunes 09 Noviembre 2009 15:42:21 Aaron J. Seigo escribió: On November 8, 2009, David Palacio wrote: I added support to plasma-overlay for multiple screens. For now only tested on a TwinView setup. nice .. Chani should also review it and give it her thumbs up/down and/or other input

Multi-screen widgets on screensaver

2009-11-08 Thread David Palacio
I added support to plasma-overlay for multiple screens. For now only tested on a TwinView setup. I am not sure if the work done on lockprocess.cc will work on non Xinerama setups. To let the plasma app work with multiple views I (ab)use signals/slots. Related bugs: Bug 193020: Screensaver

Re: Generic view widget for Plasma

2009-09-20 Thread David Palacio
Sorry I am not properly replying. I am not subscribed and forgot to tell you that. /me subscribes. Aarón Seigo escribió: On September 18, 2009, David Palacio wrote: * The private Plasma::Style should be extended to let the scrollarea and view items be painted in the current theme style