Re: Extender tutorial on techbase

2008-09-12 Thread Rob Scheepmaker
On Friday 12 September 2008 16:16:05 Marco Martin wrote: > it always remain the second problemof the crash on add: > it seem to happen only when there is a proxywidget in the extenderitem > (aah, qt bug? deletelater crashes for proxywidgets perhaps?) > if there is a normal graphicswidget like a pla

Re: Extender tutorial on techbase

2008-09-12 Thread Marco Martin
On Thursday 11 September 2008, Rob Scheepmaker wrote: > On Thursday 11 September 2008 17:06:10 Marco Martin wrote: > > with furter investigation i've found that it doesn't crash anymore if i > > remove line 194 of applet.cpp > > //destroy temporary extender items, or items that aren't detached, s

Re: Extender tutorial on techbase

2008-09-11 Thread Marco Martin
On Thursday 11 September 2008, Rob Scheepmaker wrote: > On Thursday 11 September 2008 17:06:10 Marco Martin wrote: > > with furter investigation i've found that it doesn't crash anymore if i > > remove line 194 of applet.cpp > > //destroy temporary extender items, or items that aren't detached, s

Re: Extender tutorial on techbase

2008-09-11 Thread Rob Scheepmaker
On Thursday 11 September 2008 17:06:10 Marco Martin wrote: > with furter investigation i've found that it doesn't crash anymore if i > remove line 194 of applet.cpp > //destroy temporary extender items, or items that aren't detached, so > their //configuration won't linger after a plasma restart.

Re: Extender tutorial on techbase

2008-09-11 Thread Marco Martin
On Wednesday 10 September 2008, Marco Martin wrote: > On Wednesday 10 September 2008, Rob Scheepmaker wrote: > > On Wednesday 10 September 2008 15:02:23 Marco Martin wrote: > > > another problem: > > > adding a clock on the desktop when plasma is already started produces a > > > crash, at line 389

Re: Extender tutorial on techbase

2008-09-10 Thread Riccardo Iaconelli
On Wednesday 10 September 2008 16:52:17 Aaron J. Seigo wrote: > popupIcon? you already proposed that two messages ago. -Riccardo -- GPG key: 3D0F6376 When encrypting, please encrypt also for this subkey: 9EBD7FE1 - Pace Peace Paix Paz Frieden Pax Pokój Friður Fred Béke 和平 Hasiti Lapé Hetep M

Re: Extender tutorial on techbase

2008-09-10 Thread Aaron J. Seigo
On Wednesday 10 September 2008, Marco Martin wrote: > On Wednesday 10 September 2008, Aaron J. Seigo wrote: > > On Tuesday 09 September 2008, Marco Martin wrote: > > > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > > > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > > > > have popu

Re: Extender tutorial on techbase

2008-09-10 Thread Marco Martin
On Wednesday 10 September 2008, Rob Scheepmaker wrote: > On Wednesday 10 September 2008 15:02:23 Marco Martin wrote: > > another problem: > > adding a clock on the desktop when plasma is already started produces a > > crash, at line 389 of extenderitem.cpp widget->setParentItem(this); > > don't und

Re: Extender tutorial on techbase

2008-09-10 Thread Rob Scheepmaker
On Wednesday 10 September 2008 15:02:23 Marco Martin wrote: > another problem: > adding a clock on the desktop when plasma is already started produces a > crash, at line 389 of extenderitem.cpp widget->setParentItem(this); > don't understand why just setting a parent item would crash :-/ > instead

Re: Extender tutorial on techbase

2008-09-10 Thread Marco Martin
On Wednesday 10 September 2008, Aaron J. Seigo wrote: > On Tuesday 09 September 2008, Marco Martin wrote: > > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > > > have popupapplet support a null icon being passed into setIcon, which >

Re: Extender tutorial on techbase

2008-09-09 Thread Aaron J. Seigo
On Tuesday 09 September 2008, Marco Martin wrote: > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > > have popupapplet support a null icon being passed into setIcon, which > > > will cause it to kill it's own icon. at that point, you a

Re: Extender tutorial on techbase

2008-09-09 Thread Marco Martin
On Tuesday 09 September 2008, Aaron J. Seigo wrote: > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > have popupapplet support a null icon being passed into setIcon, which > > will cause it to kill it's own icon. at that point, you are quite free to > > reimplement paintInterface or instant

Re: Extender tutorial on techbase

2008-09-09 Thread Marco Martin
On Tuesday 09 September 2008, Aaron J. Seigo wrote: >needed in > practice. in fact, the simplicity is *THE primary feature*. > > as a team, we end up in this same sort of discussion for nearly every bit > of the API that we spend too much time with. why? we become comfortable > with the API, master

Re: Extender tutorial on techbase

2008-09-09 Thread Rob Scheepmaker
On Tuesday 09 September 2008 18:24:17 Aaron J. Seigo wrote: > On Tuesday 09 September 2008, Marco Martin wrote: > > i see like two different things, like an applet that Has a > > popup vs popupapplet that is an applet that Is a popup > > which is provided for in my proposed patch. > > has a popup:

Re: Extender tutorial on techbase

2008-09-09 Thread Aaron J. Seigo
On Tuesday 09 September 2008, Marco Martin wrote: > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > On Tuesday 09 September 2008, Sebastian Kügler wrote: > > > http://reviewboard.vidsolbach.de/r/145/ > > > and corresponding thread on this list with subject: > > > "Review Request: PopupApple

Re: Extender tutorial on techbase

2008-09-09 Thread Marco Martin
On Tuesday 09 September 2008, Aaron J. Seigo wrote: > On Tuesday 09 September 2008, Sebastian Kügler wrote: > > http://reviewboard.vidsolbach.de/r/145/ > > and corresponding thread on this list with subject: > > "Review Request: PopupApplet iconify patch" > > because people will make the wrong deci

Re: Extender tutorial on techbase

2008-09-09 Thread Sebastian Kügler
On Tuesday 09 September 2008 17:26:34 Marco Martin wrote: > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > > have popupapplet support a null icon being passed into setIcon, which > > > will cause it to kill it's own icon. at that poin

Re: Extender tutorial on techbase

2008-09-09 Thread Sebastian Kügler
On Tuesday 09 September 2008 16:56:11 Aaron J. Seigo wrote: > On Tuesday 09 September 2008, Sebastian Kügler wrote: > > http://reviewboard.vidsolbach.de/r/145/ > > and corresponding thread on this list with subject: > > "Review Request: PopupApplet iconify patch" > > because people will make the w

Re: Extender tutorial on techbase

2008-09-09 Thread Riccardo Iaconelli
On Tuesday 09 September 2008 16:56:11 Aaron J. Seigo wrote: > because people will make the wrong decisions. in the submission for 145 it > says: > > " For example kickoff's is always shown when put in the desktop while it > would be nicer to have it "iconified" as it happens in the panel." > > like

Re: Extender tutorial on techbase

2008-09-09 Thread Marco Martin
On Tuesday 09 September 2008, Aaron J. Seigo wrote: > On Tuesday 09 September 2008, Aaron J. Seigo wrote: > > have popupapplet support a null icon being passed into setIcon, which > > will cause it to kill it's own icon. at that point, you are quite free to > > reimplement paintInterface or instant

Re: Extender tutorial on techbase

2008-09-09 Thread Aaron J. Seigo
On Tuesday 09 September 2008, Aaron J. Seigo wrote: > have popupapplet support a null icon being passed into setIcon, which will > cause it to kill it's own icon. at that point, you are quite free to > reimplement paintInterface or instantiate your widget. something like the completely untested pa

Re: Extender tutorial on techbase

2008-09-09 Thread Aaron J. Seigo
On Tuesday 09 September 2008, Sebastian Kügler wrote: > http://reviewboard.vidsolbach.de/r/145/ > and corresponding thread on this list with subject: > "Review Request: PopupApplet iconify patch" because people will make the wrong decisions. in the submission for 145 it says: " For example kicko

Re: Extender tutorial on techbase

2008-09-09 Thread Sebastian Kügler
Hi Rob, On Tuesday 09 September 2008 12:00:29 Rob Scheepmaker wrote: > On Tuesday 09 September 2008 09:14:51 Sebastian Kügler wrote: > > On Tuesday 09 September 2008 02:26:51 Aaron J. Seigo wrote: > > > On Monday 08 September 2008, Marco Martin wrote: > > > > in popupapplet adding the possibility

Re: Extender tutorial on techbase

2008-09-09 Thread Rob Scheepmaker
On Tuesday 09 September 2008 09:14:51 Sebastian Kügler wrote: > On Tuesday 09 September 2008 02:26:51 Aaron J. Seigo wrote: > > On Monday 08 September 2008, Marco Martin wrote: > > > in popupapplet adding the possibility ti replace the icon with a > > > generic QGraphicsWidget I agree, if we make

Re: Extender tutorial on techbase

2008-09-09 Thread Sebastian Kügler
On Tuesday 09 September 2008 02:26:51 Aaron J. Seigo wrote: > On Monday 08 September 2008, Marco Martin wrote: > > in popupapplet adding the possibility ti replace the icon with a generic > > QGraphicsWidget > > this probably makes sense. the question would be how to make a nice API for > it. > > t

Re: Extender tutorial on techbase

2008-09-08 Thread Aaron J. Seigo
On Monday 08 September 2008, Marco Martin wrote: > in popupapplet adding the possibility ti replace the icon with a generic > QGraphicsWidget this probably makes sense. the question would be how to make a nice API for it. there will *still* be cases where this fails and some code will need to be

Re: Extender tutorial on techbase

2008-09-08 Thread Riccardo Iaconelli
On Monday 08 September 2008 22:18:38 Marco Martin wrote: > looked at it and talking with ruphy on a possible popupapplet extension > made me think about it so now i have a big doubt... :) Precisely +1 ;-) -Riccardo -- GPG key: 3D0F6376 When encrypting, please encrypt also for this subkey: 9EBD7F

Re: Extender tutorial on techbase

2008-09-08 Thread Marco Martin
On Tuesday 02 September 2008, Rob Scheepmaker wrote: > I've recently written a simple Extender tutorial on techbase, and would > appreciate some feedback. Is the example clear? Is there stuff I don't > mention but should? You can find the tutorial on > > http://tec

Extender tutorial on techbase

2008-09-02 Thread Rob Scheepmaker
I've recently written a simple Extender tutorial on techbase, and would appreciate some feedback. Is the example clear? Is there stuff I don't mention but should? You can find the tutorial on http://techbase.kde.org/Development/Tutorials/Plasma/UsingExtenders Regards, Rob Scheepma