Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Kalinowski Maurice
> > > I also don't think you even need the 'no-openssl available' use case. > > > > While OpenSSL is commonly available on most systems. It may not be available > on all embedded platforms and it may not be the expected version. I can see > scenarios in which Websockets are needed, but OpenSSL is n

Re: [Development] Plans for printing in 5.3 onwards

2014-01-29 Thread Knoll Lars
Hi John, Thanks a lot for all your work. I¹ll have a look at the changes as well. Cheers, Lars On 30/01/14 01:15, "John Layt" wrote: >On Monday 06 Jan 2014 22:40:44 you wrote: > >> My aims for the 5.3 release will be to >> * Define the new qpa print device api and implement support for the 3 >

Re: [Development] Plans for printing in 5.3 onwards

2014-01-29 Thread John Layt
On Monday 06 Jan 2014 22:40:44 you wrote: > My aims for the 5.3 release will be to > * Define the new qpa print device api and implement support for the 3 > core platforms > * Use this new class in QPrinterInfo and QPrintEngine to replace the > current print device code, ensuring behaviour is cons

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Alan Alpert
On Wed, Jan 29, 2014 at 12:54 AM, Olivier Goffart wrote: > On Tuesday 28 January 2014 11:28:42 Alan Alpert wrote: >> On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser wrote: > >> > While browsing through the code (qquickdrag.cpp) i found these two >> > >> > commented lines: >> > // TODO: how to h

Re: [Development] Qt 5.2.1 Release Candidate available

2014-01-29 Thread Thiago Macieira
On quarta-feira, 29 de janeiro de 2014 18:55:53, Sergio Ahumada wrote: > ‎I fail to see how is this related to Qt 5.2.1 > > Are you sure a git build doesn't work?‎ Even if it doesn't, that would need > to be fixed in qtftp/qthttp That's the nature of the bug report: an extracted .tar.gz from gito

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Richard Moore
Sorry but most of this is irrelevant to Qt. Qt applications and QML applications are not like Javascript in a browser - they're already trusted and not sandboxed at all. For Qt, we just need to ensure that the masking works (ie prevents a non-malicious app accidentally triggering a buggy proxy). C

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Samuel Gaist
On 29 janv. 2014, at 18:50, Konrad Rosenbaum wrote: > Hi, > > On Wednesday, Wednesday 29 January 2014 at 11:02, Koehne Kai wrote: > > > -Original Message- > > > From: development-bounces+kai.koehne=digia@qt-project.org > > > [...] > > > Later on: when a plan has been found to expos

Re: [Development] Qt 5.2.1 Release Candidate available

2014-01-29 Thread Sergio Ahumada
‎I fail to see how is this related to Qt 5.2.1 Are you sure a git build doesn't work?‎ Even if it doesn't, that would need to be fixed in qtftp/qthttp Original Message From: Thiago Macieira Sent: Mittwoch, 29. Januar 2014 19:28 To: development@qt-project.org; releas...@qt-project.org Subject:

Re: [Development] Qt 5.2.1 Release Candidate available

2014-01-29 Thread Thiago Macieira
On quarta-feira, 29 de janeiro de 2014 15:02:34, Heikkinen Jani wrote: > Hi all, > Please hold off in releasing 5.2.1 at least until we can get {qthttp,qtftp}*{.zip,.tar.gz} created. See https://bugreports.qt-project.org/browse/QTBUG-32397 -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Thiago Macieira
On quarta-feira, 29 de janeiro de 2014 18:50:44, Konrad Rosenbaum wrote: > > - Use the API described in > > http://wiki.openssl.org/index.php/Random_Numbers to generate the random > > number. > > > > > > > > I also don't think you even need the 'no-openssl available' use case. > > While OpenSSL i

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Konrad Rosenbaum
Hi, On Wednesday, Wednesday 29 January 2014 at 11:02, Koehne Kai wrote: > > -Original Message- > > From: development-bounces+kai.koehne=digia@qt-project.org > > [...] > > Later on: when a plan has been found to expose the low-level OpenSSL API > > to Qt this implementation could be cha

Re: [Development] Qt 5.2.1 Release Candidate available

2014-01-29 Thread Heikkinen Jani
Hi all, We have updated packages available here: http://download.qt-project.org/snapshots/qt/5.2/5.2.1/2014-01-29_32/ These should be already really close to final ones so please indicate immediately if there is still something to be fixed before final release (which is planned to be happen at

Re: [Development] http://qt-project.org/wiki/Qt521-KnownIssues

2014-01-29 Thread liuyanghejerry
Added one more issue about QTabletEvent under Windows platform: https://bugreports.qt-project.org/browse/QTBUG-33788 This issue exits from 5.2.0 Alpha to now. I guess it should be mentioned somewhere, but I don't know if the wiki is the right place... ? 2014/1/28 17:52, Heikkinen Jani ??: H

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [...] > Later on: when a plan has been found to expose the low-level OpenSSL API > to Qt this implementation could be changed to use OpenSSL and fall back to > qrand if it is not available. How about jus

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Olivier Goffart
On Tuesday 28 January 2014 11:28:42 Alan Alpert wrote: > On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser wrote: > > While browsing through the code (qquickdrag.cpp) i found these two > > > > commented lines: > > // TODO: how to handle drag image? > > // drag->setPixmap(iconPixmap); > > >

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-01-29 Thread Konrad Rosenbaum
Hi, [Warning: this mail is kind of lengthy] I read the RFC for WebSockets and some of the material describing the attacks that masking is supposed to mitigate. Now that I'm through I'm quite disappointed: it was less funny than I thought. The RFC is just not very good at explaining the securit

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Alan Alpert
On Tue, Jan 28, 2014 at 3:02 PM, Mark Gaiser wrote: > On Tue, Jan 28, 2014 at 11:32 PM, Alan Alpert <4163654...@gmail.com> wrote: >> On Tue, Jan 28, 2014 at 1:25 PM, Mark Gaiser wrote: >>> On Tue, Jan 28, 2014 at 8:28 PM, Alan Alpert <4163654...@gmail.com> wrote: On Wed, Jan 22, 2014 at 10:4

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Mark Gaiser
On Tue, Jan 28, 2014 at 11:32 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Tue, Jan 28, 2014 at 1:25 PM, Mark Gaiser wrote: >> On Tue, Jan 28, 2014 at 8:28 PM, Alan Alpert <4163654...@gmail.com> wrote: >>> On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser wrote: On Wed, Jan 22, 2014 at 12:

Re: [Development] 2D Graphics Roadmap?

2014-01-29 Thread Alan Alpert
On Tue, Jan 28, 2014 at 1:54 PM, Steve Gold wrote: > Alan, > > Thank you for your very informative response. > > Please see my comments below. > > Steve > > -Original Message- From: Alan Alpert > Sent: Tuesday, January 28, 2014 2:43 PM > To: Steve Gold > Cc: Qt Development Group > Subject:

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Alan Alpert
On Tue, Jan 28, 2014 at 1:25 PM, Mark Gaiser wrote: > On Tue, Jan 28, 2014 at 8:28 PM, Alan Alpert <4163654...@gmail.com> wrote: >> On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser wrote: >>> On Wed, Jan 22, 2014 at 12:11 AM, Fabien Castan wrote: Hi, Qt 5.2 adds the possibility to us

Re: [Development] 2D Graphics Roadmap?

2014-01-29 Thread Steve Gold
Alan, Thank you for your very informative response. Please see my comments below. Steve -Original Message- From: Alan Alpert Sent: Tuesday, January 28, 2014 2:43 PM To: Steve Gold Cc: Qt Development Group Subject: Re: [Development] 2D Graphics Roadmap? On Sat, Jan 25, 2014 at 12:10 PM

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Mark Gaiser
On Tue, Jan 28, 2014 at 8:28 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser wrote: >> On Wed, Jan 22, 2014 at 12:11 AM, Fabien Castan wrote: >>> Hi, >>> >>> Qt 5.2 adds the possibility to use drag&drop from/to external applications. >>> To allows to

Re: [Development] 2D Graphics Roadmap?

2014-01-29 Thread Alan Alpert
On Sat, Jan 25, 2014 at 12:10 PM, Steve Gold wrote: > I'm relatively new to Qt (3-4 months now) and have learned a lot. However, > I've been experimenting with developing apps with QML/JavaScript and > Canvas/Context2D but have received suggestions to look at Scene Graph or > Graphics View, both o

Re: [Development] QtQuick: Drag pixmap

2014-01-29 Thread Alan Alpert
On Wed, Jan 22, 2014 at 10:42 AM, Mark Gaiser wrote: > On Wed, Jan 22, 2014 at 12:11 AM, Fabien Castan wrote: >> Hi, >> >> Qt 5.2 adds the possibility to use drag&drop from/to external applications. >> To allows to drag an item from QML to an external application, we can't >> simply set a target

Re: [Development] Prettier printing of Unicode strings

2014-01-29 Thread Thiago Macieira
On terça-feira, 28 de janeiro de 2014 10:59:08, Oswald Buddenhagen wrote: > On Mon, Jan 27, 2014 at 07:25:34AM -0800, Thiago Macieira wrote: > > On segunda-feira, 27 de janeiro de 2014 11:25:17, Konrad Rosenbaum wrote: > > > Neither do I, but as a user of Qt I've inadvertently tricked myself > > >

Re: [Development] http://qt-project.org/wiki/Qt521-KnownIssues

2014-01-29 Thread nicola
Hi, lover of Qt are puzzled by this: 1) For ios Qt Quick 2 Using the drag attached property causes crash. Drag and drop is not supported on iOS 5.2, and the QML2 implementation of the property does not handle to That platform does not support DnD. The drag & drop is critical to ux touch! 2)

Re: [Development] http://qt-project.org/wiki/Qt521-KnownIssues

2014-01-29 Thread Adam Strzelecki
> Qt 5.2.1 release is coming soon. Here is a link to the known issues page. > Please add needed issues there. I guess this one could be worth mentioning for Mac, unless fix makes it way into 5.2.1 https://bugreports.qt-project.org/browse/QTBUG-36373 "OSX Retina low resolution w