Re: taskmanager project

2009-02-23 Thread Aaron J. Seigo
On Monday 23 February 2009, Casper Clemence wrote: > p.s. Is there a way to get Solid to call-back applications when a resource > becomes available. Solid::Networking::notifier() emits the following signals: void statusChanged( Solid::Networking::Status status ); void shouldConnect(); void shoul

Re: taskmanager project

2009-02-23 Thread Christian Mollekopf
On Monday 23 February 2009 12:03:43 Casper Clemence wrote: Hi Casper, You may have noticed that i turned the LayoutWidget into a layout last week. And since i was curious i also started to implemented the popup window. It's not yet done but it's already displaying in my local copy with the real

Re: taskmanager project

2009-02-23 Thread Casper Clemence
Hey dudes. I'm really just checking in to say that I'm still committed to contributing. My laptop died on the week I thought I would have spare time to get started so that's why you haven't heard progress from me. Thanks for your help. p.s. Is there a way to get Solid to call-back applications w

Re: taskmanager project

2009-02-05 Thread Casper Clemence
Aaron I think the thing to do is just to implement the popup now and play with the behaviour later. From a personal point of view I like interaction on mouse- over and losing the tooltip would not bother me. Casper ___ Plasma-devel mailing list Plasma-

Re: taskmanager project

2009-02-04 Thread Aaron J. Seigo
On Tuesday 03 February 2009, Marco Martin wrote: > On Tuesday 03 February 2009, Aaron J. Seigo wrote: > > > aaah, the problem is that it seems kwin can just a single window > > > preview per window, unless i'm missing something :/ > > > > yes, the tooltip would need to create one preview widget per

Re: taskmanager project

2009-02-03 Thread Marco Martin
On Tuesday 03 February 2009, Aaron J. Seigo wrote: > > aaah, the problem is that it seems kwin can just a single window preview > > per window, unless i'm missing something :/ > > yes, the tooltip would need to create one preview widget per winId to > preview. then kwin should fill in each of those

Re: taskmanager project

2009-02-03 Thread Aaron J. Seigo
On Tuesday 03 February 2009, Marco Martin wrote: > On Tuesday 03 February 2009, Casper Clemence wrote: > > >setWindowsToPreview(), that makes two distinct paths, very ugly but not > > > > seeing other ways > > > > Might setWindowGrouptoPreview() or, for brevity, setWinGrouptoPreview be > > be clear

Re: taskmanager project

2009-02-03 Thread Aaron J. Seigo
On Tuesday 03 February 2009, Casper Clemence wrote: > >you mean like the tooltip that shows up over non-grouped items? > > Not really - this is like an auxiliary task-manager for the group... > perhaps a mock-up... > > http://maninalift.blogspot.com/2009/02/crappy-schematic.html > > There you go. T

Re: taskmanager project

2009-02-03 Thread Casper Clemence
Christian Mollekopf > My idea was instead of destroying the LayoutWidget on collaps of the group, to change the layout direction (horizontal to vertiacal, or vice verca) adding it to an offscreenWidget and showing it then in a popup on mouseover or mousclick. This will make sure that we still ha

Re: taskmanager project

2009-02-03 Thread Christian Mollekopf
On Monday 02 February 2009 12:07:18 Casper Clemence wrote: > Hi all. I am starting out hacking on KDE and I wanted to check that I'm not > stepping on any toes. > > I've never used Qt or kdelibs before and I have a full time "day job" so I > might take a while. Anyway I hope I can be useful and not

Re: taskmanager project

2009-02-03 Thread Marco Martin
On Tuesday 03 February 2009, Casper Clemence wrote: > >setWindowsToPreview(), that makes two distinct paths, very ugly but not > > seeing other ways > > Might setWindowGrouptoPreview() or, for brevity, setWinGrouptoPreview be be > clearer? aaah, the problem is that it seems kwin can just a single w

Re: taskmanager project

2009-02-03 Thread Casper Clemence
>setWindowsToPreview(), that makes two distinct paths, very ugly but not seeing other ways Might setWindowGrouptoPreview() or, for brevity, setWinGrouptoPreview be be clearer? ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mai

Re: taskmanager project

2009-02-03 Thread Marco Martin
On Monday 02 February 2009, Aaron J. Seigo wrote: > On Monday 02 February 2009, Casper Clemence wrote: > > Hi all. I am starting out hacking on KDE > > welcome to the project... > > > (1) on mouseover (of a group item) a taskbar-like widget pops out showing > > the members of the group it's behavio

Re: taskmanager project

2009-02-03 Thread Ivan Čukić
> Personally, I like this behaviour (eg in Lancelot) but perhaps it is not > for everyone. Note that at the moment a tooltip pops up anyway. The problem with this is that the normal popup-menus (for example when Lancelot Part pops up, not the menu itself) take all the input devices for themselves

Re: taskmanager project

2009-02-03 Thread Casper Clemence
@z thanks @marco: >not sure i agree on opening the menu on just mouse over, would bring a ton of accidental opens and maybe a bit annoying Personally, I like this behaviour (eg in Lancelot) but perhaps it is not for everyone. Note that at the moment a tooltip pops up anyway. >open a Plasma::d

Re: taskmanager project

2009-02-02 Thread Aaron J. Seigo
On Monday 02 February 2009, Casper Clemence wrote: > Hi all. I am starting out hacking on KDE welcome to the project... > (1) on mouseover (of a group item) a taskbar-like widget pops out showing > the members of the group it's behaviour and appearence is the same as the > main taskbar. you mea

Re: taskmanager project

2009-02-02 Thread Marco Martin
On Monday 02 February 2009, Casper Clemence wrote: > Hi all. I am starting out hacking on KDE and I wanted to check that I'm not > stepping on any toes. > > I've never used Qt or kdelibs before and I have a full time "day job" so I > might take a while. Anyway I hope I can be useful and not just a

Re: taskmanager project

2009-02-02 Thread z
2009/2/2 Casper Clemence : > Hi all. I am starting out hacking on KDE and I wanted to check that I'm not > stepping on any toes. > > I've never used Qt or kdelibs before and I have a full time "day job" so I > might take a while. Anyway I hope I can be useful and not just a pain. I will > do some b

taskmanager project

2009-02-02 Thread Casper Clemence
Hi all. I am starting out hacking on KDE and I wanted to check that I'm not stepping on any toes. I've never used Qt or kdelibs before and I have a full time "day job" so I might take a while. Anyway I hope I can be useful and not just a pain. I will do some bugfixing I promise, but I think I'l