D24059: Replace KSslError::errorString with QSslError::errorString

2019-09-20 Thread Volker Krause
This revision was automatically updated to reflect the committed changes.
Closed by commit R241:b56de79a281f: Replace KSslError::errorString with 
QSslError::errorString (authored by vkrause).

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D24059?vs=66400&id=66546

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

AFFECTED FILES
  src/core/ktcpsocket.cpp

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


D24059: Replace KSslError::errorString with QSslError::errorString

2019-09-18 Thread David Faure
dfaure accepted this revision.
dfaure added a comment.
This revision is now accepted and ready to land.


  Right. Better messages (where needed) and more translations, will have to be 
done in Qt anyway.

REPOSITORY
  R241 KIO

BRANCH
  master

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

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


D24059: Replace KSslError::errorString with QSslError::errorString

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

REPOSITORY
  R241 KIO

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

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


D24059: Replace KSslError::errorString with QSslError::errorString

2019-09-18 Thread Volker Krause
vkrause created this revision.
vkrause added reviewers: dfaure, aacid, ltoscano.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
vkrause requested review of this revision.

REVISION SUMMARY
  This trades more detailed and complete messages with currently less
  translation coverage.
  
  This also paves the way for deprecating KSslError entirely in favor of
  QSslError.

REPOSITORY
  R241 KIO

BRANCH
  master

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

AFFECTED FILES
  src/core/ktcpsocket.cpp

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