Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
> On 09 Mar 2014, at 22:46, Richard Moore wrote: > >> > >> > IIRC SSL sockets had the same "issue" when SSL errors are raised. Has >> > it been solved there? How? >> AFAIK, it has not been solved. The problem is the same. > > It has been partially solved, in recent versions you can set the soc

Re: [Development] QML Singleton

2014-03-09 Thread Ben Lau
On 10 March 2014 04:59, Steve Gold wrote: > 1. Can a QML singleton contain signals and functions that are accessed > by other QML types or just properties? > > no. However, you may declare enum type by making C++ QML component. [#QTBUG-14861] Allow enum types to be defined from QML side - Qt

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Richard Moore
On 9 March 2014 20:13, Kurt Pattyn wrote: > > On 09 Mar 2014, at 21:02, Giuseppe D'Angelo wrote: > > > On 9 March 2014 15:10, Kurt Pattyn wrote: > >> Also, the connection between the authenticationRequired signal and the > slot > >> must be a direct connection. > > > > IIRC SSL sockets had the

[Development] QML Singleton

2014-03-09 Thread Steve Gold
1. Can a QML singleton contain signals and functions that are accessed by other QML types or just properties? 2. I specified pragma singleton as the first line in MySingleton.qml and have property string myText: “” in MySingleton.qml, specified import “.” at the top of main.qml,

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 21:02, Giuseppe D'Angelo wrote: > On 9 March 2014 15:10, Kurt Pattyn wrote: >> Also, the connection between the authenticationRequired signal and the slot >> must be a direct connection. > > IIRC SSL sockets had the same "issue" when SSL errors are raised. Has > it been solv

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 19:32, Olivier Goffart wrote: > On Sunday 09 March 2014 15:10:02 Kurt Pattyn wrote: >> Currently, QNAM stalls when authentication is required (also see: >> https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection >> between the authenticationRequired signal

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Giuseppe D'Angelo
On 9 March 2014 15:10, Kurt Pattyn wrote: > Also, the connection between the authenticationRequired signal and the slot > must be a direct connection. IIRC SSL sockets had the same "issue" when SSL errors are raised. Has it been solved there? How? -- Giuseppe D'Angelo __

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Olivier Goffart
On Sunday 09 March 2014 15:10:02 Kurt Pattyn wrote: > Currently, QNAM stalls when authentication is required (also see: > https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection > between the authenticationRequired signal and the slot must be a direct > connection. This is probl

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 17:50, Kevin Krammer wrote: > On Sunday, 2014-03-09, 15:10:02, Kurt Pattyn wrote: >> Currently, QNAM stalls when authentication is required (also see: >> https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection >> between the authenticationRequired signal an

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 17:16, Konstantin Ritt wrote: > > 2014-03-09 16:10 GMT+02:00 Kurt Pattyn : > Currently, QNAM stalls when authentication is required (also see: > https://bugreports.qt-project.org/browse/QTBUG-16251). > Also, the connection between the authenticationRequired signal and the sl

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kevin Krammer
On Sunday, 2014-03-09, 15:10:02, Kurt Pattyn wrote: > Currently, QNAM stalls when authentication is required (also see: > https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection > between the authenticationRequired signal and the slot must be a direct > connection. This is probl

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Konstantin Ritt
2014-03-09 16:10 GMT+02:00 Kurt Pattyn : > Currently, QNAM stalls when authentication is required (also see: > https://bugreports.qt-project.org/browse/QTBUG-16251). > Also, the connection between the authenticationRequired signal and the > slot must be a direct connection. > This is problematic w

[Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the authenticationRequired signal and the slot must be a direct connection. This is problematic when an application wants to show a login dialogbox