Re: [Interest] Google Play 60-day deadline for resolving OpenSSL vulnerabilities

2015-05-07 Thread Nuno Santos
I have received another email: … Recently we sent you a notification that one or more of your apps should be upgraded to more recent version of OpenSSL, due to security vulnerabilities. The notification was sent in error, and we thank you for previously making the necessary changes to your app

[Interest] [solved] Re: QGV: Problem with ItemClipsChildrenToShape flag

2015-05-07 Thread Christian Gagneraud
On 08/05/15 13:44, Christian Gagneraud wrote: > Hi there, > > I am currently implementing a TextFrame QGI, that will typically look > like a sticky note. > I want the user to be able to control the size of the frame, so I > decided to implement my frame class as a direct subclass of QGI and use > c

Re: [Interest] Google Play 60-day deadline for resolving OpenSSL vulnerabilities

2015-05-07 Thread Thiago Macieira
On Thursday 07 May 2015 21:54:54 Nuno Santos wrote: > I have just received this message from Google Play. > > Since I haven’t linked with OpenSSL explicitly, is there any chance of this > being an implicit link from Qt. Yes, QtNetwork links to OpenSSL (or, rather, loads it dynamically). But in o

[Interest] QGV: Problem with ItemClipsChildrenToShape flag

2015-05-07 Thread Christian Gagneraud
Hi there, I am currently implementing a TextFrame QGI, that will typically look like a sticky note. I want the user to be able to control the size of the frame, so I decided to implement my frame class as a direct subclass of QGI and use composition to manage the text through a QGraphicsTextItem.

Re: [Interest] Google Play 60-day deadline for resolving OpenSSL vulnerabilities

2015-05-07 Thread Jason H
I just checked my own APK and we're linking against 1.0.1j, and I have NOT received the message you mention. So I would think that either you/Qt or Parse is linking against a vulrnable version.    HTH   Sent: Thursday, May 07, 2015 at 4:54 PM From: "Nuno Santos" To: "Interests Qt" Subject: Re

Re: [Interest] Google Play 60-day deadline for resolving OpenSSL vulnerabilities

2015-05-07 Thread Nuno Santos
Hi, I have just received this message from Google Play. Since I haven’t linked with OpenSSL explicitly, is there any chance of this being an implicit link from Qt. My app only links with Parse (1.3.0) regarding external libraries. Does anyone else has received this message? Thanks, Regards,

Re: [Interest] OpenCV on mobile (iOS and Android)

2015-05-07 Thread Jason H
Thanks! That is very cool, and will check it out. I was more concerned with compile/link/managing dependencies though. > Sent: Thursday, May 07, 2015 at 10:41 AM > From: Gianluca > To: "Jason H" > Cc: "Qt Project" > Subject: Re: [Interest] OpenCV on mobile (iOS and Android) > > There is this

Re: [Interest] OpenCV on mobile (iOS and Android)

2015-05-07 Thread Gianluca
There is this open source project with the aims to create a QML wrapper for OpenCV: http://livecv.dinusv.com Il giorno 07/mag/2015, alle ore 15:21, Jason H ha scritto: > I am looking for instructions on how to use OpenCV with Qt on mobile > platforms. I have some experience using libzbar on A

[Interest] OpenCV on mobile (iOS and Android)

2015-05-07 Thread Jason H
I am looking for instructions on how to use OpenCV with Qt on mobile platforms. I have some experience using libzbar on Android, but I am out of my comfort zone on iOS as I'm pretty new to XCode and the Apple tool chain. Has anyone used OpenCV on in an app on multiple mobile platforms with Qt/Q