- 26 Nov, 2010 3 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
Task-number: 2481
-
Tobias Hunger authored
Reviewed-by: dt
-
- 22 Nov, 2010 1 commit
-
-
Tobias Hunger authored
Unset SBS_HOME when none is needed. This prevents SBS from getting confused about where its dependencies are located. Task-number: QTCREATORBUG-3145 Reviewed-by: Alessandro Portale
-
- 18 Nov, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- 17 Nov, 2010 2 commits
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
Tobias Hunger authored
Fix pathes for Nokia Qt SDK: * Set SBS path in one location only * Fix up perl path * Set path to CMD on windows. Both ABLD and SBSv2 actually need this. * Set GCC path only if the directory actually exists These fixes allow for building both ABLD and SBSv2 based projects in a clean environment. Reviewed-by: Tim Jenssen
-
- 16 Nov, 2010 1 commit
-
-
kh1 authored
Task-number: QTCREATORBUG-3090 Reviewed-by: ck
-
- 15 Nov, 2010 3 commits
-
-
Oswald Buddenhagen authored
-
Tobias Hunger authored
Allow the installer to specify the SBS v2 directory. Reviewed-by: Tim Jenssen
-
Tobias Hunger authored
Provide a field in the symbian Qt version to set up the SBSv2 build system. Reviewed-by: dt
-
- 03 Nov, 2010 2 commits
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Move 64bit-binary detection into Utils library.
-
- 01 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Acked-By: dt
-
- 27 Oct, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: Niels Weber
-
- 26 Oct, 2010 2 commits
-
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883 (cherry picked from commit f1fb0bdd)
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883
-
- 25 Oct, 2010 2 commits
-
-
Kai Koehne authored
qmldump works fine with 4.7.0 (as long as private headers are available). Reviewed-by: ckamm
-
Kai Koehne authored
The information about a Qt version (including the debugging helper paths) is cached. Invalidate the cache after all the debugging helpers have been built, such that the following icon updates actually get the latest information. We do invalidate the cache already before the compilation of the debugging helpers have started, but QmlDumperTool::canBuild then triggers a refill of the cache, at a time where the qmldump executable has not yet been created. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2807
-
- 18 Oct, 2010 1 commit
-
-
con authored
Otherwise all the Qt headers might not be found at all. Task-number: QTCREATORBUG-1377 Reviewed-by: Tobias Hunger Reviewed-by: Erik Verbruggen
-
- 13 Oct, 2010 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2639 Reviewed-by: dt
-
- 08 Oct, 2010 1 commit
-
-
Friedemann Kleint authored
- Report errors correctly. - Do not pass empty target argument to qmake - Give 'make' a longer timeout and change timeout checking to trigger after last output line was obtained from process - Make build log dialog non-modal and ensure it pops up on failure even if a different Qt version was selected in-between - Disable Rebuild-button while build is running. Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- 07 Oct, 2010 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk Acked-by: hjk
-
- 05 Oct, 2010 2 commits
-
-
dt authored
Pass on the makefile to make, check the right makefile for importing. Task-Nr: QTCREATORBUG-102
-
Friedemann Kleint authored
-
- 30 Sep, 2010 3 commits
-
-
Christian Kamm authored
To make plugin dumping work without having to compile the debugging helpers explicitly. Reviewed-by: Kai Koehne
-
Kai Koehne authored
The location private includes might still change with 4.7.1 . Better check the qt version string. Reviewed-by: Lasse Holmstedt
-
Lasse Holmstedt authored
Reviewed-by: Thomas Hartmann
-
- 29 Sep, 2010 2 commits
-
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
Lasse Holmstedt authored
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
-
- 24 Sep, 2010 1 commit
-
-
Robert Loehning authored
-
- 23 Sep, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- 17 Sep, 2010 1 commit
-
-
Oswald Buddenhagen authored
-
- 09 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
Add more error messages to processes run for toolchain detection. Move Windows-specific code to dbgwinutils, remove inclusion of <windows.h>. Fix MinGW gcc 4.5 warnings.
-
- 08 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
Give warnings about failures to be able to fix things/timeouts on slow machines. Pass on arguments correctly on Windows. Make sure processes are killed on timeouts.
-
- 26 Aug, 2010 1 commit
-
-
dt authored
-
- 24 Aug, 2010 2 commits
-
-
Tobias Hunger authored
* Detection of Qt versions from a makefile failed on windows when calling qmake without the drive letter. Make this work.
-
Tobias Hunger authored
-
- 19 Aug, 2010 2 commits
-
-
Kai Koehne authored
If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
-
Tobias Hunger authored
* Revert this once string freeze is over!
-