Re: [Interest] [NFC] RFID tag reading

2017-03-13 Thread Oleg Evseev
> I'm pretty sure that it's a hardware aspect issues, but maybe somebody from Qt community had encountered such things and has alternative solutions. I hurried with that. I wonder why then nfc app from google play (for example NFC Tools) is working properly on first tablet (4.4.4 android) even if

[Interest] [NFC] RFID tag reading

2017-03-13 Thread Oleg Evseev
Hi, I'm trying to run ndefeditor example on one android tablet (with android 4.4.4), app prints QtNfc getStartIntent to console, but targetDetected/targetLost signals aren't fired, until I add to AndroidManifest (as suggested here with same issues

Re: [Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread ekke
found another makefile (https://gist.github.com/rvagg/3ab9a1a7e16b576caef5) in my https://github.com/ekke/android-openssl-qt/blob/master/build-all-arch.sh probably I should insert -DOPENSSL_THREADS here: |xCFLAGS="-DSHARED_EXTENSION=.so -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -DDSO_DLFCN

Re: [Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread Thiago Macieira
On segunda-feira, 13 de março de 2017 03:30:09 PDT ekke wrote: > as you know from previous discussions I had trouble compiling openssl on > OSX, Why are you using OpenSSL on macOS? Qt can use the SecureTransport API there and not use OpenSSL. > seems openssl must be compiled with >

Re: [Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread ekke
sorry - forget to mention: I'm using openssl only on Android because of Android7 where Google removed openssl Am 13.03.17 um 16:13 schrieb Thiago Macieira: > On segunda-feira, 13 de março de 2017 03:30:09 PDT ekke wrote: >> as you know from previous discussions I had trouble compiling openssl on

Re: [Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread Thiago Macieira
On segunda-feira, 13 de março de 2017 08:19:22 PDT ekke wrote: > I'm using openssl only on Android because of Android7 where Google > removed openssl I thought you said you were using macOS. That's what I get for not clicking the links... > > Am 13.03.17 um 16:13 schrieb Thiago Macieira: > >

Re: [Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread ekke
Am 13.03.17 um 16:34 schrieb Thiago Macieira: > On segunda-feira, 13 de março de 2017 08:19:22 PDT ekke wrote: >> I'm using openssl only on Android because of Android7 where Google >> removed openssl > I thought you said you were using macOS. That's what I get for not clicking > the links... my

Re: [Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread ekke
got confirmation from customer immediately: crash seems to be fixed :) I updated the repo: https://github.com/ekke/android-openssl-qt ekke Am 13.03.17 um 17:33 schrieb ekke: > Am 13.03.17 um 16:34 schrieb Thiago Macieira: >> On segunda-feira, 13 de março de 2017 08:19:22 PDT ekke wrote: >>> I'm

Re: [Interest] text render without antialias

2017-03-13 Thread nus1998
OK, I have solved it, on my target, the default hintingPreference is PreferNoHinting, change it to PreferFullHinting leading to consistent result. At 2017-03-13 17:18:40, "nus1998" wrote: Hi All, Recently I compiled qt 5.6.2 for an embedded system, I found the the text

[Interest] Qt 5.8 openssl QNAM crash (OPENSSL_THREADS?)

2017-03-13 Thread ekke
as you know from previous discussions I had trouble compiling openssl on OSX, but finally did it and provided a repo with all scripts: https://github.com/ekke/android-openssl-qt today sent out a complex Qt 5.8 QQC2 App to customer to test the app randomly is crashing happens while new user logs

Re: [Interest] How do you want to select exactly C++11 with GCC 6+?

2017-03-13 Thread Thiago Macieira
Em segunda-feira, 13 de março de 2017, às 10:36:41 PDT, Elvis Stansvik escreveu: > Well, with the question phrased as "is there a need" then I think you're > bound to get an inconclusive answer, because most people will answer based > on their own need or lack thereof. Of course. I was trying to

Re: [Interest] How do you want to select exactly C++11 with GCC 6+?

2017-03-13 Thread Elvis Stansvik
Den 12 mars 2017 10:39 em skrev "Thiago Macieira" : > > On quinta-feira, 9 de março de 2017 05:13:28 PDT Thiago Macieira wrote: > > This is a straw poll to see if we should change qmake's behaviour for Qt > > 5.9. > > > > GCC 6 and ICC 17, in the absence of -std=

[Interest] Accessing custome url types for Media Player

2017-03-13 Thread Pasiak, Emily
I want to use a Video/MediaPlayer QML element in my app, and have it play a video from a custom stream. QMediaPlayer seems to support this since you can tell it to read from a QIODevice which can do anything you want. But MediaPlayer only supports a URL. Is there any way I can register my own

Re: [Interest] [NFC] RFID tag reading

2017-03-13 Thread Oleg Evseev
Finally solved this one http://stackoverflow.com/a/42771453/5765076 (at least for my tablet). Add suggestion to Jira https://bugreports.qt.io/browse/QTBUG-59455 Hopes it will helps someone. With best regards, Oleg ___ Interest mailing list