- Jul 22, 2011
-
-
Kai Koehne authored
Don't just use an arbitrary toolchain, which might break esp. for Symbian. Instead, retrieve the toolchain from the project, or in the case of the Qt Options page let the user choose. Change-Id: I6d271c485420e609d223d8cece754ef84e573745 Reviewed-on: http://codereview.qt.nokia.com/1978 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jun 23, 2011
-
-
Christian Kamm authored
Change-Id: Ia36dcc2596fbe6aef5014d03ed0303d3087ecc0b Reviewed-on: http://codereview.qt.nokia.com/547 Reviewed-by:
Kai Koehne <kai.koehne@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 16, 2011
-
-
Kai Koehne authored
Change-Id: I56a93ae98d73ac174f39da8e8a4d3eab05f02800
-
- May 13, 2011
-
-
Kai Koehne authored
Change-Id: I558c81f5a74d717dabb56d36fea3ed5f5b2acc18
-
Kai Koehne authored
Moving this to DebuggingHelperBuildTask / QtVersionManager makes sure the version information is also updated if e.g. the QtOptionsPage has been closed in between. Also, update all Qt versions that share the same qmake path. Change-Id: Idc23f6d9fa609e2a36f1d6d4cb09c6483afd4cc4
-
- May 12, 2011
-
-
dt authored
Split up target specific code into subclasses. Also change Qt4BuildConfiguration to allow a null qtversion. Remove code that relied on always having a qt version. Also make it possible to remove all qt versions. Completly change the qt in path autodetection to be only a fall back if no configuration was found. Note: For now the old settings are not removed, as such 2.2 and master can coexist. Reviewed-By: hunger
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 29, 2011
-
-
Kai Koehne authored
-
- Apr 18, 2011
-
-
Kai Koehne authored
We ship a precompiled qmldump in the Qt SDK because the Qt versions don't have private headers. However, the logic in buildablehelperlibrary by default rejects any build that is older than the latest changes to the qmldump source code files; allow Qt Creator to pick up the (maybe outdated) qmldump nevertheless if no private headers are installed. Reviewed-by: ckamm Task-number: QTCREATORBUG-4578
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 07, 2011
-
-
Kai Koehne authored
Allow slots that use the error ouput, but aren't interested in the list of the tools. Reviewed-by: dt
-
- Apr 04, 2011
-
-
Kai Koehne authored
Fix regression introduced with 530e7494 : Creator now automatically generates the Info.plist from a Info.plist.in file, but only on Mac OS X. Therefore copying the Info.plist to the temporary folder failed on all other platforms. Reviewed-by: con
-
- Mar 15, 2011
-
-
Kai Koehne authored
Since m_version was never initialized the logic was just plain wrong. Pointed out by dt. Reviewed-by: ckamm
-
- Feb 24, 2011
-
-
Christian Kamm authored
-
- Feb 22, 2011
-
-
dt authored
Make the internal data structure a map from id to Version, simplfing a few functions. Return sorted lists, with newer versions in front for various functions, e.g. validVersions(), versionsForTargetId.
-
- Feb 18, 2011
-
-
Christian Kamm authored
Reviewed-by: Kai Koehne
-
Kai Koehne authored
Reviewed-by: dt
-
- Feb 09, 2011
-
-
Christian Kamm authored
-
- Feb 08, 2011
-
-
Kai Koehne authored
This fixes the case that the user only compiles one debugging helper, and the debug output was displayed although the compilation went fine. Task-number: QTCREATORBUG-3711 Reviewed-by: ckamm
-
- Jan 25, 2011
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3549 Reviewed-by: Kai Koehne
-
- Jan 24, 2011
-
-
Friedemann Kleint authored
-
- Jan 17, 2011
-
-
Kai Koehne authored
Make sure that the QtVersion object isn't referenced any more in the separate thread: It might be deleted / altered while the thread is running. Also let QmlDump use the class, instead of relying on it's own implementation. Reviewed-by: ckamm
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 16, 2010
-
-
Roberto Raggi authored
-
- Nov 26, 2010
-
-
Christian Kamm authored
Reviewed-by: owolff Reviewed-by: Kai Koehne
-
- Nov 09, 2010
-
-
Christian Kamm authored
Fixes trying to build qmldump for device Qt versions and removes the follow-up warning about it not being possible. Task-number: QTCREATORBUG-3046 Reviewed-by: Lasse Holmstedt Reviewed-by: Kai Koehne
-
- Oct 26, 2010
-
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne (cherry picked from commit 528999d5)
-
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)
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne
-
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
-
- Oct 14, 2010
-
-
Christian Kamm authored
Reviewed-by: Kai Koehne
-
- Oct 08, 2010
-
-
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>
-
- Oct 06, 2010
-
-
Christian Kamm authored
Reviewed-by: Kai Koehne
-
Kai Koehne authored
We're using a QObject property to get the Qt Version Id: QmlDumpTool is in Qt4ProjectManager, which shouldn't have a dependency to QmlProjectManager. Reviewed-by: Christian Kamm
-
- Oct 05, 2010
-
-
Kai Koehne authored
4.7.1 won't come with private headers always being installed. Reviewed-by: ckamm
-
Christian Kamm authored
Should stop qmldump processes from showing up in the MacOS dock. Reviewed-by: Lasse Holmstedt
-
Friedemann Kleint authored
-