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 > aut

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: plasma-windowed: Quit on closeEvent not on hideEvent

2011-06-28 Thread David Palacio
ttp://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 automati

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 a

Re: Review Request: Preconfigurable plasmoids

2011-05-05 Thread David Palacio
guration. > > > > i think this would 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 maki

Re: Review Request: Preconfigurable plasmoids

2011-05-04 Thread David Palacio
guration. > > > > i think this would 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 maki

Re: Review Request: Preconfigurable plasmoids

2011-05-04 Thread David Palacio
translated (as resources identifiers). - David --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/#review2950 -------

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
t; > > config does not need to cascade. you only need a KSimpleConfig here SimpleConfig flag, right? - David --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101251/#review2961 -

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 -

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, 12:13 a.m.) Review request for Plasma. Changes

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,

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 duplication

Preconfigurable plasmoids

2011-04-28 Thread David Palacio
t;restore(*config); +return applet; +} if (appletId == 0) { appletId = ++AppletPrivate::s_maxAppletId; [Desktop Entry] Name=KDE webview Name[x-test]=xxGoogle Tasksxx Comment=KDE EXample david Comment[x-test]=xxGoogle Tasks widget. Works best if GMail autologins in Konqu

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 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 mode` krunner us

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 su

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 u

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 wid

Re: ruby - webview

2009-10-03 Thread David Palacio
On Sábado 03 Octubre 2009 11:41:24 Petr Sigut escribió: > Hi all! > > I am trying to make simple Plasma Ruby Web Applet, i followed this outdated > tutorial: > > http://techbase.kde.org/Development/Tutorials/Plasma/RubyApplet > > and modified it, but I am unable to use url method, the method is

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 th

Generic view widget for Plasma

2009-09-20 Thread David Palacio
The Qt Model/View framework is being forgotten for Plasma widgets. I like the folderview's panel mode and I wanted to make a generic quick access widget similar. If it were made as a View, anybody else could plug any model to it. Code less, create more ;) Think of the konsole and konqueror prof