Re: [SailfishDevel] QTLocation not part of QT5, what to do?

2013-08-07 Thread Aaron McCarthy
rvices-osm > Curiously I can't find where zypper installed QtLocation on the > Emulator. I had expected to find it somewhere near /usr/lib/qt5/qml rpm -ql qt5-qtlocation will list the files included in the package. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QTLocation not part of QT5, what to do?

2013-08-08 Thread Aaron McCarthy
ream dev branch. Note that since Qt Location has not been released yet its API is not yet frozen. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread Aaron McCarthy
l need qt5-qtdeclarative-import-positioning and qt5- qtdeclarative-import-location, qt5-qtpositioning, qt5-qtlocation, plus whatever positioning/geoservices plugins your application requires. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread Aaron McCarthy
ent in a Sailfish OS > application for now? Please see my reply in the other thread. The Qt Location and Qt Positioning packages are reported as version 5.1.0 but they include something very close to what will be in 5.2 upstream. There was no Qt Positioning library prior to Qt 5.2. Chee

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-20 Thread Aaron McCarthy
o use this type in QML. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-21 Thread Aaron McCarthy
to the main Nokia Developer page. I can't find the right place > to register... Try developer.here.com. Sign in or create an account. The click on the "Get Started" link at the top of the page. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread Aaron McCarthy
ct.org/browse/QTBUG-25393 for details on why this was implemented. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread Aaron McCarthy
; only fits a very small part of the what I need to show at once... > Everything worked so well in Qt4.8/QtMobility.location 1.2 Unfortunately from the looks of the implementation there is no work around for this. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Qt5.2/NFC API in sailfishos

2013-12-02 Thread Aaron McCarthy
H, so it should detect normal > NFC devices just fine if a NFC-less OH is installed Yes, this would be possible. > So that are my two €-cents. :) Thanks you for your input. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] unsupported QML plugins in Harbour

2013-12-04 Thread Aaron McCarthy
y > own app project? That is one possible solution. Doing so will require you to fulfil the requirements of its license (LGPL 2.1). I, however, would recommend using QtDBus to implement a class with the required functionality and provide a suitable interface for access it from QML. Cheer

Re: [SailfishDevel] GPS Location service (QTLocation or QTPositioning)

2013-12-17 Thread Aaron McCarthy
en obtained, and be on when it has. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Android emulator running in UTC time and others

2014-01-01 Thread Aaron McCarthy
that has already been fixed internally. The fix will be released with a future update. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Aaron McCarthy
s is presented when you first start the Maps application. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] How to activate GPS on device

2014-01-02 Thread Aaron McCarthy
Hi, On Thu, 2 Jan 2014 16:52:29 Caliste Damien wrote: > Hello sailors, > > Le jeudi 02 janvier 2014, Aaron McCarthy a écrit : > > > Not noise par bleu, far from it! > > Well, noise was about how the title of the mail was written. There's no > need to activate the

Re: [SailfishDevel] Howto ship QML plugins for harbour

2014-01-09 Thread Aaron McCarthy
yntax highlighting and code completion. > And finally, when all is shipped in the RPM, and everything has been renamed > properly, how can I expand the QML search dir to include also > /usr/share/$APPNAME/qml ? QQmlEngine::addImportPath() or set QML2_IMPORT_P

Re: [SailfishDevel] qml PositionSource element gives error: QMetaMethod::invoke: Unable to handle unregistered datatype 'QGeoPositionInfo'

2014-01-12 Thread Aaron McCarthy
nce there. This is a problem with the Qt Geoclue positioning plugin, it fails to register the data type. I have submitted a fix upstream [1]. In the meantime you can work around it in you application by calling qRegisterMetaType(); prior to creating a position info source. [1] https://codereview.

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-01-12 Thread Aaron McCarthy
then using the GPS is the > following: If you use QGeoPositionInfoSource the VerticalAccuracy and the > HorizontalAccuracy are always the same, is this normal behaviour? This is expected behaviour. Only a single accuracy figure is given by the hardware and is used as both the vertical and ho

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-01-12 Thread Aaron McCarthy
Hi, On Mon, 13 Jan 2014 08:01:43 christopher.l...@thurweb.ch wrote: > Zitat von "Aaron McCarthy" : > > Hi, > > > > Unfortunately, due to a build configuration issue, the satellite interface > > is not available in the current released version. The issue h

Re: [SailfishDevel] GPS not turned off if app exits without stopping the GPS

2014-01-12 Thread Aaron McCarthy
ted by geoclue- master with the above command. Also what geoclue processes are running (ps aux | grep geoclue). Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] qml PositionSource element gives error: QMetaMethod::invoke: Unable to handle unregistered datatype 'QGeoPositionInfo'

2014-01-12 Thread Aaron McCarthy
spite the error, the PositionSource element seems to > work! > > If so, is this actually a "ghost error" that we can ignore for the moment? It is a real error, but it does not affect the core functionality of the PositionSource. It can be ignored for the mo

Re: [SailfishDevel] GPS not turned off if app exits without stopping the GPS

2014-01-13 Thread Aaron McCarthy
sing, and IPC communications) used by your application. Which is why I would suggest using one. > And as you can see in the archive page, all your mails have gone to the > mailing list, the one you've forgotten the CC you had added it to the To > field. Force of habit, I usua

Re: [SailfishDevel] GPS initially shows old location

2014-01-19 Thread Aaron McCarthy
es and timestamp are saved. Use the timestamp to check if the location data is old. The accuracy values of the position will be NaN. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Fwd: Re: QGeoSatelliteInfoSource in Sailfish

2014-01-20 Thread Aaron McCarthy
se, always. How to get the > direction? Should one calculate it by hand ? This is a bug in the Geoclue positioning plugin in Qt. I have filed a bug in the Qt bug tracker: https://bugreports.qt-project.org/browse/QTBUG-36298 Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Aaron McCarthy
" to my .pro-file. > > What am I missing? QWebPage is in WebKit widgets. QT += webkitwidgets But widgets aren't supported. If you don't need to display the web page, you can use QWebFrame and follow the example you linked to from there. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Segmentation fault: No such file or directory.

2014-01-23 Thread Aaron McCarthy
ur bug tracking system. Does the crash happen every time when popping the pagestack while the Map is still panning? How frequently does it happen when not panning the Map? Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Segmentation fault: No such file or directory.

2014-01-27 Thread Aaron McCarthy
t qt- project.org/doc. Qt Location has not been officially released yet. Once it is it will be documented there as well. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QtWebKit QWebView

2014-01-27 Thread Aaron McCarthy
e if that meets you needs. Depending on the complexity of the HTML that you want to parse and what you want to extract out of it, it is possible to use QXmlStreamReader perhaps with some pre-processing. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-02-02 Thread Aaron McCarthy
displayed > by the other devices. I show 15 for the Galaxy above, but have seen > readings of 18 and 19. What are the satellite identification numbers for these satellites. Satellites 65 to 88 are GLONASS. Others are GPS. Does this match your hypothesis? Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Segmentation fault: No such file or directory.

2014-02-04 Thread Aaron McCarthy
still relevant or was it only occurring in Sailfish? It is most likely still relevant. I haven't yet had the opportunity to investigate what the root cause was. It is possible that it is now less likely to be triggered with 1.0.3.8, but I expect the issue to still be present.

Re: [SailfishDevel] Inhibit PageStack back gestures on Map widget

2014-02-16 Thread Aaron McCarthy
I guess I'm not the first one to have this question but I cannot find any > example. Perhaps you are :) The Jolla Sailfish Maps application requires the user to switch to split view before moving back through the page stack. This essentially bypasses

Re: [SailfishDevel] Issue with GPS refresh interval

2014-03-23 Thread Aaron McCarthy
Positioning that wasn't meant to go out as part of 1.0.4.20. Once the rest of the logical change (changes to other packages) is in this regression will disappear. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] GPS sensor

2014-04-27 Thread Aaron McCarthy
oking into gpsd and the geoclue-gpsd provider. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Using QtBluetooth 5.4 Backport in a harbour-app

2014-12-10 Thread Aaron McCarthy
Bluetooth haven't been tried > either (NFC and so on). I even think I have even disabled the build. There is no Linux backend implemented in the Qt NFC library. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list To unsubscribe, pl

Re: [SailfishDevel] Using QtBluetooth 5.4 Backport in a harbour-app

2015-01-04 Thread Aaron McCarthy
gt; > Project MESSAGE: Either no Qt D-Bus found or no BlueZ headers. > > > > > > qtHaveModule(dbus) returns false. Do you have any idea? > > I made a mistake, actually config_bluez returns false and > qtHaveModule(dbus) returns true. But still I do

Re: [SailfishDevel] Using QtBluetooth 5.4 Backport in a harbour-app

2015-01-18 Thread Aaron McCarthy
Strange!!! To rerun the compile tests you can remove the .qmake.cache file from your build directory. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] NMEA

2015-02-23 Thread Aaron McCarthy
sed by the rest of the positioning stack. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Bluetooth service discovery not working since 1.1.2.16

2015-03-05 Thread Aaron McCarthy
ndDevice() instead of CreateDevice(). CreateDevice() should only be called from the on finished handler for FindDevice() if the device could not be found. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list To unsubscribe, pl

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-09 Thread Aaron McCarthy
py feature. 5. Must be using bearer management. For other operations and GET requests that do not meet the above, you will need to handle the network disconnection and resend the request. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-10 Thread Aaron McCarthy
etwork configuration or relying on QNAM default behaviour? What online state is QNAM reporting when the errors occur? Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] QNetworkAccessManager is losing connection upon switching between wifi and mobile

2015-11-11 Thread Aaron McCarthy
at QNAM is actually doing at the socket level. It might give more of a clue as to what is going wrong. Cheers, -- Aaron McCarthy ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org