Re: [Interest] Strange font issue on iOS 9

2015-07-28 Thread Juhani Matilainen
Harri, Thanks for the tip. I tried to use renderType: Text.NativeRendering and font rendering seems to work properly with this option. > Harri Pasanen kirjoitti 27.7.2015 kello 11.55: > > Have you tried with native rendering? > >> On 07/21/2015 01:12 PM, Juhani Matilainen wrote: >> Hello >>

Re: [Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-28 Thread Thiago Macieira
On Tuesday 28 July 2015 10:36:11 Alejandro Exojo wrote: > I probably wasn't clear enough: this is on a Mac, so I should have written > OSXFUSE instead of FUSE. The library is still based in Linux's, but current > stable OSXFUSE uses an old libfuse. And some parts might be different. This > is the

Re: [Interest] [ Android ] Can Qt Positioning API access and output NEMA GPS Strings?

2015-07-28 Thread Reinhardt Behm
On Tuesday 28 July 2015 13:22:04 Edward Sutton wrote: > Thank you Alex, > > On Jul 28, 2015, at 3:05 AM, Blasche Alexander mailto:alexander.blas...@theqtcompany.com>> wrote: > >I want to output NMEA strings that look like this: > >$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47

Re: [Interest] [ Android ] Can Qt Positioning API access and output NEMA GPS Strings?

2015-07-28 Thread Edward Sutton
Thank you Alex, On Jul 28, 2015, at 3:05 AM, Blasche Alexander mailto:alexander.blas...@theqtcompany.com>> wrote: >I want to output NMEA strings that look like this: >$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47 >Maybe QNmeaPositionInfoSource has some way to output the raw

Re: [Interest] Mac with Retina Display - Look is "Pixilated" with Qt-5.4.2

2015-07-28 Thread Robert Iakobashvili
On Fri, Jul 24, 2015 at 2:36 PM, Till Oliver Knoll wrote: > >> Am 22.07.2015 um 08:43 schrieb Robert Iakobashvili : >> >> On Wed, Jul 22, 2015 at 9:16 AM, Hamish Moffatt >> wrote: >>> On 22/07/15 15:52, Robert Iakobashvili wrote: Gentlemen, A user pointed to the issue on Mac B

[Interest] qmake Library VERSION issues on Windows

2015-07-28 Thread Carel Combrink
Hi, I have developed a few libraries in Linux and everything is working correctly. The libraries set the VERSION variable in the project file and some depend on others. I am now trying to test the code on Windows but have issues due to the versioning of the libraries. I get linker errors for libr

Re: [Interest] QProcess::execute never returning (5.4/5.5 behaviour change)

2015-07-28 Thread Alejandro Exojo
El Sunday 26 July 2015, Thiago Macieira escribió: > On Sunday 26 July 2015 19:11:55 Alejandro Exojo wrote: > > So, is this a QProcess limitation or a bug? I see the behaviour change > > across versions. Might be that the other library is doing something plain > > unnacceptable for QProcess? I tried

Re: [Interest] Qtcontainerbench std::vector vs QVector

2015-07-28 Thread Allan Sandfeld Jensen
On Monday 27 July 2015, Gunnar Roth wrote: > Hi Constantin. > Thank you for looking at my benchmark. > > > Am 24.07.2015 um 08:57 schrieb Constantin Makshin : > > > > Well, after looking at the code I can say that the was you wrote this > > benchmark "abuses" the QVector's copy-on-write semantic,

Re: [Interest] [ Android ] Can Qt Positioning API access and output NEMA GPS Strings?

2015-07-28 Thread Blasche Alexander
>I want to output NMEA strings that look like this: >$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47 >Maybe QNmeaPositionInfoSource has some way to output the raw source strings >that it reads? Well, the class' purpose is to process an incoming NMEA string. If I just want to o

Re: [Interest] Qtcontainerbench std::vector vs QVector

2015-07-28 Thread André Somers
Op 27-7-2015 om 21:42 schreef Gunnar Roth: > Hi Constantin. > Thank you for looking at my benchmark. > >> Am 24.07.2015 um 08:57 schrieb Constantin Makshin : >> >> Well, after looking at the code I can say that the was you wrote this >> benchmark "abuses" the QVector's copy-on-write semantic, makin