Bug 342491 - Move KRunner and runners to categorized logging to reduce verbosity
Summary: Move KRunner and runners to categorized logging to reduce verbosity
Status: RESOLVED FIXED
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2015-01-04 20:23 UTC by Luca Beltrame
Modified: 2015-01-05 22:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Beltrame 2015-01-04 20:23:47 UTC
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
Comment 1 Luca Beltrame 2015-01-05 12:20:01 UTC
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