D23920: Deprecate the KSslError::Error ctor of KSslError

2019-09-30 Thread Volker Krause
This revision was automatically updated to reflect the committed changes.
Closed by commit R241:d75d5ac36582: Deprecate the KSslError::Error ctor of 
KSslError (authored by vkrause).

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D23920?vs=65954=67076

REVISION DETAIL
  https://phabricator.kde.org/D23920

AFFECTED FILES
  src/core/ktcpsocket.cpp
  src/core/ktcpsocket.h
  src/core/tcpslavebase.cpp

To: vkrause, dfaure
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D23920: Deprecate the KSslError::Error ctor of KSslError

2019-09-29 Thread David Faure
dfaure accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R241 KIO

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D23920

To: vkrause, dfaure
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D23920: Deprecate the KSslError::Error ctor of KSslError

2019-09-29 Thread Volker Krause
vkrause added a comment.


  Ping?

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D23920

To: vkrause, dfaure
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D23920: Deprecate the KSslError::Error ctor of KSslError

2019-09-13 Thread Volker Krause
vkrause added a task: T11620: Port from KSslError to QSslError.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D23920

To: vkrause, dfaure
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D23920: Deprecate the KSslError::Error ctor of KSslError

2019-09-13 Thread Volker Krause
vkrause created this revision.
vkrause added a reviewer: dfaure.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
vkrause requested review of this revision.

REVISION SUMMARY
  This encourages to use the QSslError ctor, which has no loss of information
  and will be straightforward to port to QSslError entirely eventually.
  
  There's one more user left in KIO, that requires a resolution of the human
  readable error string question in T11620 .

REPOSITORY
  R241 KIO

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D23920

AFFECTED FILES
  src/core/ktcpsocket.cpp
  src/core/ktcpsocket.h
  src/core/tcpslavebase.cpp

To: vkrause, dfaure
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns