Re: questions about plasmoidviewer

2011-03-23 Thread Tsiapaliwkas Giorgos
On Wednesday, March 23, 2011 11:53:52 PM Marco Martin wrote: > correct. > it's up to the plasmoids to react to formfactor/location. > many don't need to, some do adjust > for the launcher it should happen the stock behaviour of popupapplets, if > you give -f horizontal or -f vertical and you resize

Re: questions about plasmoidviewer

2011-03-23 Thread Marco Martin
On Wednesday 23 March 2011, Tsiapaliwkas Giorgos wrote: > "plasmoidviewer -l top/desktop/etc launcher"? > "plasmoidviewer -f vertical/etc launcher" > > i gave the above command and i observed that nothing unusual happen.So i > guess that the simulation is only virtually and not real.right? correc

Re: questions about plasmoidviewer

2011-03-23 Thread Tsiapaliwkas Giorgos
On Tuesday, March 22, 2011 10:31:06 PM Aaron J. Seigo wrote: > i look forward to seeing / reviewing them :) > > welcome to KDE and Plasma hacking... thanks for the warm welcome.:) > * The FormFactor enumeration describes how a Plasma::Applet should arrange > simulates a location on the screen

Re: A couple of questions about QML Plasma bindings

2011-03-23 Thread Marco Martin
On Wednesday 23 March 2011, Aaron J. Seigo wrote: > seeing as this was written before not only QML but also QGraphicsObject, i > suppose it's no big surprise. at one point it did work (for a poor > deifnition of "work") with QGraphicsItems, but we dropped that after the > annoyances kept mounting a

Re: A couple of questions about QML Plasma bindings

2011-03-23 Thread Aaron J. Seigo
On Tuesday, March 22, 2011, Marco Martin wrote: > On Saturday 19 March 2011, Marco Martin wrote: > > Text { > > > > id:textItem > > text: "foobar" > > > > } > > > > PlasmaCore.ToolTipData { > > > >item: textItem > >icon: QIcon("konqueror") > >title: " foo" > >