aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/outputformatter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-6/+12
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More forward declarations / drop unused headers [L-O]Jarek Kobus2022-05-251-1/+2
* ProjectExplorer: Add output parser for AddressSanitizer messagesChristian Kandeler2022-04-131-0/+1
* QtSupport: Use red color for failing test casesChristian Kandeler2021-12-021-2/+4
* ProjectExplorer: Generalize issues -> output pane linkingChristian Kandeler2021-11-251-1/+1
* Compile: add ability to parse standard output in buildPetar Perisin2021-08-071-0/+1
* Utils: Make Link a classChristian Stenger2021-05-311-1/+1
* Utils: Fix build on WindowsChristian Stenger2021-05-311-1/+1
* Utils: Use Utils::Link instead of TaskView::Locationhjk2021-05-281-2/+3
* Utils: Fix output formatter "new searchDir found" signallingAlessandro Portale2021-02-171-1/+1
* Utils: Mark some convenience methods as const/staticBernhard Beschow2021-02-061-1/+1
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-8/+8
* OutputFormatter: Fix visual glitchqds/v4.3.2qds/v1.6.0-rc1qds/1.6.0-rc1Christian Kandeler2020-09-071-2/+3
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-211-0/+1
* Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-191-1/+0
* Utils: Remove unused functionChristian Stenger2020-06-171-2/+0
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-181-2/+3
* Merge output formatters and output parsersChristian Kandeler2020-04-231-11/+82
* OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-1/+1
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-30/+46
* Utils: Dissolve the AggregatingOutputFormatter classChristian Kandeler2020-04-141-19/+2
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-10/+27
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-7/+32
* OutputFormatter: Do the newline handling centrallyChristian Kandeler2020-03-191-2/+10
* OutputFormatter: Make more functions privateChristian Kandeler2020-03-181-2/+3
* OutputFormatter: De-virtualize the clear() functionChristian Kandeler2020-03-181-1/+1
* OutputFormatter: Remove unneeded function and include statementChristian Kandeler2020-03-181-2/+0
* OutputFormatter: Simplify newline handlingChristian Kandeler2020-03-181-2/+0
* Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-3/+7
* Utils: Remove unused signal from OutputFormatterChristian Kandeler2020-03-131-5/+0
* QtOutputFormatter: Use cursor object from base classChristian Kandeler2020-03-131-1/+2
* Remove duplicated codeMiklós Márton2020-02-051-0/+1
* Add output filtering for Application Output paneAlessandro Ambrosano2019-04-081-0/+3
* VCS: Unbold messages and errors in output paneOrgad Shaneh2018-11-241-0/+1
* OutputFormatter: SimplifyOrgad Shaneh2018-11-191-1/+1
* OutputFormatter: Make appendMessage(QTextCharFormat) privateOrgad Shaneh2018-11-191-1/+1
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-1/+1
* Utils: Use override consistentlyTobias Hunger2018-05-131-1/+1
* Add the needed infrastucture to enable application output filtersBogDan Vatra2017-02-281-0/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ZOOOOM for CompileOutputWindow and AppOutWindowDaniel Teske2015-08-311-2/+0
* QtSupport: Use a fixed cursor in QtOutputFormatterOrgad Shaneh2015-02-261-1/+1
* Utils: Pimpl OutputFormatterOrgad Shaneh2015-02-251-7/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | QtOutputFormatter: Support ANSI colorsAndre Hartmann2015-01-131-0/+2
|/
* Implement theming for QtCreatorThorben Kroeger2014-10-151-2/+0