Re: Review Request: Implement automatic scanning of source code for required data engines

2011-08-20 Thread Kevin Kofler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102350/ --- (Updated Aug. 21, 2011, 1:47 a.m.) Review request for Plasma. Changes --

R: Re: Plasma QML API - module is not installed

2011-08-20 Thread ag...@tiscali.it
I don't know "select allimport", what's it?I wrote a QML file and I imported it in a widget with this code: [...]m_qmlCategoryListView = new QDeclarativeView();[...]m_qmlCategoryListView->setSource(QUrl("qrc:/Qml/CategoryListView.qml")); Messaggio originale Da: notm...@gmail.com Da

Re: Plasma QML API - module is not installed

2011-08-20 Thread Marco Martin
On Saturday 20 August 2011, ag...@tiscali.it wrote: > Hi all. > I have a problem with the Plasma QML API: when in qml file I write this: > Code: Select allimport org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets > in the output I find: > Code: Select allqrc:/Qml/CategoryListView.qml:3:1: module >

Plasma QML API - module is not installed

2011-08-20 Thread ag...@tiscali.it
Hi all. I have a problem with the Plasma QML API: when in qml file I write this: Code: Select allimport org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets in the output I find: Code: Select allqrc:/Qml/CategoryListView.qml:3:1: module "org.kde.plasma.graphicswidgets" is not installed Why? In the

Re: Review Request: Rework KMix DBus API and add KMix plasma dataengine

2011-08-20 Thread Mark Gaiser
> On Aug. 20, 2011, 1:22 a.m., Mark Gaiser wrote: > > Hi, > > > > I was just trying to do the same thing with kmix and wasted ~6 hours on > > that (or even more) just to find that is was already here but never > > committed. So how are we on this? Can this be committed? > > > > Regards, > > M

Re: ServiceJob binding in javascript not working in KDE 4.7?

2011-08-20 Thread Weng Xuetian
在 2011年8月20日 Saturday 10:14:41,Aaron J. Seigo 写道: > On Saturday, August 20, 2011 13:47:21 Weng Xuetian wrote: > > Hi Plasma World, > > I'm trying to run this > > example:https://projects.kde.org/projects/kde/kdeexamples/repository/revisio > ns/maste > > r/entry/plasma/javascript/plasmoids/usingServ

Re: ServiceJob binding in javascript not working in KDE 4.7?

2011-08-20 Thread Aaron J. Seigo
On Saturday, August 20, 2011 13:47:21 Weng Xuetian wrote: > Hi Plasma World, > I'm trying to run this example:https://projects.kde.org/projects/kde/kdeexamples/repository/revisions/maste > r/entry/plasma/javascript/plasmoids/usingServices/ > In spite of connectSource missing a time interval, the