Re: solarposition dataengine moved to kdereview

2009-04-06 Thread Petri Damstén
On Tuesday 07 April 2009 03:09:22 Aaron J. Seigo wrote: > On Monday 06 April 2009, Petri Damstén wrote: > > On Monday 06 April 2009 18:27:35 Aaron J. Seigo wrote: > > > On Monday 06 April 2009, Petri Damstén wrote: > > > > - In weather station to accurately detect if it's night or day. > > > > > >

Re: RunnerSyntax -> QuerySyntax

2009-04-06 Thread Aaron J. Seigo
On Tuesday 07 April 2009, Dario Freddi wrote: > > i remembered today that i'd like to do something similar for DataEngines > > as i've done for AbstractRunners so they can expose their syntax for > > runtime exploration. > > Uhm, what's the use case here? good question :) i should have included th

Re: RunnerSyntax -> QuerySyntax

2009-04-06 Thread Dario Freddi
Hey Aaron, On Tuesday 07 April 2009 02:12:00 Aaron J. Seigo wrote: > hi all ... > > i remembered today that i'd like to do something similar for DataEngines as > i've done for AbstractRunners so they can expose their syntax for runtime > exploration. Uhm, what's the use case here? The average use

Re: Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Benoit Jacob
Thanks! I'll submit it for kdereview in a few days. 2009/4/7 Andrew Stromme > No problem. I played around with the background some and I'm impressed. The > tiled loading is great, and the visual quality is excellent =). I'm excited to > see this in mainstream kde. > > Andrew > >> 2009/4/7 Andrew S

Re: Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Andrew Stromme
On Monday 06 April 2009 22:55:04 Benoit Jacob wrote: > Ahhh wonderful, it works! > > Thanks! > Benoit No problem. I played around with the background some and I'm impressed. The tiled loading is great, and the visual quality is excellent =). I'm excited to see this in mainstream kde. Andrew >

Re: Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Benoit Jacob
Ahhh wonderful, it works! Thanks! Benoit 2009/4/7 Andrew Stromme : > It looks like you just need a form layout. I clicked on the widget background, > then clicked "form layout" up on the layout bar, then compiled and installed. > The 3 color dialogs show up in my plasma desktop config then. (svn

Re: Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Andrew Stromme
It looks like you just need a form layout. I clicked on the widget background, then clicked "form layout" up on the layout bar, then compiled and installed. The 3 color dialogs show up in my plasma desktop config then. (svn up to grab it, revno 950400) Hope this helps, Andrew Stromme On Monda

Re: Systray jobs and notifications

2009-04-06 Thread Celeste Lyn Paul
On Monday 06 April 2009 09:04:32 pm Aaron J. Seigo wrote: > On Monday 06 April 2009, Celeste Lyn Paul wrote: > > I think the idea of using animation to indicate a current job running is > > a good idea. Is there an icon designed for this yet? At first I thought > > of an animated Down arrow (a met

Mandelbrot progress, need Qt GUI help!

2009-04-06 Thread Benoit Jacob
Hi, The mandelbrot wallpaper plugin is almost ready (in playground/base/plasma/wallpapers/mandelbrot). However I am a complete GUI n00b and I need some very basic help so I hope that someone here can help me. Initially, the configuration GUI had only one KColorButton. Now I want 3 KColorButtons.

Re: Systray jobs and notifications

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Celeste Lyn Paul wrote: > On Monday 06 April 2009 08:01:16 pm Aaron J. Seigo wrote: > > On Monday 06 April 2009, Rob Scheepmaker wrote: > > > On Monday 06 April 2009 19:02:58 Aaron J. Seigo wrote: > > > > what about the busy widget we have? we could just use that, with a >

Re: Systray jobs and notifications

2009-04-06 Thread Celeste Lyn Paul
On Monday 06 April 2009 08:01:16 pm Aaron J. Seigo wrote: > On Monday 06 April 2009, Rob Scheepmaker wrote: > > On Monday 06 April 2009 19:02:58 Aaron J. Seigo wrote: > > > what about the busy widget we have? we could just use that, with a > > > number in the middle of it showing how many jobs are

RunnerSyntax -> QuerySyntax

2009-04-06 Thread Aaron J. Seigo
hi all ... i remembered today that i'd like to do something similar for DataEngines as i've done for AbstractRunners so they can expose their syntax for runtime exploration. and i realized at that point that RunnerSyntax is probably not overly specific to runners... but rather to documenting w

Re: solarposition dataengine moved to kdereview

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Petri Damstén wrote: > On Monday 06 April 2009 18:27:35 Aaron J. Seigo wrote: > > On Monday 06 April 2009, Petri Damstén wrote: > > > - In weather station to accurately detect if it's night or day. > > > > would it make sense to add this to the time engine? > > Doesn't add

Re: Systray jobs and notifications

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Rob Scheepmaker wrote: > On Monday 06 April 2009 19:02:58 Aaron J. Seigo wrote: > > On Monday 06 April 2009, Rob Scheepmaker wrote: > > > * job widget layout. I don't know about the rest of you, but I think > > > this could be improved. The widget takes up quite some space

Re: About libconversion

2009-04-06 Thread Albert Astals Cid
A Dilluns, 6 d'abril de 2009, Albert Astals Cid va escriure: > Hi, this is more than anything targetted at Petri Damstén but Marco > suggesting mailing the list so here i am. > > There's a bug handling i18n in libconversion in that you have > > Unit(QObject* parent, const QString& singular, const Q

About libconversion

2009-04-06 Thread Albert Astals Cid
Hi, this is more than anything targetted at Petri Damstén but Marco suggesting mailing the list so here i am. There's a bug handling i18n in libconversion in that you have Unit(QObject* parent, const QString& singular, const QString& plural, const QString& symbol, double multiplier, const QStrin

Re: Systray jobs and notifications

2009-04-06 Thread Rob Scheepmaker
On Monday 06 April 2009 19:02:58 Aaron J. Seigo wrote: > On Monday 06 April 2009, Rob Scheepmaker wrote: > > * job widget layout. I don't know about the rest of you, but I think this > > could be improved. The widget takes up quite some space vertically. I'm > > not sure how we can keep the widget

Re: Systray jobs and notifications

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Rob Scheepmaker wrote: > * job widget layout. I don't know about the rest of you, but I think this > could be improved. The widget takes up quite some space vertically. I'm not > sure how we can keep the widget compact while still showing all the > information (we'll need t

Re: solarposition dataengine moved to kdereview

2009-04-06 Thread Petri Damstén
On Monday 06 April 2009 18:27:35 Aaron J. Seigo wrote: > On Monday 06 April 2009, Petri Damstén wrote: > > - In weather station to accurately detect if it's night or day. > > would it make sense to add this to the time engine? Doesn't adding solar position calculation to time engine complicate it

Re: Review Request: Make folderview give visual response to mouse press-down event

2009-04-06 Thread Harald Hvaal
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/479/ --- (Updated 2009-04-06 09:38:43.004690) Review request for Plasma. Summary (update

Re: Review Request: Make folderview give visual response to mouse press-down event

2009-04-06 Thread Harald Hvaal
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/479/ --- (Updated 2009-04-06 09:37:17.138856) Review request for Plasma. Changes ---

Systray jobs and notifications

2009-04-06 Thread Rob Scheepmaker
Hello, I wanted to discuss what I think should be improved in the plasma systemtray... not the spec, but the jobs/notifications. We discussed some of this already at tokamak, but there's still a lot to be done if we want this to be implemented for 4.3: * job widget layout. I don't know about

Re: Tool tips ideas

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Emdek wrote: > widget using left, middle, right mouse button, but only single click but > are we really need double clicking here? Three possibilities should be > enough for start. activated(WId, MouseButton) <- the same as before, but > for window previews, especially for

Re: solarposition dataengine moved to kdereview

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Petri Damstén wrote: > - In weather station to accurately detect if it's night or day. would it make sense to add this to the time engine? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sp

Re: again about the systray

2009-04-06 Thread Aaron J. Seigo
On Monday 06 April 2009, Marco Martin wrote: > Hi all, > i'm pretty happy about the state of the new systray implementation, i would > say the client library it's mostly ready for review, the only big problem > it has now is the following: > when the context menu is shown it is necessary to click o

solarposition dataengine moved to kdereview

2009-04-06 Thread Petri Damstén
Hi, solarposition dataengine is now in kdereview. It uses public domain javascript code ported to c++ from: http://www.srrb.noaa.gov/highlights/sunrise/azel.html Currently used: - In weather station to accurately detect if it's night or day. Future plans: - Sun position applet - Wallpaper that

Re: Tool tips ideas

2009-04-06 Thread Emdek
On Monday 06-04-2009 00:17:18 Aaron J. Seigo wrote: >> Also there could be >> passed enumerator member (for example Preview, Icon, Text) to tell which >> widget was activated. > > yes, that makes complete sense. we'd probably also need to pass a url as > well > in the case of some text being clic

again about the systray

2009-04-06 Thread Marco Martin
Hi all, i'm pretty happy about the state of the new systray implementation, i would say the client library it's mostly ready for review, the only big problem it has now is the following: when the context menu is shown it is necessary to click on it (even on the borders of the menu not necessarly

Re: April 7 soft feature freeze

2009-04-06 Thread Alessandro Diaferia
What about the device notifier refactor? What's left to be done in order to move it to kdebase? 2009/4/2 Aaron J. Seigo > On Thursday 02 April 2009, Petri Damstén wrote: > > On Wednesday 01 April 2009 01:29:48 Aaron J. Seigo wrote: > > > hi all > > > > > > just a quick reminding there April 7 is