aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtoutputformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Remove OutputFormatterFactory hierarchyhjk2024-02-011-16/+10
* QtSupport: Use setup pattern for QtOutputFormatterhjk2024-01-181-6/+17
* QtSupport: Move plugin tests closer to tested codehjk2024-01-161-14/+28
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* QtSupport: Fix output formatter testChristian Stenger2023-02-031-3/+14
* QtSupport: Some FilePathification in the OutputParserhjk2023-01-121-13/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* OutputFormatter: Fix visual glitchqds/v4.3.2qds/v1.6.0-rc1qds/1.6.0-rc1Christian Kandeler2020-09-071-0/+1
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-61/+60
* QtSupport: Add QtTestParser to the list of output formattersChristian Kandeler2020-04-281-3/+5
* Merge output formatters and output parsersChristian Kandeler2020-04-231-4/+4
* OutputFormatter factories: Handle the "no target" caseChristian Kandeler2020-04-221-1/+1
* OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-10/+1
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-21/+37
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-66/+22
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-23/+44
* OutputFormatter: Do the newline handling centrallyChristian Kandeler2020-03-191-67/+14
* Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-7/+7
* Utils: Remove unused signal from OutputFormatterChristian Kandeler2020-03-131-2/+0
* QtOutputFormatter: Use cursor object from base classChristian Kandeler2020-03-131-16/+9
* Remove duplicated codeMiklós Márton2020-02-051-13/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-1/+1
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-111-1/+1
* | Utils/all: Create an OutputFormatterFactoryhjk2019-08-131-14/+56
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-091-0/+10
|\|
| * QtOutputFormatter: Add alternate QTest failure patternAndre Hartmann2019-08-071-0/+10
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-1/+17
|\|
| * QtOutputFormatter: Support relative file:// linksAndre Hartmann2019-07-031-1/+17
* | Project: Delay acting on fileListChanged signalTobias Hunger2019-06-201-2/+5
|/
* Add output filtering for Application Output paneAlessandro Ambrosano2019-04-081-0/+2
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-10/+11
|\
| * QtSupport: Fix autotestsChristian Kandeler2019-03-121-10/+11
* | QtOutputFormatter: Handle links and Ansi format in same lineAndre Hartmann2019-03-121-17/+34
* | Resolve ambiguous results of searches for relative file pathsChristian Kandeler2019-03-041-5/+6
|/
* QtOutputFormatter: Fix double invocation of file finderChristian Kandeler2019-02-261-1/+1
* QtOutputFormatter: Allow standalone file:// linksAndre Hartmann2019-02-081-1/+21
* QtOutputFormatter: Convert to QRegularExpressionAndre Hartmann2019-01-271-58/+59
* Use the same regex pattern for Autotest and QtSupportAndre Hartmann2019-01-211-13/+10
* QtOutputFormatter: ModernizeAndre Hartmann2019-01-201-69/+67
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-151-5/+40
|\
| * QtOutputFormatter: Fix handling file:// links with following timestampsAndre Hartmann2019-01-071-0/+14
| * QtOutputFormatter: Handle Windows-style Qt Test failure linksAndre Hartmann2019-01-071-5/+26
* | QtOutputFormatter: SimplifyOrgad Shaneh2018-11-191-14/+12
|/
* FileInProjectFinder/Debugger: Use Utils::FileName for project directoryUlf Hermann2018-08-271-1/+1
* FileInProjectFinder: Use FileNameList for file namesTim Jenssen2018-05-241-2/+2
* QtOutputFormatter: Handle QML output with bracesAndre Hartmann2018-05-141-1/+6
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+4
* QtSupport: Use Qt5-style connectsOrgad Shaneh2016-06-061-2/+2