aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/ansiescapecodehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-0/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-1/+2
* Utils: Fix build with Qt6Eike Ziller2020-09-071-2/+2
* Merge output formatters and output parsersChristian Kandeler2020-04-231-5/+40
* AnsiEscapeCodeHandler: ModernizeAndre Hartmann2019-01-281-9/+4
* AnsiEscapeCodeHandler: Fix some Clang sign conversion warningsAndre Hartmann2019-01-281-3/+3
* Avoid a few unnecessary non-const QString::operator[]() accesseshjk2019-01-251-3/+3
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ANSI: Crash in AnsiEscapeCodeHandler::parseTextAndrey Pokrovskiy2015-07-141-32/+51
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ANSI: Add 256-color escape sequences supportSteve Mokris2014-07-081-4/+32
|/
* Utils: Support \r handling in OutputFormatterOrgad Shaneh2014-03-191-0/+6
* AnsiEscapeHandler: Avoid some iterations over the stringTobias Hunger2014-01-201-4/+5
* AnsiEscapeHandler: Use a dedicated struct in favor of a qPairTobias Hunger2014-01-201-15/+14
* AnsiEscapeCodeHandler: Make enum privateTobias Hunger2014-01-201-0/+13
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-3/+3
* ANSI: Simplify escape sequenceOrgad Shaneh2013-09-121-1/+1
* AnsiEscapeCodeHandler: Fix build againAndre Hartmann2013-09-091-1/+1
* Clear formatting if there is no numberPetar Perisin2013-09-091-0/+5
* Fix MSVC buildOrgad Shaneh2013-09-091-1/+1
* Added color support of ANSI escape codesPetar Perisin2013-09-091-0/+200