[kdevelop] [Bug 321939] Outputview does not support ANSI escape sequences (Clang warnings partially trunkated)

2016-12-13 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=321939

Kevin Funk  changed:

   What|Removed |Added

   Version Fixed In|5.0 |5.0.0

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

[kdevelop] [Bug 321939] Outputview does not support ANSI escape sequences (Clang warnings partially trunkated)

2016-02-10 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=321939

Kevin Funk  changed:

   What|Removed |Added

 CC||ge...@crans.org

--- Comment #11 from Kevin Funk  ---
*** Bug 359229 has been marked as a duplicate of this bug. ***

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


[kdevelop] [Bug 321939] Outputview does not support ANSI escape sequences (Clang warnings partially trunkated)

2015-12-17 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=321939

Kevin Funk  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kdev
   ||platform/9991a24e3d543f0153
   ||80ce4f8c3d2dfca377aba4
   Version Fixed In||5.0
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Kevin Funk  ---
Git commit 9991a24e3d543f015380ce4f8c3d2dfca377aba4 by Kevin Funk.
Committed on 17/12/2015 at 11:58.
Pushed by kfunk into branch '5.0'.

OutputView: Filter ANSI sequences

Summary:
Hardcoding the filter function in the outputmodel for now.

Not making this a filter strategy on purpose, it doesn't fit into the
current architecture. Stripping ANSI sequences is merely a
QString->QString transformation, while the filtering strategies do a
QString->FilteredItem transformation.
Related: bug 113128
FIXED-IN: 5.0

Subscribers: apol, kdevelop-devel

Projects: #kdevelop

Differential Revision: https://phabricator.kde.org/D660

M  +15   -1outputview/outputmodel.cpp
M  +63   -0util/kdevstringhandler.cpp
M  +6-0util/kdevstringhandler.h
M  +19   -0util/tests/test_stringhandler.cpp
M  +2-0util/tests/test_stringhandler.h

http://commits.kde.org/kdevplatform/9991a24e3d543f015380ce4f8c3d2dfca377aba4

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