summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/outputformatter.h
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* Fixed the link style in the application output window.Erik Verbruggen2010-10-181-0/+3
| | | | Reviewed-by: Tobias Hunger
* Application Output Window: Reduce the number of QPE::insertText callsdt2010-09-221-2/+1
| | | | | | | By making the QtOutputFormatter smarter. If we have nothing to format as a link we do the minimal amount of insertText calls now. Task-Nr: QTCREATORBUG-2367
* Fix QtOutputFormatter to work with chunked application outputdt2010-07-281-0/+1
| | | | Reviewed-By: Erik Verbruggen
* Refactor OutputFormatterdt2010-07-141-4/+2
| | | | | | | | | | | Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
* Application output always scrolled, and moved the cursor.con2010-07-061-3/+2
| | | | | | Task-number: QTCREATORBUG-1790 Reviewed-by: dt Reviewed-by: mae
* Fixed cursor positioning.Erik Verbruggen2010-04-201-0/+2
|
* Added colors to the "Application Output" panel.Erik Verbruggen2010-04-191-1/+17
|
* Separated child-process stdout/stderr, and seperated "our" output/errors.Erik Verbruggen2010-04-191-2/+2
| | | | | So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
* Moved "Application Output" formatting to a specialized formatter.Erik Verbruggen2010-04-191-0/+66
By introducing the OutputFormatter, RunControls can influence the formatting depening on the application started. A nice (and intended) side-effect is that the QML runtime specific formatting will not interfere anymore with anything else.