https://bugs.kde.org/show_bug.cgi?id=321939

Kevin Funk <kf...@kde.org> 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 <kf...@kde.org> ---
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   -1    outputview/outputmodel.cpp
M  +63   -0    util/kdevstringhandler.cpp
M  +6    -0    util/kdevstringhandler.h
M  +19   -0    util/tests/test_stringhandler.cpp
M  +2    -0    util/tests/test_stringhandler.h

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

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

Reply via email to