Re: [Development] qt5.git integration failed

2014-05-04 Thread Qi Liang
The reason for the failure integration is: https://codereview.qt-project.org/84376 And the fix for it is available in https://codereview.qt-project.org/84543 . Tested locally, works fine on my 10.9.2. Just need to wait CI to integrate it. Regards, Liang From:

Re: [Development] RFC: Managing the Addition of New SSL Backends

2014-05-04 Thread Richard Moore
On 3 May 2014 22:38, Thiago Macieira wrote: > Em sáb 03 maio 2014, às 22:23:30, Richard Moore escreveu: > > - A small but significant number of apps use client certificates. > > > > - A small but significant number of apps use server SSL sockets. > > > > - Very few applications use custom trust s

Re: [Development] RFC: Managing the Addition of New SSL Backends

2014-05-04 Thread Richard Moore
On 3 May 2014 22:42, Thiago Macieira wrote: > Em sáb 03 maio 2014, às 22:23:30, Richard Moore escreveu: > > Simplifying the Cipher API > > == > > > > Currently, the QSslCipher API is pretty large. It's not simply the > > code in the QSslCipher class itself, but also all th

Re: [Development] [QML] ListModel discards item's method

2014-05-04 Thread Ben Lau
On 4 May 2014 03:30, Nurmi J-P wrote: > On 03 May 2014, at 16:04, Ben Lau wrote: > > > Hi, > > > > I have few questions about the implementation of ListModel and the > design principle about using models with object in QML application. > > > > I would like to use a model class to hold a list of

Re: [Development] RFC: Managing the Addition of New SSL Backends

2014-05-04 Thread Konrad Rosenbaum
On Saturday 03 May 2014, Richard Moore wrote: > Support for QNAM > > > It's obvious that to be useful, a backend must allow QNAM to make SSL > requests. It need not support the more advanced features such as > client certs, custom CAs, custom cipher suites etc. > > In order to ha