Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Alessandro Diaferia
On 2010-04-07 22:25:15, Alessandro Diaferia wrote: Ok, things are getting a little huge. Let's see together how we can come out of this. I like the idea of the state machine and how it could help us correctly managing the workflow of the mediacenter. Unfortunately i feel something

playground/base/plasma/MediaCenterComponents

2010-04-08 Thread Alessandro Diaferia
SVN commit 1112436 by adiaferia: initial commit for state-stuff patch by Christophe Olinger oling...@binarylooks.com CCMAIL:plasma-devel@kde.org M +30 -2 applets/mediabrowser/abstractmediaitemview.cpp M +3 -0 applets/mediabrowser/abstractmediaitemview.h M +20 -3

Re: Fwd: Review Request: State machine architecture for PMC

2010-04-08 Thread Marco Martin
On Thursday 08 April 2010, Christophe Olinger wrote: No SVN access yet. This is the first time I work with you guys. Thanks for commiting it. I'll read trhough your other mail now we need to fix this :) Cheers, Marco Martin ___ Plasma-devel mailing

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Marco Martin
On Thursday 08 April 2010, Christophe Olinger wrote: I like the idea of the state machine and how it could help us correctly managing the workflow of the mediacenter. Unfortunately i feel something in the current implementation lacks of robustness (does this word exist?). As Aaron

Re: Fwd: Review Request: State machine architecture for PMC

2010-04-08 Thread Sebastian Kügler
On Thursday 08 April 2010 11:36:52 Marco Martin wrote: On Thursday 08 April 2010, Christophe Olinger wrote: No SVN access yet. This is the first time I work with you guys. Thanks for commiting it. I'll read trhough your other mail now we need to fix this :) Indeed. Christophe:

Re: Review Request: Added Plasma::Animator::PendulumAnimation

2010-04-08 Thread Bruno Abinader
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/3513/ --- (Updated 2010-04-08 16:18:21.798505) Review request for Plasma, igorto and

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Aaron J. Seigo
On April 8, 2010, Christophe Olinger wrote: One thing missing is the layout of the actual subComponents in the applets. Currently they are just added in a row. For this we need the API. The layout should recognize which type of applet arrives and lay it out accordingly. That means lots of

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Christophe Olinger
On Thu, Apr 8, 2010 at 6:42 PM, Aaron J. Seigo ase...@kde.org wrote: On April 8, 2010, Christophe Olinger wrote: One thing missing is the layout of the actual subComponents in the applets. Currently they are just added in a row. For this we need the API. The layout should recognize which

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Alessandro Diaferia
2010/4/8 Aaron J. Seigo ase...@kde.org On April 8, 2010, Christophe Olinger wrote: One thing missing is the layout of the actual subComponents in the applets. Currently they are just added in a row. For this we need the API. The layout should recognize which type of applet arrives and lay

Re: Review Request: Added pendulum effect for plasma animations

2010-04-08 Thread Marco Martin
On Wednesday 07 April 2010, Aaron J. Seigo wrote: On April 7, 2010, you wrote: This patch generated a discussion which ended up on a cooler idea (thanks notmart, Savago and igorto!) that is providing two properties on the Animation class in order to set up the pendulum behavior (attenuation

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Aaron J. Seigo
On April 8, 2010, Alessandro Diaferia wrote: - Fullscreen - AppearingFromLeftEdge - AppearingFromTopEdge - AppearingFromBottomEdge - AppearingFromRightEdge - Invisible we already have Plasma::Location for this, don't we? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209

Re: Review Request: Added pendulum effect for plasma animations

2010-04-08 Thread Aaron J. Seigo
On April 8, 2010, Marco Martin wrote: then this pedulum behaviour could become a QEasingCurve implementation. the next question becomes: do we want to offer a Animator::easingCurve(..) method? this would be for js bindings, right? so we wouldn't have to do bindings on every qt

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Marco Martin
On Thursday 08 April 2010, Alessandro Diaferia wrote: 2010/4/8 Aaron J. Seigo ase...@kde.org On April 8, 2010, Christophe Olinger wrote: One thing missing is the layout of the actual subComponents in the applets. Currently they are just added in a row. For this we need the API.

Re: Review Request: Added pendulum effect for plasma animations

2010-04-08 Thread Marco Martin
On Thursday 08 April 2010, Aaron J. Seigo wrote: On April 8, 2010, Marco Martin wrote: then this pedulum behaviour could become a QEasingCurve implementation. the next question becomes: do we want to offer a Animator::easingCurve(..) method? this would be for js bindings, right? so

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Alessandro Diaferia
2010/4/8 Marco Martin notm...@gmail.com On Thursday 08 April 2010, Alessandro Diaferia wrote: 2010/4/8 Aaron J. Seigo ase...@kde.org On April 8, 2010, Christophe Olinger wrote: One thing missing is the layout of the actual subComponents in the applets. Currently they are

Subject: Re: [GSoC] Proposal: Authentication for scripted plasmoid downloaded from the web

2010-04-08 Thread Diego Casella ([Po]lentino)
Hi all, I've updated again the proposal about scripted plasmoid authentication to better match the emerging needs :) As usual, any feedback/advice is very appreciated! Cheers, -- Diego Link: http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/diego_casella/t127038771188

Re: Review Request: State machine architecture for PMC

2010-04-08 Thread Christophe Olinger
The medialayout mistake was a very small one, I just removed the class MediaLayout from the mediacenterstate.h, and took the includes for the medialyout from mediacenterstate.cpp into mediacenterstate.h Little C++ mistake from my side. Sorry On Thu, Apr 8, 2010 at 7:30 PM, Alessandro Diaferia

Character-Runner

2010-04-08 Thread Anton Kreuzkamp
A few days ago I wrote a KRunner-plugin for creating special characters from its hexadecimal-code. (e.g. #3b1 for ). It also has the possibility to configure aliases (e.g. #a instead of #3b1): http://kde-look.org/content/show.php/Character+Runner?content=122629 I would appreciate it if you

Re: Character-Runner

2010-04-08 Thread Aaron J. Seigo
On April 8, 2010, Anton Kreuzkamp wrote: I would appreciate it if you could review it and possibly integrate it into Trunk. Thanks. looks good. two comments on it: * context.query() is already trim()'d, so you don't have to re-trim() them. * in reloadConfiguration, the runner should create

Re: Regarding GSoC Plasmoid data caching project

2010-04-08 Thread Brian Pritchett
On Tuesday 30 March 2010 02:13:58 am shruti jain wrote: Hello everyone ! I am a final year student of computer science. I intend to contribute to plasma and see GSoC 2010 as a good starting point for that. I have participated in GSoC 2009 as well. I am proficient in C/C++ and network