D24630: Replace all qWarning and related calls with categorised logging

2019-10-15 Thread Arjen Hiemstra
This revision was automatically updated to reflect the committed changes.
Closed by commit R249:b45c3cea521e: Replace all qWarning and related calls with 
categorised logging (authored by ahiemstra).

REPOSITORY
  R249 KI18n

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D24630?vs=67893=67962

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

AFFECTED FILES
  CMakeLists.txt
  ki18n.categories
  src/CMakeLists.txt
  src/kcatalog.cpp
  src/klocalizedcontext.cpp
  src/klocalizedstring.cpp
  src/kuitmarkup.cpp

To: ahiemstra, apol
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D24630: Replace all qWarning and related calls with categorised logging

2019-10-14 Thread Aleix Pol Gonzalez
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R249 KI18n

BRANCH
  categorised_logging

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

To: ahiemstra, apol
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D24630: Replace all qWarning and related calls with categorised logging

2019-10-14 Thread Arjen Hiemstra
ahiemstra created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
ahiemstra requested review of this revision.

REVISION SUMMARY
  This replaces all uncategorised qWarning() calls with calls to qCWarning(), 
using the 
  kf5.ki18n category for the main warnings, with kf5.ki18n.kuit used for 
warnings 
  produced by the kuit code.

TEST PLAN
  Tests still pass, warnings printed by ki18n during tests now use categorised 
logging.

REPOSITORY
  R249 KI18n

BRANCH
  categorised_logging

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

AFFECTED FILES
  CMakeLists.txt
  ki18n.categories
  src/CMakeLists.txt
  src/kcatalog.cpp
  src/klocalizedcontext.cpp
  src/klocalizedstring.cpp
  src/kuitmarkup.cpp

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