Re: [Interest] Qt positioning

2015-08-19 Thread Jason H
Sent: Wednesday, August 19, 2015 at 5:33 AM From: Blasche Alexander alexander.blas...@theqtcompany.comWhat is the status of this? I'm at a point now where the feature using positioning is on the radar. An invalid PositionSource is an indication that you don't even load the Position

Re: [Interest] QObject: Cannot create children for a parent that is in a different thread.

2015-08-19 Thread Celal SAVUR
Hello, I was emitting signal but I also had a code block was doing processing. So I emitted another signal and process data in the slot. And It works fine. Thank you *Thiago* regarding QT_FATAL_WARNINGS flag. I liked it. I did not know this flag before. Celal SAVUR On Wed, Aug 19,

Re: [Interest] Qt positioning

2015-08-19 Thread Jason H
Nope, did not know. Not really an iOS guy, but that key was it! Thanks! Sent: Wednesday, August 19, 2015 at 2:43 PM From: maitai mai...@virtual-winds.org To: Interest@qt-project.org Subject: Re: [Interest] Qt positioning Very probably you know it already, you need to put that in your

Re: [Interest] Bluetooth Low Energy connection parameters

2015-08-19 Thread Andreas Ortmann
I want to do that primarily for Android. On 08/19/2015 09:12 PM, Andreas Ortmann wrote: Hi, is there some way to change the bluetooth low energy connection parameters (especially the min/max connection interval) via the qt5 low energy API? I could not find a way to do that. Greetings,

[Interest] Bluetooth Low Energy connection parameters

2015-08-19 Thread Andreas Ortmann
Hi, is there some way to change the bluetooth low energy connection parameters (especially the min/max connection interval) via the qt5 low energy API? I could not find a way to do that. Greetings, Andreas ___ Interest mailing list

Re: [Interest] Qt positioning

2015-08-19 Thread maitai
Very probably you know it already, you need to put that in your info.plist file: keyNSLocationAlwaysUsageDescription/key stringLocation information needed for whatever reason../string Le 19-08-2015 19:54, Jason H a écrit : Sent: Wednesday, August 19, 2015 at 5:33 AM From: 

Re: [Interest] QObject: Cannot create children for a parent that is in a different thread.

2015-08-19 Thread Thiago Macieira
On Tuesday 18 August 2015 18:40:53 Celal SAVUR wrote: Hello Thiago, Actually I just find out that the C function which I am calling in Qt, is creating a thread. I do not have any control over this thread. The library I am using that have callback interface and whenever data available it

Re: [Interest] Qt positioning

2015-08-19 Thread Blasche Alexander
What is the status of this? I'm at a point now where the feature using positioning is on the radar. An invalid PositionSource is an indication that you don't even load the Position plugin/engine. In such scenarios you will never get any updates. I suggest you start testing the issue by using

Re: [Interest] How to get destructor called in object that was moved to a thread?

2015-08-19 Thread Allan Sandfeld Jensen
On Wednesday 19 August 2015, Murphy, Sean wrote: Where do you delete mine? I see no delete nor any ownership. Note that unless you move it back you need to delete it from the body of the new thread. If the new thread has a runloop you can also async call the slot mine- deleteLayer().

[Interest] iOS retina @3x

2015-08-19 Thread maitai
Hello, I am in the process of upgrading our icons to accommodate retina display, especially on iOS. For this purpose, I have created artwork at different sizes, for instance arrow_left.png (32x32) arrow_l...@2x.png (64x64) arrow_l...@3x.png (96x96) I changed the color of each image in order

Re: [Interest] Qt positioning

2015-08-19 Thread Jason H
Hi, What is the status of this? Im at a point now where the feature using positioning is on the radar. Many thanks. Sent:Wednesday, August 12, 2015 at 4:09 AM From:Federico Buti bacaro...@gmail.com To:Kalinowski Maurice maurice.kalinow...@theqtcompany.com Cc:Jason H jh...@gmx.com,

Re: [Interest] iOS retina @3x

2015-08-19 Thread Robert Iakobashvili
On Wed, Aug 19, 2015 at 11:27 AM, Robert Iakobashvili corobe...@gmail.com wrote: On Wed, Aug 19, 2015 at 11:08 AM, maitai mai...@virtual-winds.org wrote: Hello, I am in the process of upgrading our icons to accommodate retina display, especially on iOS. For this purpose, I have created

Re: [Interest] iOS retina @3x

2015-08-19 Thread Robert Iakobashvili
On Wed, Aug 19, 2015 at 11:08 AM, maitai mai...@virtual-winds.org wrote: Hello, I am in the process of upgrading our icons to accommodate retina display, especially on iOS. For this purpose, I have created artwork at different sizes, for instance arrow_left.png (32x32) arrow_l...@2x.png