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

2014-05-03 Thread Thiago Macieira
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 stores. I'd say there's a specific case where all three

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

2014-05-03 Thread Thiago Macieira
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 the stuff in the > QSslConfiguration that defines the prefe

[Development] qt5.git integration failed

2014-05-03 Thread Heikkinen Jani
Hi all, Qt5.git integration failed in release branch; third time because of same tests :( Autotests `tst_activeFocusOnTab' and `tst_controls' failed :( see https://codereview.qt-project.org/#change,84473 . Build log: http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00349/macx

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

2014-05-03 Thread Richard Moore
Introduction Qt provides a fairly powerful SSL API with support for a wide range of uses - SSL clients and servers can both be created. It provides extensive APIs for accessing information in SSL certificates, information about ciphers etc. In addition to the basics, it also includes

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

2014-05-03 Thread Nurmi J-P
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 item (or C++ QObject ) > with custom methods /

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

2014-05-03 Thread Ben Lau
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 item (or C++ QObject ) with custom methods / slot functions. However, I found that after the item/QObject

Re: [Development] qDebug, qWarning, qCritical, qFatal in Qt source code

2014-05-03 Thread Giuseppe D'Angelo
On 3 May 2014 12:28, Kurt Pattyn wrote: > Recently I had to remove qWarning statements from a submit (for very > plausible reasons), but a quick search through qtbase revealed a lot of > qWarning statements. > So are there any rules of thumb? Please also cf. the other thread about using catego

Re: [Development] qDebug, qWarning, qCritical, qFatal in Qt source code

2014-05-03 Thread Richard Moore
On 3 May 2014 11:28, Kurt Pattyn wrote: > Hi, > > I would like to know if there are any guidelines about using qDebug and > friends in Qt source code? > Recently I had to remove qWarning statements from a submit (for very > plausible reasons), but a quick search through qtbase revealed a lot of >

[Development] qDebug, qWarning, qCritical, qFatal in Qt source code

2014-05-03 Thread Kurt Pattyn
Hi, I would like to know if there are any guidelines about using qDebug and friends in Qt source code? Recently I had to remove qWarning statements from a submit (for very plausible reasons), but a quick search through qtbase revealed a lot of qWarning statements. So are there any rules of thu