https://bugs.kde.org/show_bug.cgi?id=375274
Anton Anikin <an...@anikin.xyz> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/kde |velop/b7c4a7479e000751b0d06 |velop/075802a8ff92323f03266 |7b359f3c1ad5803c77e |0b4b989ca2412c2207c --- Comment #3 from Anton Anikin <an...@anikin.xyz> --- Git commit 075802a8ff92323f032660b4b989ca2412c2207c by Anton Anikin. Committed on 21/08/2018 at 08:43. Pushed by antonanikin into branch '5.3'. Fix bug 375557 "No indication of cppcheck being run in background" Summary: Bug description: After clicking Analyze -> Cppcheck (Current Project), the Cppcheck tool view opens, but it's empty and does not say that analysis is in progress which is very misleading. The fix adds notification messages to Problems View: 1) At the start of analysis: "Analysis started..." This message will be removed with first problem report. 2) At the end of analysis (if we doesn't have any problems): "Analysis completed, no problems detected." For both messages we set current analysis path as problem location. Test Plan: Tested with master branch Reviewers: #kdevelop, mwolff, kfunk Reviewed By: #kdevelop, mwolff, kfunk Subscribers: mwolff, kfunk, kdevelop-devel Differential Revision: https://phabricator.kde.org/D4816 M +18 -9 plugins/cppcheck/problemmodel.cpp M +3 -0 plugins/cppcheck/problemmodel.h https://commits.kde.org/kdevelop/075802a8ff92323f032660b4b989ca2412c2207c -- You are receiving this mail because: You are watching all bug changes.