Bug 194403

Summary: ability to configure verbosity of compiler output is lost
Product: [Applications] kdevelop Reporter: Vadym Krevs <vkrevs>
Component: Build tools: Custom MakefilesAssignee: kdevelop-bugs-null
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: angelo70, ashaduri, david.nolden.kde, jan.fostier, kdebugs, kfunk
Priority: NOR Keywords: junior-jobs
Version: unspecified   
Target Milestone: 5.0.0   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Vadym Krevs 2009-05-28 11:40:36 UTC
Version:           3.9.93 (using KDevPlatform 0.9.93) (using 4.2.3 (KDE 4.2.3) "release 1", KDE:42 / openSUSE_11.1)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.27.21-0.1-default

In Kdevelop3 we could configure the verbosity of compiler messages during the build by right-clicking on the messages tab and selecting "Very Short| Short| Full Compiler Output".

This does not appear possible with Kdevelop4.
Comment 1 David Nolden 2009-05-28 12:00:42 UTC
This feature would be nice to have back.
Comment 2 Andreas Pakulat 2009-08-21 12:30:39 UTC
*** Bug 204633 has been marked as a duplicate of this bug. ***
Comment 3 Andreas Pakulat 2009-09-16 21:25:35 UTC
*** Bug 202320 has been marked as a duplicate of this bug. ***
Comment 4 Kevin Funk 2012-12-22 23:52:19 UTC
Note: It would make more sense to have this in the project configuration dialog.
Comment 5 Angelo 2014-08-19 13:40:50 UTC
We are now on 2014, and seems in 4.12.4 still there is no chance to set the verbosity. No hurry, but, is there almost a workaround on kdeveloprc ?
Comment 6 Kevin Funk 2014-08-19 14:47:58 UTC
I don' think there's a workaround. Anyway, patches welcome. Marked as junior job.
Comment 7 Kevin Funk 2016-01-08 21:16:27 UTC
Git commit 596d64310d7a01ba24326c802e29b799443095f6 by Kevin Funk.
Committed on 08/01/2016 at 21:15.
Pushed by kfunk into branch '5.0'.

OutputView: Remove output rewriting feature

Just show the plain output to the users, as he would see when invoking
the build tool inside the terminal.

Don't rewrite the output, always show the full output. I don't think
there's a reason to support rewriting the output altogether, it's only
misleading for the user.

As discussed in bug 354143
Related: bug 354143
FIXED-IN: 5.0.0

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

M  +0    -2    outputview/filtereditem.cpp
M  +0    -1    outputview/filtereditem.h
M  +19   -40   outputview/outputfilteringstrategies.cpp
M  +4    -8    outputview/outputformats.cpp
M  +2    -4    outputview/outputformats.h
M  +1    -1    outputview/outputmodel.cpp
M  +0    -32   outputview/tests/test_filteringstrategy.cpp
M  +0    -2    outputview/tests/test_filteringstrategy.h

http://commits.kde.org/kdevplatform/596d64310d7a01ba24326c802e29b799443095f6
Comment 8 Kevin Funk 2016-10-07 08:59:52 UTC
I think there are no plans to revive this, marking as WONTFIX.