- Mar 30, 2012
-
-
Kai Koehne authored
Change-Id: I6971b8889052e26f00badf759b4b7872092f8ab2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 29, 2012
-
-
hjk authored
Change-Id: Id029d72dee0301cb441777472d79f38323a5af31 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 24, 2012
-
-
Tobias Hunger authored
Remove dependency on Qt4ProjectManager from QtSupport. It is not declared and not necessary either. Change-Id: I3b31425f23c37e995191fe8c28503cfac7c34c56 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 21, 2011
-
-
Kai Koehne authored
Don't expect that every url specifying a file is a local file url. Instead let FileInProjectFinder handle urls with other schemes gracefully, too. Change-Id: I72457d502ff1caf52f588e8ec41ab260882d1cf5 Reviewed-on: http://codereview.qt.nokia.com/1840 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- May 24, 2011
-
-
dt authored
Also adjust qmldumptool to remove the dependency on qt4project/qmlproject, by passing in the qtversion instead of figuring it out in qmldumptool. Change-Id: Ie6ac582d36bfef290313c0716b33b62fcf42630c Reviewed-on: http://codereview.qt.nokia.com/70 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 26, 2011
-
-
con authored
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 30, 2011
-
-
Kai Koehne authored
Don't check for end of string (does contain LF in case of qttestlib). Also don't check prefix for asserts, cause qttestlib extends these. Reviewed-by: Tobias Hunger
-
- Mar 23, 2011
-
-
Pawel Polanski authored
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 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.
-