Re: plasma: QGraphicsView-ectomy

2012-10-17 Thread Sebastian Kügler
On Monday, October 15, 2012 18:45:01 Marco Martin wrote: > On Monday 24 September 2012, Marco Martin wrote: > > Hi all, > > I've committed in the kdelibs branch plasma/mart/qgvremoval a pretty big > > diff. it makes Applet inherit only from QObject this causes a nice doino > > effect: all api that

Re: plasma: QGraphicsView-ectomy

2012-10-15 Thread Marco Martin
On Monday 24 September 2012, Marco Martin wrote: > Hi all, > I've committed in the kdelibs branch plasma/mart/qgvremoval a pretty big > diff. it makes Applet inherit only from QObject this causes a nice doino > effect: all api that was coming from QGraphics* isn't there anymore, so i > had to cut p

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Marco Martin
On Wed, Sep 26, 2012 at 9:44 PM, Sebastian Kügler wrote: > On Wednesday, September 26, 2012 17:15:14 Aaron J. Seigo wrote: >> > * View: not sure what to do with this (also, there is still come code >> > commented in applet and containment that was using views) I'm open to >> > ideas on what the se

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 17:15:14 Aaron J. Seigo wrote: > > * View: not sure what to do with this (also, there is still come code > > commented in applet and containment that was using views) I'm open to > > ideas on what the semantics of this should be. i would like not having > > views at

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Marco Martin
On Wed, Sep 26, 2012 at 5:15 PM, Aaron J. Seigo wrote: > i actually really like the idea that all aplets are popup applets. merge the > logic and API and forget about the difference. if you don't want the > iconification, then you don't set a minimum size and/or don't hit that minimum > size. thou

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Sebastian Kügler
On Wednesday, September 26, 2012 17:15:14 Aaron J. Seigo wrote: > > * PopupApplet: i don't think it should be a differerent class from > > Applet, still don't have a clear idea how to do that, but the only > > difference could be in desktop file > > i actually really like the idea that all aplets

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Aaron J. Seigo
On Wednesday, September 26, 2012 15:57:10 Marco Martin wrote: > * ToolTipManager: should just be a qml component (see other thread) > * Dialog: should just be a component as well +1 to both, though i'm a little anxious to see how cleanly ToolTipManager will work ... > * PopupApplet: i don't thin

Re: plasma: QGraphicsView-ectomy

2012-09-26 Thread Marco Martin
On Mon, Sep 24, 2012 at 7:16 PM, Marco Martin wrote: > Hi all, > I've committed in the kdelibs branch plasma/mart/qgvremoval a pretty big diff. > it makes Applet inherit only from QObject this causes a nice doino effect: update on this: right now it builds fine without qgraphicsview, some classes

plasma: QGraphicsView-ectomy

2012-09-24 Thread Marco Martin
Hi all, I've committed in the kdelibs branch plasma/mart/qgvremoval a pretty big diff. it makes Applet inherit only from QObject this causes a nice doino effect: all api that was coming from QGraphics* isn't there anymore, so i had to cut pretty badly, and that's good, because i think the applet cl