Re: plasma dataengine question

2011-03-16 Thread Aaron J. Seigo
On Wednesday, March 16, 2011, Farhad Hedayati-Fard wrote: there is another problem here! I've inherited from Plasma::PackageStructure (Just like comic_package in comic dataengine)... but I still can't install my translator plugin with plasmapkg: Could not find a suitable installer for package

Re: plasma dataengine question

2011-03-15 Thread Farhad Hedayati-Fard
On Monday 14 March 2011 17:51:54 Aaron J. Seigo wrote: On Tuesday, March 15, 2011, Farhad Hedayati-Fard wrote: Hi! I've written a translation dataengine... It needs 3 arguments to initialize the translator object ( plugin name, source language and destination language). I've put a

plasma dataengine question

2011-03-14 Thread Farhad Hedayati-Fard
Hi! I've written a translation dataengine... It needs 3 arguments to initialize the translator object ( plugin name, source language and destination language). I've put a Q_ASSERT on args.size() in dataengine's constructor but now I can't test my dataengine using plasmaengineexplorer because it

Re: plasma dataengine question

2011-03-14 Thread Aaron J. Seigo
On Tuesday, March 15, 2011, Farhad Hedayati-Fard wrote: Hi! I've written a translation dataengine... It needs 3 arguments to initialize the translator object ( plugin name, source language and destination language). I've put a Q_ASSERT on args.size() in dataengine's constructor but now I