Re: Review request: New share dataengine for plasma

2010-08-01 Thread Artur Souza (MoRpHeUz)
On Sun, Aug 1, 2010 at 6:16 PM, Aaron J. Seigo wrote: > i can't today (have an appt in ~half an hour now), but will do so as soon as >  i can :) Thanks :) > does this mean we should be thinking about a move to kdebase with the other >  general interest dataengines? Well, didn't think about that

Re: Plasma Desktop Scripting Question

2010-08-01 Thread Jeremiah Summers
On Sun, Aug 1, 2010 at 3:24 PM, Aaron J. Seigo wrote: > On August 1, 2010, Aaron J. Seigo wrote: >> On August 1, 2010, Aaron J. Seigo wrote: >> > On July 31, 2010, Jeremiah Summers wrote: >> > > maybe my philosophy here is flawed and I'm trying to use scripting for >> > > more than what it's meant

Re: Plasma Desktop Scripting Question

2010-08-01 Thread Aaron J. Seigo
On August 1, 2010, Aaron J. Seigo wrote: > On August 1, 2010, Aaron J. Seigo wrote: > > On July 31, 2010, Jeremiah Summers wrote: > > > maybe my philosophy here is flawed and I'm trying to use scripting for > > > more than what it's meant for. If so please let me know. I'm actually > > > > i think

Re: Plasma Desktop Scripting Question

2010-08-01 Thread Aaron J. Seigo
On August 1, 2010, Aaron J. Seigo wrote: > On July 31, 2010, Jeremiah Summers wrote: > > maybe my philosophy here is flawed and I'm trying to use scripting for > > more than what it's meant for. If so please let me know. I'm actually > > i think you explained yourself quite well and i'd have a har

Re: Review request: New share dataengine for plasma

2010-08-01 Thread Aaron J. Seigo
On August 1, 2010, Artur Souza (MoRpHeUz) wrote: > Hello :) > > I would like to ask for some review on the new "share" dataengine for > plasma (in kdeplasma-addons module). i can't today (have an appt in ~half an hour now), but will do so as soon as i can :) > supports different mimetypes and b

Re: Plasma Desktop Scripting Question

2010-08-01 Thread Aaron J. Seigo
On July 31, 2010, Jeremiah Summers wrote: > maybe my philosophy here is flawed and I'm trying to use scripting for > more than what it's meant for. If so please let me know. I'm actually i think you explained yourself quite well and i'd have a hard time arguing against it other than to try and sav

Re: toolbox (and applethandle?) architecture rewamp

2010-08-01 Thread Aaron J. Seigo
On August 1, 2010, Giulio Camuffo wrote: > Interesting approach, i like it. > There's just a thing i'm not sure i understood well. You said to check if > there is the controlElement property. Do you mean having a property for > each control element the widget accepts? no, something like: Q_PROPER

Re: Review Request: battery: change brightness on mouse wheel

2010-08-01 Thread John Layt
On Sunday 01 August 2010 16:52:07 Alex Fiestas wrote: > Most laptops have specific keys (Fn+X) to change the brightness, so I'm > not sure about add a second plasmoid just to do that by default. > > Anyway, I don't really see an issue with the current Battery plasmoid, > it does what it has to imh

Re: Review Request: battery: change brightness on mouse wheel

2010-08-01 Thread Alex Fiestas
On 08/01/2010 04:05 PM, John Layt wrote: > > >> On 2010-08-01 01:53:17, Aaron Seigo wrote: >>> you don't need to propagate wheel events (or most other events, for that >>> matter, unless there is an underlying implementation that also needs to be >>> called). i don't know why it would be crashi

Re: Review Request: battery: change brightness on mouse wheel

2010-08-01 Thread Alex Fiestas
On 08/01/2010 03:53 AM, Aaron Seigo wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/4810/#review6758 > --- > > > you don't n

Review request: New share dataengine for plasma

2010-08-01 Thread Artur Souza (MoRpHeUz)
Hello :) I would like to ask for some review on the new "share" dataengine for plasma (in kdeplasma-addons module). This dataengine is meant to replace the old pastebin dataengine that is very limited. The new one uses Kross to be able to load scripted "providers" that are basically interfaces to

Re: Review Request: battery: change brightness on mouse wheel

2010-08-01 Thread John Layt
> On 2010-08-01 01:53:17, Aaron Seigo wrote: > > you don't need to propagate wheel events (or most other events, for that > > matter, unless there is an underlying implementation that also needs to be > > called). i don't know why it would be crashing with looking at the > > backtrace. > > >

Re: toolbox (and applethandle?) architecture rewamp

2010-08-01 Thread Giulio Camuffo
> > * ControlElement: a class that implements the idea of a control element. > each subclass would implement something like "launch configuration" or > "rotate". subclasses would be tagged with a semantic enum much as we have > in > AbstractToolBox::ToolType. ControlElement would accept input even