- Feb 04, 2011
-
-
Kai Koehne authored
On Symbian Qt errors are prefixed with '[Qt Message] ' Task-number: QTCREATORBUG-3694
-
- Jan 12, 2011
- Jan 07, 2011
-
-
hjk authored
-
- Dec 17, 2010
-
-
con authored
-
- Dec 01, 2010
-
-
Kai Koehne authored
FileInProjectFinder implements an heuristic to find the likely source file for an aribrary file path, e.g. in the shadow build folder or on the device. This is useful especially for .qml files, which are executed at runtime. Reviewed-by: con
-
- Nov 08, 2010
-
-
Kai Koehne authored
I didn't manage to find one regular expression that matches both lines with and without column correctly. Instead use two distinct ones ... Task-number: QTCREATORBUG-3022
-
Kai Koehne authored
Try to map absolute paths pointing to files in shadow build directory / on the device to the respective files in the project directory. Task-number: QTCREATORBUG-2371 Reviewed-by: dt
-
- Nov 03, 2010
-
-
Tobias Hunger authored
Krazy was complaining about those.
-
Friedemann Kleint authored
-
- Oct 18, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
- 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.
-