Re: [MeeGo-dev] QtLocation MeeGo repository

2010-10-03 Thread alex.blasche
-Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of ext Till Harbaum / Lists speaking of QTLocation: I can't find a mailing list for this or qtmobility in general. Where's a good place for developers wanted to start to play with it and

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-10-01 Thread Javier Fernandez Garcia-Boente
On Fri, 2010-10-01 at 08:41 +0300, Alberto Mardegan wrote: On 09/30/2010 06:00 PM, Andrew Flegg wrote: Nothing stops a QGeoPositionInfoSource from caching the result internally, (as opposed to a ::setLastKnownPosition()). Indeed, but this isn't the use case Alberto's described (BICBW).

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-10-01 Thread Till Harbaum / Lists
Hi, speaking of QTLocation: I can't find a mailing list for this or qtmobility in general. Where's a good place for developers wanted to start to play with it and giving feedback/ask questions? Till Am Mittwoch 29 September 2010 schrieb juha.vuo...@nokia.com: Hi everyone, I've set up a

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-09-30 Thread Alberto Mardegan
On 09/29/2010 09:25 PM, Robin Burchell wrote: Excerpts from Alberto Mardegan's message of Wed Sep 29 21:14:14 +0300 2010: Great! I've one question about the API: I think it would make sense to add a void QGeoPositionInfoSource::setLastKnownPosition(const QGeoCoordinate); [...] Does it

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-09-30 Thread Robin Burchell
Excerpts from Alberto Mardegan's message of Thu Sep 30 14:39:33 +0300 2010: void QGeoPositionInfoSource::setLastKnownPosition(const QGeoCoordinate); [...] Does it really make sense to have this in public API targetted at application developers? I'm not so sure about that... Multiple

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-09-30 Thread Alberto Mardegan
On 09/30/2010 06:00 PM, Andrew Flegg wrote: Nothing stops a QGeoPositionInfoSource from caching the result internally, (as opposed to a ::setLastKnownPosition()). Indeed, but this isn't the use case Alberto's described (BICBW). Exactly. My use case is when the last known position is wrong

Re: [MeeGo-dev] QtLocation MeeGo repository

2010-09-29 Thread Juha.Vuolle
Mardegan Cc: meego-dev@meego.com Subject: Re: [MeeGo-dev] QtLocation MeeGo repository void QGeoPositionInfoSource::setLastKnownPosition(const QGeoCoordinate ); method, to initialise the positioning source to a known location. This might help the engine to get the correct location faster