Commit Graph

9 Commits

Author SHA1 Message Date
Erik Verbruggen
deb2ccd2ca Fixed the link style in the application output window.
Reviewed-by: Tobias Hunger
2010-10-18 13:33:55 +02:00
Erik Verbruggen
50ab71bbdc QML: use Qt4 output formatter to get links in errors to work.
Reviewed-by: Tobias Hunger
2010-10-18 12:40:34 +02:00
dt
1da46d81ee Application Output Window: Reduce the number of QPE::insertText calls
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
2010-09-22 11:56:24 +02:00
Tobias Hunger
15da517b9b Make failed test locations clickable in output 2010-08-29 16:45:13 +00:00
Tobias Hunger
4da21c612e Make ASSERT information clickable
* Make information raised by Qt assert clickable.

Task-number: QTCREATORBUG-2175
Reviewed-by: Olivier Goffart
2010-08-26 15:56:57 +02:00
Alessandro Portale
862637cc17 Fix qml application output "jump-to-qml-error" for Windows.
Works on Windows now. Done with and reviewed by dt, so blame him
if it is now broken on Unix.

Done-with: dt
2010-08-05 21:03:54 +02:00
dt
a0598727b8 Fix QtOutputFormatter to work with chunked application output
Reviewed-By: Erik Verbruggen
2010-07-28 15:38:05 +02:00
Kai Koehne
bc3878b700 Show again all application output in 'Application Output'
Fixes a regression introduced in 7862e31256.

Reviewed-by: dt
2010-07-15 10:10:07 +02:00
dt
7862e31256 Refactor OutputFormatter
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.
2010-07-14 13:01:43 +02:00