Re: QML Task Manager merged

2013-06-06 Thread Eike Hein
On Thursday 06 June 2013 22:44:28 Aaron J. Seigo wrote: > btw, just noticed another regression: windows don't minimize to the tasks > widget anymore. This should generally work, and actually for the most part better than in the old widget, but there's a few more cases I need to handle for republis

Re: QML Task Manager merged

2013-06-06 Thread Aaron J. Seigo
On Thursday, June 6, 2013 22:35:18 Eike Hein wrote: > So I fear all that sliding on the top-level bar might just be > too much really i have the same intuition. can't hurt to try it, but i expect it will be too much. btw, just noticed another regression: windows don't minimize to the tasks wid

Re: QML Task Manager merged

2013-06-06 Thread Eike Hein
On Thursday 06 June 2013 18:12:30 Marco Martin wrote: > On Thursday 06 June 2013, Aaron J. Seigo wrote: > > btw, i thought quite a bit about perhaps doing the same also in the main > > applet UI itself .. but with multiple rows it will likely look ugly; imo > > grids do not look great when the sele

Re: QML Task Manager merged

2013-06-06 Thread Marco Martin
On Thursday 06 June 2013, Aaron J. Seigo wrote: > > btw, i thought quite a bit about perhaps doing the same also in the main > applet UI itself .. but with multiple rows it will likely look ugly; imo > grids do not look great when the selection rect slides around, whereas it > works terrifically

Re: QML Task Manager merged

2013-06-06 Thread Aaron J. Seigo
On Thursday, June 6, 2013 14:45:15 Eike Hein wrote: > - Popup: Actually intentional after conferring with Sebas and IIRC Apol or > Marco when making that decision ... Sebas was passionate that not reusing > the task delegate would constitute information loss ("it's a task because > it looks like on

Re: QML Task Manager merged

2013-06-06 Thread Marco Martin
On Thursday 06 June 2013, Eike Hein wrote: > - Popup: Actually intentional after conferring with Sebas and IIRC Apol or > Marco when making that decision ... Sebas was passionate that not reusing > the task delegate would constitute information loss ("it's a task because > it looks like one"), and

Re: QML Task Manager merged

2013-06-06 Thread Eike Hein
Afk right now but quick replies: - Thanks for having a look :) - Sizing/clipping: Aye, I decided to go with 'correct' handling/respecting of the FrameSvg initially rather than optimize prematurely and clutter up the QML, but I agree a little extra mile for common small panel sizes would be swee

Re: QML Task Manager merged

2013-06-06 Thread Aaron J. Seigo
On Wednesday, June 5, 2013 22:36:40 Eike Hein wrote: > I've just merged the QML port of the default Task Manager widget so .. report #1 :) see screenshot here: http://makeplaylive.com/~aseigo/qml_tasks_take1.png a few issues can be spotted. first, the text is cut off at the bottom. my p

Re: QML Task Manager merged

2013-06-06 Thread Marco Martin
On Wednesday 05 June 2013 22:36:40 Eike Hein wrote: > Mid-term, I want to have the widget feature-complete and > regression-free by the time we release 4.11 - the bottom > line is to have something that's far less buggy and that's > portable to Plasma 2. > > Long-term, I intend to maintain the new

Re: QML Task Manager merged

2013-06-05 Thread Aaron J. Seigo
On Wednesday, June 5, 2013 22:36:40 Eike Hein wrote: > I've just merged the QML port of the default Task Manager widget really good news. i'm firing off a build right now so i can bang away on it all day tomorrow. this is a very important bit of the desktop experience ("everyone" uses it, well,

QML Task Manager merged

2013-06-05 Thread Eike Hein
Hi, I've just merged the QML port of the default Task Manager widget into kde-workspace master, along with a number of (non-API-break- ing) modifications and bug fixes to libtaskmanager as required by it. tl;dr: It's mostly a drop-in replacement for the old one with a whole bunch of bug fixes, h