Re: libplasma2: split anything

2011-07-06 Thread Marco Martin
On Wednesday 06 July 2011, Aaron J. Seigo wrote: > On Saturday, July 2, 2011 16:30:27 you wrote: > > On Monday 27 June 2011, Aaron J. Seigo wrote: > > > On Sunday, June 26, 2011 19:25:08 Marco Martin wrote: > > > > > > for a QGraphicsView based shell, it shouldn't really care, as i > > > understan

Re: libplasma2: split anything

2011-07-06 Thread Aaron J. Seigo
On Saturday, July 2, 2011 16:30:27 you wrote: > On Monday 27 June 2011, Aaron J. Seigo wrote: > > On Sunday, June 26, 2011 19:25:08 Marco Martin wrote: > > for a QGraphicsView based shell, it shouldn't really care, as i > > understand it. both can be popped onto the scene. > > they can, but what

Re: libplasma2: split anything

2011-07-02 Thread Marco Martin
On Monday 27 June 2011, Aaron J. Seigo wrote: > On Sunday, June 26, 2011 19:25:08 Marco Martin wrote: > > now, when we do loadApplet it would be loaded this new thing, and the > > trick unfortunately is just moved on how to selectively create a qml > > object tree (and eventually load a c++ plugin

Re: libplasma2: split anything

2011-06-28 Thread Marco Martin
On Mon, Jun 27, 2011 at 12:02 PM, Aaron J. Seigo wrote: > On Sunday, June 26, 2011 19:25:08 Marco Martin wrote: >> now, when we do loadApplet it would be loaded this new thing, and the trick >> unfortunately is just moved on how to selectively create a qml object tree >> (and eventually load a c++

Re: libplasma2: split anything

2011-06-27 Thread Aaron J. Seigo
On Sunday, June 26, 2011 19:25:08 Marco Martin wrote: > now, when we do loadApplet it would be loaded this new thing, and the trick > unfortunately is just moved on how to selectively create a qml object tree > (and eventually load a c++ plugin on a Plasmoid* subclass) OR load instead > the old plu

Re: libplasma2: split anything

2011-06-26 Thread Marco Martin
On Sunday 26 June 2011, Aaron J. Seigo wrote: > On Saturday, June 25, 2011 15:55:53 Marco Martin wrote: > > on a fully optimized/stripped library, the size of libplasma proper, goes > > from 2.9 MB to 1.1 !! > > impressive.. > > > and most important we need some replacement for corona applet cont

Re: libplasma2: split anything

2011-06-26 Thread Aaron J. Seigo
On Saturday, June 25, 2011 15:55:53 Marco Martin wrote: > on a fully optimized/stripped library, the size of libplasma proper, goes > from 2.9 MB to 1.1 !! impressive.. > and most important we need some replacement for corona applet containment > for the new library, ideally based only on qobject