Re: another interesting bug.. this time performance related

2011-02-23 Thread Aaron J. Seigo
On Wednesday, February 23, 2011, Marco Martin wrote: > hmm, i think the task selector of the tablet/handheld ui should probably be > just a kwin effect ;) (and yeah, would depend on compositing, perhaps there > should be a fallback alternate simple full screen taskbar when present > windows isn't a

Re: another interesting bug.. this time performance related

2011-02-23 Thread Marco Martin
On Wednesday 23 February 2011, Aaron J. Seigo wrote: > On Wednesday, February 23, 2011, Sebastian Kügler wrote: > > directional for this, no? (I think right now it only lists, but can't > > manipulate tasks, i.e. restore. > > it provides a per-window service that exposes all these things ... > >

Re: another interesting bug.. this time performance related

2011-02-23 Thread Marco Martin
On Wednesday 23 February 2011, Sebastian Kügler wrote: > On Saturday, February 19, 2011 20:24:29 Marco Martin wrote: > > > this is probably beyond my QML skills as i still haven't found the time > > > to properly throw myself into QML yet. > > I'm finding the time these days... :) :D > > > but i

Re: another interesting bug.. this time performance related

2011-02-23 Thread Marco Martin
On Wednesday 23 February 2011, todd rme wrote: > I'm not familiar with QML, so I apologize if this is a silly question, > but how much (if any) would this restrict the capabilities of > third-party task manager widgets? We have widgets like smooth tasks, > fancy tasks, and flexible tasks that imp

Re: another interesting bug.. this time performance related

2011-02-23 Thread Aaron J. Seigo
On Wednesday, February 23, 2011, Sebastian Kügler wrote: > directional for this, no? (I think right now it only lists, but can't > manipulate tasks, i.e. restore. it provides a per-window service that exposes all these things ... what it doesn't do is respect grouping. we still need a grouping r

Re: another interesting bug.. this time performance related

2011-02-23 Thread Artur de Souza
Quoting todd rme : > I'm not familiar with QML, so I apologize if this is a silly question, > but how much (if any) would this restrict the capabilities of > third-party task manager widgets? We have widgets like smooth tasks, > fancy tasks, and flexible tasks that implement a lot of functionalit

Re: another interesting bug.. this time performance related

2011-02-23 Thread todd rme
On Wed, Feb 23, 2011 at 8:56 AM, Sebastian Kügler wrote: > On Saturday, February 19, 2011 20:24:29 Marco Martin wrote: >> > this is probably beyond my QML skills as i still haven't found the time >> > to properly throw myself into QML yet. > > I'm finding the time these days... :) > >> > but i'm h

Re: another interesting bug.. this time performance related

2011-02-23 Thread Sebastian Kügler
On Saturday, February 19, 2011 20:24:29 Marco Martin wrote: > > this is probably beyond my QML skills as i still haven't found the time > > to properly throw myself into QML yet. I'm finding the time these days... :) > > but i'm happy to write the model > > and retro-fit the tasks widget for a Q

Re: another interesting bug.. this time performance related

2011-02-19 Thread Marco Martin
On Saturday 19 February 2011, Aaron J. Seigo wrote: > On Saturday, February 19, 2011, Marco Martin wrote: > > crazy idea: what about qml-ifing the taskbar right now? > > that's an excellent crazy idea. let's do it. > oh, yeah baby, let's dance ;) > > all settings and handling would be applied

Re: another interesting bug.. this time performance related

2011-02-19 Thread Aaron J. Seigo
On Saturday, February 19, 2011, Marco Martin wrote: > crazy idea: what about qml-ifing the taskbar right now? that's an excellent crazy idea. let's do it. > since is the most complex applet will still be a c++ one (that would just > show a DeclarativeWidget and nothing else) yes, that'll make a

Re: another interesting bug.. this time performance related

2011-02-19 Thread Christian Mollekopf
On Saturday 19 February 2011 15:03:23 Marco Martin wrote: > On Saturday 19 February 2011, Aaron J. Seigo wrote: > > 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 p

Re: another interesting bug.. this time performance related

2011-02-19 Thread Marco Martin
On Saturday 19 February 2011, Aaron J. Seigo wrote: > 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 reproducab

Re: another interesting bug.. this time performance related

2011-02-19 Thread Artur de Souza
Quoting "Aaron J. Seigo" : > plasmoid that the animated layout on top of QGraphicsGridWidget is a failure. > it's ok, and the code does some impressive things given the limitations, but > it's just not Good Enough(tm) and it simply _can't_ be. so i've started > working on a replacement for it. a p

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