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 the size). When > task is added or re

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
Hello, After cleaning up the tasks dataengine (i know it is not really used in the applet..), I'd also like to help out. I looked at the tasks applet code a while back and indeed it is a bit scary. However, school is busy and I can't really promise anything. If there are some "simpler" things

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
Am 02.12.2008, 13:54 Uhr, schrieb Marco Martin <[EMAIL PROTECTED]>: > On Tuesday 02 December 2008, Alexis Ménard wrote: >> On Tue, Dec 2, 2008 at 12:02 PM, Christian Mollekopf >> >> <[EMAIL PROTECTED]>wrote: >> > Am 02.12.2008, 11:43 Uhr, schrieb Marco Martin <[EMAIL PROTECTED]>: >> > > On Tuesday

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 to happen only on

Re: tasks widget hacking

2008-12-02 Thread Marco Martin
On Tuesday 02 December 2008, Alexis Ménard wrote: > On Tue, Dec 2, 2008 at 12:02 PM, Christian Mollekopf > > <[EMAIL PROTECTED]>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 a

Re: tasks widget hacking

2008-12-02 Thread Alexis Ménard
On Tue, Dec 2, 2008 at 12:02 PM, Christian Mollekopf <[EMAIL PROTECTED]>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 t

Re: tasks widget hacking

2008-12-02 Thread Christian Mollekopf
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 tried to remove that thing, it resulted in empty holes still > size

Re: tasks widget hacking

2008-12-02 Thread Marco Martin
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 tried to remove that thing, it resulted in empty holes still sized as there were items in it, so then tried with a simple qt program and the pr

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 code is something of a mess inte

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 > imho > it's unmaintainable