Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread coroberti .
Dear Nuno, Yes, JNI in QtPurchasing. The issue with the known bug of supposed to be fixed by BogDan recently is that Qt-5.9 worked perfect. Qt-5.10 and 5.11 are broken and it's supposed to be fixed very recently somewhere in Qt-5.12, but it might be that the fix is not covering all scenario. I'd

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread Nuno Santos
Robert, Thanks for your input. I don’t use JNI for purchasing a long time. I rely solely on the C++ API of QtPurchasing. That’s even more wicked. Maybe the problems resides solely inside the QtPurchasing module… I’m the dark! Best, Nuno > On 9 May 2019, at 06:47, coroberti . wrote: > > Dea

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread coroberti .
Dear Nuno, No knowledge, but as a direction, it's kinda JNI of QPurchasing is looking in some scenario for a Java class that is not existing or not installed. I'd look into all JNI calls that QPurchasing is doing and its Java dependencies. We had recently a major issue with JNI done not via Qt AP

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-08 Thread Jani Heikkinen
Hi! Thanks for your comments/suggestions. For first one there is actually a jira ticket already in place, see https://bugreports.qt.io/browse/QTIFW-1230. But to be honest I am not sure when it will be implemented... br, Jani Heikkinen Release Manager > -Original Message- > From: Intere

[Interest] My first 5 years with Qt and 2 suggestions

2019-05-08 Thread Henry Skoglund
Hi, 5 years ago I started with Qt, it's been a very nice ride, thank you! Looking forward to the next 5. Got 2 suggestions: 1) Make Qt more easily accessable for first timers: Why not introduce a Qt Starter Pack? I'm thinking of an *extremely* simplified installation tool. For Windows, it co

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread Nuno Santos
Thiago, Thanks for your reply. Unfortunately no, this is all I can see in Google Play developer console... :( Unless I’m missing some detail on how to get more information. All I know it that it is very regular. Before I was using 5.10 and there was no issues. Since I have upgraded to Qt 5.12

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread Thiago Macieira
On Wednesday, 8 May 2019 07:21:09 PDT Nuno Santos wrote: > #06 pc 000ac2bb /system/lib/libart.so > (art::LogMessage::~LogMessage()+1322) #07 pc 00239e37 > /system/lib/libart.so (art::Thread::AssertNoPendingException() const+358) > #08 pc 000de40b /system/lib/libart.s

Re: [Interest] Operator QMap[] is casting to int?

2019-05-08 Thread Thiago Macieira
On Tuesday, 7 May 2019 14:25:05 PDT Roland Hughes wrote: > > If there's ever an STL2 (std2 namespace), it'll use signed. > > It's not just mixing C++ APIs. It is interfacing with devices which use > unsigned octates in groups for the size followed by a contiguous block > of octates for the data. W

[Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread Nuno Santos
Hi, I’m having some Qt core crashes on Android that I believe are not related with my code. I’m looking for people who might be suffering from the same issues. There are a lot of reports for this crash and this ruining my apps reputation. Any ideas of might be going on? Thanks! Regards, Nuno

Re: [Interest] TapHandler tapped coordinates not accessible

2019-05-08 Thread Shawn Rutledge
> pon., 6 maj 2019 o 21:56 Shawn Rutledge napisał(a): > > > On 6 May 2019, at 16:30, Tomasz Olszak wrote: > > > > Hi, > > > > I use Qt 5.12.3 and I'm trying to use TapHandler. For some reason though in > > onTapped handler point is already reset. > > I see that point is valid when reading i

Re: [Interest] Qt 5.12.3 build generates absolute library paths in .prl files

2019-05-08 Thread Michal Klocek
Hi see https://codereview.qt-project.org/#/c/212562/ and for some discussions https://bugreports.qt.io/browse/QTBUG-72903 Br Michal On 5/8/19 10:52 AM, Simon Holmberg wrote: > I'm not well versed in qmake, nor could I find much information about > the .prl files that qmake generates along wit

[Interest] Qt 5.12.3 build generates absolute library paths in .prl files

2019-05-08 Thread Simon Holmberg
I'm not well versed in qmake, nor could I find much information about the .prl files that qmake generates along with its library outputs. But as I've understood it, they are generated so that future linking against the Qt libraries (when using qmake) will know which additional library dependencies