Re: ginormous performance issue

2009-07-17 Thread Aaron J. Seigo
On Friday 17 July 2009, Alexis Ménard wrote: > I like the new method and deprecate the old one if it's not anymore needed. the old method is just fine for "yes, cache this now" and is indeed simpler to use (no need to ensure a unique id, e.g.), the new method would be for the "i MAY want to cach

Re: Review Request: Fixing Bball getting stuck at the corner

2009-07-17 Thread Sujith H
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1054/ --- (Updated 2009-07-17 23:37:46.001490) Review request for Plasma, Aaron Seigo, Art

Review Request: Fixing Bball getting stuck at the corner

2009-07-17 Thread Sujith H
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1054/ --- Review request for Plasma, Aaron Seigo and Sebastian Kügler. Summary --- Th

Re: Review Request: Add next and previous buttons to Frame applet

2009-07-17 Thread Sebastian Kügler
On Friday 17 July 2009 18:25:06 Arthur Renato Mello wrote: > On Fri, Jul 17, 2009 at 9:10 AM, Sebastian Kügler wrote: > > However, I have rather substantial changes to the frame applet on my > > disk. I'm resolving some issues that I wouldn't like to see committed > > this weekend and am planning t

Re: ginormous performance issue

2009-07-17 Thread Marco Martin
On Friday 17 July 2009, Aaron J. Seigo wrote: > On Friday 17 July 2009, Marco Martin wrote: > > and still, in the case of an applet with many subwidgets, independent > > timers can do really a big signal storm, so i still kinda like more the > > pointer approach :p > > yes, having a single timer fo

Re: ginormous performance issue

2009-07-17 Thread Alexis Ménard
I like the new method and deprecate the old one if it's not anymore needed. On Friday, July 17, 2009, Aaron J. Seigo wrote: > On Friday 17 July 2009, Marco Martin wrote: >> and still, in the case of an applet with many subwidgets, independent >> timers can do really a big signal storm, so i still

Re: Tokamak 3 - The organization begins

2009-07-17 Thread Mario Fux
Am Freitag, 17. Juli 2009 schrieb Ivan Čukić: Good morning Ivan > > But yesterday in the news there was an article about that the Schengen > > area is thinking about omitting the VISA duty for Serbia, Montenegro and > > Yes, unfortunately it is not going to happen on the time for T3. So, I'll > d

Re: ginormous performance issue

2009-07-17 Thread Aaron J. Seigo
On Friday 17 July 2009, Marco Martin wrote: > and still, in the case of an applet with many subwidgets, independent > timers can do really a big signal storm, so i still kinda like more the > pointer approach :p yes, having a single timer for this is a nice win the pointer thing is as bit of

Re: Reworking the kwin tabbox

2009-07-17 Thread Diego Moya
2009/7/16 Martin Gräßlin : > My idea is that with alt+tab it should work as ever known. But that it is not > required to keep alt pressed (keeping it pressed shouldn't harm). There's a way to achieve that goal without breaking the normal alt+tab quasimode behavior. Hold alt + tab as many times as

KDE/kdelibs/experimental/knotificationitem

2009-07-17 Thread Artur Duque de Souza
SVN commit 997964 by asouza: Only disconnect the signal if everything was ok. Before we were disconnecting and connecting again if something went wrong. CCMAIL: plasma-devel@kde.org M +1 -3 knotificationitem.cpp --- trunk/KDE/kdelibs/experimental/knotificationitem/knotificationitem.c

Re: zui, windows, desktops

2009-07-17 Thread Aaron J. Seigo
On Thursday 16 July 2009, Marco Martin wrote: > On Thursday 16 July 2009, Aaron J. Seigo wrote: > > * the window group overview could include an Activities overview as well. > > the visual will help explain this but for now imagine a strip at the top > > of the screen showing the existing Activitie

Re: Review Request: Fix text centering in task manager task items

2009-07-17 Thread Aaron J. Seigo
On Thursday 16 July 2009, Alec Moskvin wrote: > > On 2009-07-16 07:54:09, Marco Martin wrote: > > > yeah, the text ends up definitely not centered :( > > > http://imagebin.ca/view/hGiPl3.html > > What's interesting is that it's actually pretty well-centered, but it looks > way off if the text has n

Re: Tokamak 3 - The organization begins

2009-07-17 Thread Ivan Čukić
> But yesterday in the news there was an article about that the Schengen area > is thinking about omitting the VISA duty for Serbia, Montenegro and Yes, unfortunately it is not going to happen on the time for T3. So, I'll definitely need it as soon as possible (have no idea how long the VISA proc

Re: Reworking the kwin tabbox

2009-07-17 Thread Matthew Woehlke
Diego Moya wrote: > 2009/7/16 Martin Gr��lin : >> My idea is that with alt+tab it should work as ever known. But that it is not >> required to keep alt pressed (keeping it pressed shouldn't harm). > > There's a way to achieve that goal without breaking the normal alt+tab > quasimode behavior. > >

Re: Review Request: Add next and previous buttons to Frame applet

2009-07-17 Thread Arthur Renato Mello
On Fri, Jul 17, 2009 at 9:10 AM, Sebastian Kügler wrote: > However, I have rather substantial changes to the frame applet on my disk. I'm > resolving some issues that I wouldn't like to see committed this weekend and > am planning to commit the whole thing this weekend. It would be good if I > didn

Re: window management ideas

2009-07-17 Thread Sebastian Kügler
On Wednesday 15 July 2009 07:41:32 Aaron J. Seigo wrote: > On Friday 10 July 2009, Chani wrote: > > what I wanted is window tagging. > > do windows live long enough for tagging to work? > > would there be an "always there" tag? > > how easy is it to tag a window? (this is an interaction design conc

Re: Review Request: Add next and previous buttons to Frame applet

2009-07-17 Thread Sebastian Kügler
On Tuesday 14 July 2009 19:36:08 Arthur Mello wrote: > As mentioned on Frame TODO this patch adds buttons to navigate through > slide show. Buttons appear when mouse is over applet and only when applet > is doing a slideshow. Example code at TODO put the buttons above the > pictue, I placed them on

Re: Plasma-devel Digest, Vol 13, Issue 41

2009-07-17 Thread Shantanu Tushar Jha
On Thu, Jul 16, 2009 at 10:58 PM, Diego Casella ([Po]lentino) wrote: > >> -- Messaggio inoltrato -- >> From: Yuen Hoe Lim >> To: plasma-de...@kde.org >> Date: Fri, 17 Jul 2009 01:13:23 +0800 >> Subject: Re: Re: Plasmate status >> >> > With a directory tree listing the project files

Re: ginormous performance issue

2009-07-17 Thread Marco Martin
On Thursday 16 July 2009, Marco Martin wrote: > On Thursday 16 July 2009, Aaron J. Seigo wrote: > > On Thursday 16 July 2009, Marco Martin wrote: > > > but a sick idea come to my mind: what about encoding the pointer value > > > (or another random number, whatever) into the key? :p > > > a key will

Re: Reworking the kwin tabbox

2009-07-17 Thread Jacopo De Simoi
On Friday 17 July 2009 10:32:32 Martin Gräßlin wrote: > Am Donnerstag 16 Juli 2009 21:49:24 schrieb Thomas Lübking: > > now my 2¢ on the whole suggestion: > > > > imho there two different approaches to switch windows. > > - one is "on the fly" - which is good if you've got 2 up to 4 op

Re: Reworking the kwin tabbox

2009-07-17 Thread Martin Gräßlin
Am Donnerstag 16 Juli 2009 21:49:24 schrieb Thomas Lübking: > now my 2¢ on the whole suggestion: > > imho there two different approaches to switch windows. > - one is "on the fly" - which is good if you've got 2 up to 4 open windows, > therefore the current concept is pretty much ok. >