- 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 1 commit
-
-
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 3 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!
-
Tobias Hunger authored
* Add test for build- and sourcedirectories being at different levels Reviewed-by: dt
-
- 17 Aug, 2010 1 commit
-
-
Tobias Hunger authored
-
- 11 Aug, 2010 1 commit
-
-
Tobias Hunger authored
* Add function to check whether the new symbian build system is used to build a Qt version. This will be used to decide which parsers to use when building for symbian
-
- 24 Jun, 2010 1 commit
-
-
Oswald Buddenhagen authored
make it an argument of the main entry point instead of a property
-
- 18 Jun, 2010 3 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
the latter does too much
-
Oswald Buddenhagen authored
-
- 11 Jun, 2010 1 commit
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- 10 Jun, 2010 1 commit
-
-
Tobias Hunger authored
* Make this more reliable and faster using less code. Reviewed-by: dt
-
- 27 May, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-1411
-
- 25 May, 2010 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- 21 May, 2010 2 commits
-
-
kh1 authored
This boils down to the same problem as other calls to qmake, if we don't pass the target mode, qmake will prepend the current platform as target. Reviewed-by: dt
-
kh1 authored
This boils down to the same problem as other calls to qmake, if we don't pass the target mode, qmake will prepend the current platform as target. Reviewed-by: dt
-
- 18 May, 2010 2 commits
- 12 May, 2010 1 commit
-
-
dt authored
-
- 30 Apr, 2010 2 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-