[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2018-08-21 Thread Anton Anikin
https://bugs.kde.org/show_bug.cgi?id=375274

Anton Anikin  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  ---
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   -9plugins/cppcheck/problemmodel.cpp
M  +3-0plugins/cppcheck/problemmodel.h

https://commits.kde.org/kdevelop/075802a8ff92323f032660b4b989ca2412c2207c

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375274

Kevin Funk  changed:

   What|Removed |Added

   Version Fixed In||5.1.0
  Latest Commit||https://commits.kde.org/kde
   ||velop/b7c4a7479e000751b0d06
   ||7b359f3c1ad5803c77e
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kevin Funk  ---
Git commit b7c4a7479e000751b0d067b359f3c1ad5803c77e by Kevin Funk.
Committed on 21/02/2017 at 02:04.
Pushed by kfunk into branch '5.1'.

clang: Don't insert new include beyond moc include
FIXED-IN: 5.1.0

M  +11   -1languages/clang/duchain/unknowndeclarationproblem.cpp
M  +30   -1languages/clang/tests/test_problems.cpp

https://commits.kde.org/kdevelop/b7c4a7479e000751b0d067b359f3c1ad5803c77e

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2017-02-20 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=375274

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
   Keywords||junior-jobs

--- Comment #1 from Kevin Funk  ---
Confirmed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375274

Nicolás Alvarez  changed:

   What|Removed |Added

Version|git master  |5.1.0

-- 
You are receiving this mail because:
You are watching all bug changes.