[SailfishDevel] How to activate GPS on device

2013-12-31 Thread Caliste Damien
Hello, Now that I received my device, I can test Mæp for real. That's great. It's an app that uses the GPS. If Jolla's map app is running the GPS is activated and my application can use it also (I use QtPositioning in C++, the QGeoPositioningInfoSource class), it works well. But if the map

Re: [SailfishDevel] [SPAM] Re: Does Sailfish support PyQt5?

2013-12-31 Thread Jens Persson
Yes it does. But long story short, Python WILL BE supported in Sailfish one way or the other, that much I can promise. Sailfish/Mer basically is "Fedora mobile" which means that just about anything that works on Fedora will work on Sailfish too. Jolla might not support Python but there will be thir

Re: [SailfishDevel] Cannot activate Developer mode

2013-12-31 Thread christopher . lamb
Hi David and co. Some progress, though I don't understand how. This evening I was about to reset my jolla, as advised by al13n, when I noticed that the very top screen was Developer Tools, and that miracle of miracles these had successfully installed, and showed the WLAN and USB ip numbers

[SailfishDevel] Shaky SSH

2013-12-31 Thread Kimmo Lindholm
I had issues with SSH dropping or having long delays before coming responsive again after few minutes out of use. Then I found others having same issues from together.jolla.com I might have found easy solution, and it works at least for me: https://together.jolla.com/question/5029/bug-shaky-ssh-

Re: [SailfishDevel] How to use QtTest?

2013-12-31 Thread Putze Sven
> in a header file. The corresponding > > CONFIG += qtestlib > Actually it is CONFIG += testlib but documented as qtestlib in one of the help files. But the problem remains the same. BR. Sven ___ SailfishOS.org Devel mailing list

[SailfishDevel] How to use QtTest?

2013-12-31 Thread Putze Sven
Hi there, I am still in the process of "how to organize projects" in such a way that I want to make sure that they don't turn out as a maintenance nightmare and I can add other platforms in future. One topic of this is building the "business logic" as a library and create a test project for it.

[SailfishDevel] No inbox?

2013-12-31 Thread Chris Walker
I have installed the email app on the phone and have finally managed to send an email to another of my email addresses. I then replied to it and I can see that mail in the inbox on my PC. But there is no inbox on the phone. There's just Outbox, Deleted items, Sent and Drafts. That can't be right,

Re: [SailfishDevel] Cannot activate Developer mode

2013-12-31 Thread Chris Walker
On Tue, 31 Dec 2013 07:16:36 +0100 christopher.l...@thurweb.ch wrote: > Hi David > > Zitat von "David Greaves" : > > > Having 2 Chris-es in the thread is a touch confusing but I think > > you have dev mode working. > > > > It confuses me as well, and I am one of the Chrises - hence this new > t

Re: [SailfishDevel] Problem with QQmlListProperty

2013-12-31 Thread Markus Svensson
Thanks, Janne - I've spent hours trying to get that working. :) Happy new year! Regards, Markus 31 dec 2013 kl. 05:35 skrev Janne Kokko : > Remove "static" keyword and put correct scope for the methods in cpp file: > > 2013/12/29 Markus Svensson : >> Hi guys, > ... >> static void append(QQmlL

Re: [SailfishDevel] Cannot activate Developer mode

2013-12-31 Thread AL13N
Op dinsdag 31 december 2013 07:16:36 schreef christopher.l...@thurweb.ch: > Hi David > > Zitat von "David Greaves" : > > Having 2 Chris-es in the thread is a touch confusing but I think you have > > dev mode working. > > It confuses me as well, and I am one of the Chrises - hence this new thread!

Re: [SailfishDevel] Request for modern C++ compiler in the SailfishOS SDK

2013-12-31 Thread Carsten Munk
On 31/12/13 10:34, Mikko Leppänen wrote: Hi, I agree. It would be good to have an up to date version of gcc, and also support for clang is welcome (better diagnostics, faster compile times and full c++11 conformance). Actually Apple has fully replaced gcc to clang in Xcode 5. I have asked abo

Re: [SailfishDevel] Request for modern C++ compiler in the SailfishOS SDK

2013-12-31 Thread Mikko Leppänen
Hi, I agree. It would be good to have an up to date version of gcc, and also support for clang is welcome (better diagnostics, faster compile times and full c++11 conformance). Actually Apple has fully replaced gcc to clang in Xcode 5. I have asked about this from the developer-care but never g