| Summary: | Add output filter for stdout of Qt applications | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Kevin Funk <kfunk> |
| Component: | outputview | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | kfunk, mvolden2 |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdevplatform/e5e1775c07f9add0a9b1f0688926f5fdc158e591 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Kevin Funk
2014-01-14 13:17:50 UTC
Git commit e5e1775c07f9add0a9b1f0688926f5fdc158e591 by Kevin Funk. Committed on 07/02/2014 at 10:17. Pushed by kfunk into branch 'master'. Introduce NativeAppErrorFilteringStrategy It's now possible to jump to runtime output error messages, such as those from Qt: Example (clickable) message: ASSERT: "errors().isEmpty()" in file /tmp/foo/bar.cpp, line 49 REVIEW: 115533 M +20 -0 outputview/outputfilteringstrategies.cpp M +15 -0 outputview/outputfilteringstrategies.h M +4 -0 outputview/outputmodel.cpp M +1 -0 outputview/outputmodel.h M +29 -0 outputview/tests/filteringstrategytest.cpp M +2 -0 outputview/tests/filteringstrategytest.h M +8 -2 plugins/execute/nativeappjob.cpp http://commits.kde.org/kdevplatform/e5e1775c07f9add0a9b1f0688926f5fdc158e591 |