[SailfishDevel] How to get GPS Location in QML

2013-10-29 Thread tw_bolek
Hi Chris, >> So the import we need is Import QtPositioning 5.0 Unfortunately, "QtPositioning 5.0" gives "QML module not found" and it is underlined in red in QtCreator... Adding QT += positioning to the .pro file does not change anything.There is no trace of "QtPositioning" in sailfishos

Re: [SailfishDevel] Cannot deploy application since SDK upgrade

2013-10-29 Thread Luciano Montanaro
On Mon, Oct 28, 2013 at 3:38 PM, Artem Marchenko wrote: > I am not sure if I had absolutely the same issue, but something that looked > similar. > > I also had a subdirs project and after SDK upgrade only one of the > subprojects is runnable if you select RPM deployment even for i486 target > and

Re: [SailfishDevel] How to get GPS Location in QML

2013-10-29 Thread christopher . lamb
Hi Bolek First of all you need to make sure that Positioning is correctly installed to the Emulator, to the SDK, and QtCreator is synched with the installation on the SDK. I have done this via the RPM yaml file. I am not sure that mine is entirely correct (as you will see from other posts

Re: [SailfishDevel] How to get GPS Location in QML

2013-10-29 Thread christopher . lamb
Hi Bolek In my last post I hinted that my example yaml / spectacle file worked, but was not perfect. This evening on the train I was able to experiment further. I am now home, with a roast chicken bubbling in the oven, and a glass of cold white Rioja next to me, so I have time to post the

[SailfishDevel] Bug in sailfish silica scroll feedback

2013-10-29 Thread Dmitry
Hi. As i understand i can report bug here. So steps to reproduce: 1. Run SDK components demo 2. at first screen put your finger at center of screen and move a little up and then down. Once you move down color of text become dim. have feedback 3. release you finger. 4. now just move down finger, an

Re: [SailfishDevel] Bug in sailfish silica scroll feedback

2013-10-29 Thread Robin Burchell
Hi, This is already known and tracked internally. It's due to behavioural changes we ran into when switching from Qt 4 to Qt 5. We will either fix this for all cases, or disable it completely for the time being in a future SDK update. BR, Robin On Tue, Oct 29, 2013 at 9:19 PM, Dmitry wrote: >

Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-29 Thread Jarko Vihriala
Hello Chrispher, I'll inline some comments with "JV:" From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of christopher.l...@thurweb.ch [christopher.l...@thurweb.ch] Sent: Monday, October 28, 2013 11:32 PM To: devel@list

[SailfishDevel] How to get GPS Location in QML

2013-10-29 Thread tw_bolek
Chris, First of all, thank you very much for your help. However is there any valid reason why it is so complicated? Positioning is probably one of the most frequently used functions in smartphone applications. I'd understand that some 3rd party or less important modules are not included by

[SailfishDevel] How to get GPS Location in QML (after installing QtPositioning packages to targets and emulator)

2013-10-29 Thread tw_bolek
OK, so I did the following: - Using SDK Control Center I installed to both targets: qt5-qtpositioning, qt5-qtpositioning-devel, qt5-qtdeclarative-import-positioning - using zypper I installed to the Emulator the following: qt5-qtpositioning, qt5-qtdeclarative-import-positioning Did the sync, r