Re: Featurlets for 4.7

2011-02-18 Thread Marco Martin
On Friday 18 February 2011, Chris Reeves wrote: > Since I've started using activities more heavily, I miss the ability > to target activities with window rules. Is that on anyone's radar? > > My main use case is to automatically assign skype windows to all > activities so that I can switch between

Re: Featurlets for 4.7

2011-02-18 Thread Onur-Hayri Bakici
On 11.02.2011 22:58, Marco Martin wrote: > Hi all, > As i can see the fixing of apply buttons is proceeding very, very well, that's > awesome. > props to everyone involved :) > > another idea aamong those lines, could be, think about a little feature you > would see in 4.7 > could be a new option,

Re: [plasma] Plasma-Components

2011-02-18 Thread Daker Fernandes
2011/2/17 Marco Martin > On Thursday 17 February 2011, you wrote: > > Hello Marco, > > Hi Daker, > > > I've been interested to contribute with KDE since I've started to work > with > > Qt/QML and I think the GSoC is a great oportunity for contributing. > > this would be awesome :) > > > I've been

Re: multiscreen fix

2011-02-18 Thread Jeffery MacEachern
On Thu, Feb 17, 2011 at 14:19, Aaron J. Seigo wrote: > On Thursday, February 17, 2011, John Layt wrote: >> and panels and plugging/unplugging that I should really find/open bug > > s,open,fix,g ;) > > seriously, the main reason why kicker got as good with multiscreen (not to > mention multiple pan

another interesting bug.. this time performance related

2011-02-18 Thread Aaron J. Seigo
hey all ... here's another interesting little bug: https://bugs.kde.org/show_bug.cgi?id=251786 it seems we have some excess cpu usage in the system monitor plasmoids. needs some investigating, but it's certainly reproducable. if anyone wants to take it on, that'd be awesome. and in c

How to determine whether a plasmoid has keyboard focus?

2011-02-18 Thread Kun Zhang
I'm writing a plasmoid in Python with a WebView. The WebView will reload the page automatically by a QTimer. But I don't want it to reload itself when I'm viewing or typing in the plasmoid, because it will be very annoying. So I have to know whether the plasmoid has keyboard focus. I tried hasFocu

Re: How to determine whether a plasmoid has keyboard focus?

2011-02-18 Thread Aaron J. Seigo
On Friday, February 18, 2011, Kun Zhang wrote: > I'm writing a plasmoid in Python with a WebView. The WebView will reload > the page automatically by a QTimer. But I don't want it to reload itself > when I'm viewing or typing in the plasmoid, because it will be very > annoying. So I have to know wh

Re: How to determine whether a plasmoid has keyboard focus?

2011-02-18 Thread Kun Zhang
On Sat, Feb 19, 2011 at 11:56 AM, Aaron J. Seigo wrote: > On Friday, February 18, 2011, Kun Zhang wrote: > > I'm writing a plasmoid in Python with a WebView. The WebView will reload > > the page automatically by a QTimer. But I don't want it to reload itself > > when I'm viewing or typing in the