Re: Plasma QtComponents IRC meeting

2011-10-06 Thread Chinmaya Padhi
Something like this can be used as an opinion poll http://doodle.com Has been used by kde-telepathy and nepomuk teams to schedule irc meetings Regards Chinmaya On Thu, Oct 6, 2011 at 10:45 PM, Artur Souza (MoRpHeUz) < artur.so...@openbossa.org> wrote: > Hi

Re: Plasma QtComponents IRC meeting

2011-10-06 Thread Artur Souza (MoRpHeUz)
Hi Marco! On Thu, Oct 6, 2011 at 4:36 PM, Marco Martin wrote: > I am thinking about an irc meeting somewhere next week to plan a bit about the > future of  the plasma-based Qtcomponents. I think they will  be a pretty > central part in plasma and plasma active (especially with libplasma2) Sorry

Re: The future of Power Management - together with Activities

2011-10-06 Thread Oswald Buddenhagen
On Sat, Oct 01, 2011 at 08:33:06PM +0300, Andras Mantia wrote: > What I can say that I use the selection combo between the different > power management schemes from time to time, as I can do the same thing > (e.g developing so not anything like now I develop and then switch to > mail reading/wa

Plasma QtComponents IRC meeting

2011-10-06 Thread Marco Martin
Hi all, I am thinking about an irc meeting somewhere next week to plan a bit about the future of the plasma-based Qtcomponents. I think they will be a pretty central part in plasma and plasma active (especially with libplasma2) topics can be: * status * what's still needed * how integrate with

QtComponents work

2011-10-06 Thread Marco Martin
Hi all, this is a little introduction mail for everyone :) Jens did a lot of community work for MeeGo and organizes Helsinki MeeGo Meetups, but another thing he is working on is an implementation of QtComponents, one of the things he did for instance is an implementation of Page with the possi

Re: QML DataSource

2011-10-06 Thread Saurabh Sood
oh...i read misread the statement. it means that if datachanged is emitted, then there is a surety that the data has been set. that really had me very confused at one point of time.. :) Regards,. saurabh On 10/6/11, Aaron J. Seigo wrote: > On Thursday, October 6, 2011 20:46:14 Saurabh Sood wrote

Re: QML DataSource

2011-10-06 Thread Aaron J. Seigo
On Thursday, October 6, 2011 20:46:14 Saurabh Sood wrote: > quite get the point, where you said that when a source appears, it may > not have all data in place. DataEngines are asynchronous. there is no guarantee as to when the data will arrive from them, just that it will at some point in the fu

Re: QML DataSource

2011-10-06 Thread Saurabh Sood
Aaron, I was facing the same problem some time back. i used onSourceAdded:connectSource(source) and got it working. I did not quite get the point, where you said that when a source appears, it may not have all data in place. Regards,. Saurabh On 10/6/11, Aaron J. Seigo wrote: > On Thursday, Octo

Re: QML DataSource

2011-10-06 Thread Aaron J. Seigo
On Thursday, October 6, 2011 10:05:47 Marco Martin wrote: > On Thursday 06 October 2011, Viranch Mehta wrote: > > Hi all, > > > > I am facing a very annoying problem in QML plasmoids with the dataengines. > > The following does not seem to work ever for almost all dataengines: > > > > PlasmaCore.

Re: QML DataSource

2011-10-06 Thread Marco Martin
On Thursday 06 October 2011, Viranch Mehta wrote: > Hi all, > > I am facing a very annoying problem in QML plasmoids with the dataengines. > The following does not seem to work ever for almost all dataengines: > > PlasmaCore.DataSource { > id: dataSource > engine: "someEngine" > onSou