Re: QML Activity List

2011-12-29 Thread Shaun Reich
Sorry to revive this semi-old dead thread, but I'd like to chip in and say that I was experiencing the same issue as well just now. Note that running 'plasmoid-viewer -c panel' has an...unexpected effect, to say the least. Regardless of what you set in the QML files themselves, the plasmoid viewe

Re: QML Activity List

2011-12-18 Thread David Narvaez
On Sun, Dec 18, 2011 at 11:47 AM, Aaron J. Seigo wrote: > On Sunday, December 18, 2011 11:31:26 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana > Rios wrote: > > Is this already working? When I tried to do this, it was broken - > > instead of the icon, the whole plasmoid was placed in the panel. > > you n

Re: QML Activity List

2011-12-18 Thread Aaron J. Seigo
On Sunday, December 18, 2011 11:31:26 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana Rios wrote: > 2011/12/18 Aaron J. Seigo : > > On Sunday, December 18, 2011 01:28:38 Luiz =?ISO-8859-1?Q?Rom=E1rio?= > > Santana> > > Rios wrote: > >> 1 - As it's a regular applet trying to mimic a PopupApplet, it seems

Re: QML Activity List

2011-12-18 Thread Luiz Romário Santana Rios
2011/12/18 Aaron J. Seigo : > On Sunday, December 18, 2011 01:28:38 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana > Rios wrote: >> 1 - As it's a regular applet trying to mimic a PopupApplet, it seems > > to fix this, make it an actual popup applet :) > ServiceTypes=Plasma/Applet;PlasmaPopupApplet Is this

Re: QML Activity List

2011-12-18 Thread Aaron J. Seigo
On Sunday, December 18, 2011 01:28:38 Luiz =?ISO-8859-1?Q?Rom=E1rio?= Santana Rios wrote: > 1 - As it's a regular applet trying to mimic a PopupApplet, it seems to fix this, make it an actual popup applet :) ServiceTypes=Plasma/Applet;PlasmaPopupApplet and yes, using components is what you want

QML Activity List

2011-12-17 Thread Luiz Romário Santana Rios
Hello, list. So, some time ago I started to try creating a list of the activities in QML, using the org.kde.activities data engine. I achieved something, but I had some problems and my idea was to make it a PopupApplet, but it was broken in QML - and even in JS, I guess - at the time. I tried to w