Currently KRunner has a lot of debug output (for every keystroke inputted). As in normal cases (when nothing breaks) such verbosity is often not needed, it would be best to move the qDebug() calls to qCDebug(). Reproducible: Always
Git commit 1ebe05a6c4b19febd0a795db832072f69544daff by Luca Beltrame. Committed on 05/01/2015 at 12:18. Pushed by lbeltrame into branch 'master'. Port KRunner to categorized logging REVIEW: 121850 M +2 -1 src/CMakeLists.txt M +5 -4 src/abstractrunner.cpp M +1 -0 src/declarative/CMakeLists.txt A +23 -0 src/declarative/krunner_debug.cpp [License: LGPL (v2+)] A +27 -0 src/declarative/krunner_debug.h [License: LGPL (v2+)] M +7 -6 src/declarative/runnermodel.cpp M +3 -2 src/declarative/runnermodelplugin.cpp A +23 -0 src/krunner_debug.cpp [License: LGPL (v2+)] A +27 -0 src/krunner_debug.h [License: LGPL (v2+)] M +4 -3 src/querymatch.cpp M +20 -19 src/runnercontext.cpp M +3 -2 src/runnerjobs.cpp M +16 -15 src/runnermanager.cpp http://commits.kde.org/krunner/1ebe05a6c4b19febd0a795db832072f69544daff