[Interest] How to enable Pro Guard for Qt apps Android release builds?

2017-11-22 Thread Nuno Santos
Hi, Can anyone shared with me the minimal set of commands to enable Pro Guard on a Qt Android Release app? Or a good resource to learn about Pro Guard configuration? Thanks! Regards, Nuno ___ Interest mailing list Interest@qt-project.org http://li

Re: [Interest] QStandardItemData safe QDataStream operators

2017-11-22 Thread Giuseppe D'Angelo
Il 22/11/2017 16:40, Luca Beldi ha scritto: I noticed a bug affecting QDataStream operators for QStandardItemData that makes it not portable across systems with different sizeof(int) (more details on the bug report https://bugreports.qt.io/browse/QTBUG-63765) Just a side note (haven't look in

[Interest] QStandardItemData safe QDataStream operators

2017-11-22 Thread Luca Beldi
Hi Everyone, I noticed a bug affecting QDataStream operators for QStandardItemData that makes it not portable across systems with different sizeof(int) (more details on the bug report https://bugreports.qt.io/browse/QTBUG-63765) I also submitted a patch (just a few lines), attached to the bug rep

Re: [Interest] QtWebKit and open URL in new tab window

2017-11-22 Thread Konstantin Tokarev
22.11.2017, 12:29, "neel patel" : > Yes. you are right. There was no delete of QWebPage while closing the tab and > once i implemented memory free - now signal is coming. Thanks for your input. > > But in QWebEngine also we are getting "createWindow" callback. I have tried > same by deleting QW

Re: [Interest] QtWebKit and open URL in new tab window

2017-11-22 Thread neel patel
Hi Konstantin, On Tue, Nov 21, 2017 at 2:52 PM, neel patel wrote: > Hi, > > Yes. By using "_blank" - "createWindow" callback is getting called every > time we click on link. > You are right - We should use "_blank" instead of "_new" target attribute > as didn't find any reference document. > >