Re: tasks widget hacking

2008-12-03 Thread Christian Mollekopf
i moved all the bookkeeping to the TaskGroupItem, so the main interface to the lib is now there. As soon an item enters a group the AbstractTaskItem for the task/group is created and show, when it leaves the group, it's destroyed again. This way we should have a quite clear structure.

Re: tasks widget hacking

2008-12-02 Thread Thomas Fjellstrom
On December 2, 2008, Petri Damstén wrote: > On Tuesday 02 December 2008 08:37:13 Aaron J. Seigo wrote: > > hi... > > > > i'd like to have a tasks widget hacking day. > > I have noticed couple of things: > - When restarting plasma task items are too narrow (half

Re: tasks widget hacking

2008-12-02 Thread Aaron J. Seigo
On Tuesday 02 December 2008, Christian Mollekopf wrote: > Am 02.12.2008, 11:43 Uhr, schrieb Marco Martin <[EMAIL PROTECTED]>: > > On Tuesday 02 December 2008, Alexis Ménard wrote: > >> And the layout is recreated again and again, i am sure we can find a > >> solution for that. > > > > time ago i tr

Re: tasks widget hacking

2008-12-02 Thread Alain Boyer
simpler" things to do, I may find the time to pitch in a little. Alain. Aaron J. Seigo wrote: > hi... > > i'd like to have a tasks widget hacking day. > > the reason for this i that the code is something of a mess internally and > imho > it's unmaintainabl

Re: tasks widget hacking

2008-12-02 Thread Aaron J. Seigo
On Tuesday 02 December 2008, Alexis Ménard wrote: > And the layout is recreated again and again, i am sure we can find a > solution for that. this is nearly a minor issue compared to just getting the code that is there in order. in fact, i think fixing this will be harder than it should be in the

Re: tasks widget hacking

2008-12-02 Thread Christian Mollekopf
t it was a well known problem. Therefore i decided to recreate the layout every time. But yeah, i should have reported this to Qt. The workaround can be found in commit 874972 http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/applets/tasks/layoutwidget.cpp?r1=874907&r2=874972 Regards &

Re: tasks widget hacking

2008-12-02 Thread Petri Damstén
On Tuesday 02 December 2008 08:37:13 Aaron J. Seigo wrote: > hi... > > i'd like to have a tasks widget hacking day. I have noticed couple of things: - When restarting plasma task items are too narrow (half the size). When task is added or removed they are scaled correctly. Seems

Re: tasks widget hacking

2008-12-02 Thread Marco Martin
still here sooo i really have no idea on what could be O.o > Anyway i will take a look at it... > > > Regards, > > > > Christian > > > > >> 2008/12/2 Aaron J. Seigo <[EMAIL PROTECTED]> > > >> > > >> > hi... > > >

Re: tasks widget hacking

2008-12-02 Thread Alexis Ménard
tasks and there are no such of things. So the bug will never be fixed if it exist. Anyway i will take a look at it... > > Regards, > > Christian > > > > >> 2008/12/2 Aaron J. Seigo <[EMAIL PROTECTED]> > >> > >> > hi... > >> > > &

Re: tasks widget hacking

2008-12-02 Thread Christian Mollekopf
d an we will have to keep it that way until it's fixed in QT. Regards, Christian > >> 2008/12/2 Aaron J. Seigo <[EMAIL PROTECTED]> >> >> > hi... >> > >> > i'd like to have a tasks widget hacking day. >> > >> > the reason for t

Re: tasks widget hacking

2008-12-02 Thread Marco Martin
nd the problem wasn't there, so it must be a problem somewhere in layoutwidget.cpp, but it's pretty complex, really wasn't able to track it down > 2008/12/2 Aaron J. Seigo <[EMAIL PROTECTED]> > > > hi... > > > > i'd like to have a tasks widget hac

Re: tasks widget hacking

2008-12-02 Thread Marco Martin
On Tuesday 02 December 2008, Aaron J. Seigo wrote: > hi... > > i'd like to have a tasks widget hacking day. usually cet evenings i'm around i just touched some parts, so i'm not really familiar with the whole thing, but we can try > the reason for this i that the

Re: tasks widget hacking

2008-12-02 Thread Alexis Ménard
And the layout is recreated again and again, i am sure we can find a solution for that. 2008/12/2 Aaron J. Seigo <[EMAIL PROTECTED]> > hi... > > i'd like to have a tasks widget hacking day. > > the reason for this i that the code is something of a mess internally and &g

tasks widget hacking

2008-12-01 Thread Aaron J. Seigo
hi... i'd like to have a tasks widget hacking day. the reason for this i that the code is something of a mess internally and imho it's unmaintainable in its current state. i say this because changing little things in one place often create rather unexpected results; there's a