- Sep 22, 2010
-
-
dt authored
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
-
- Aug 29, 2010
-
-
Tobias Hunger authored
-
- Aug 26, 2010
-
-
Tobias Hunger authored
* Make information raised by Qt assert clickable. Task-number: QTCREATORBUG-2175 Reviewed-by: Olivier Goffart
-
- Aug 05, 2010
-
-
Alessandro Portale authored
Works on Windows now. Done with and reviewed by dt, so blame him if it is now broken on Unix. Done-with: dt
-
- Jul 28, 2010
-
-
dt authored
Reviewed-By: Erik Verbruggen
-
- Jul 15, 2010
-
-
Kai Koehne authored
Fixes a regression introduced in 7862e312. Reviewed-by: dt
-
- Jul 14, 2010
-
-
dt authored
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.
-
- Jul 06, 2010
-
-
con authored
Task-number: QTCREATORBUG-1790 Reviewed-by: dt Reviewed-by: mae
-
- Apr 20, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Apr 19, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
Erik Verbruggen authored
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.
-