- Jul 27, 2011
-
-
Kai Koehne authored
One can already build debugging helpers for Qt Versions not yet registered to QtVersionManager - which resulted in a QTC_ASSERT + the changes after the built were not picked up. Change-Id: I12a769df6e18a05b0d1677fd913f4064efed3429 Reviewed-on: http://codereview.qt.nokia.com/2168 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 04, 2011
-
-
Daniel Teske authored
Change-Id: I1544c4c241fced2015d2bdfb57a70ce828223786 Reviewed-on: http://codereview.qt.nokia.com/1080 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 01, 2011
-
-
Daniel Teske authored
Change-Id: I1967c5f1101dcbc1097c7fe6f26a195f658eab67 Reviewed-on: http://codereview.qt.nokia.com/1007 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jun 28, 2011
-
-
Christian Kandeler authored
This enables a QtVersionFactory to be able to create more than one QtVersion, which can make sense e.g. if there are several closely related ones. Change-Id: I597f524abfc27c483c71bb6567ce7b77bc3d3041 Reviewed-on: http://codereview.qt.nokia.com/835 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jun 14, 2011
-
-
Friedemann Kleint authored
Change-Id: I08babdb15bcf7f7ac086e9e12955b780b7591391 Reviewed-on: http://codereview.qt.nokia.com/480 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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 20, 2011
-
-
Friedemann Kleint authored
With some smartness to skip over bin, qtbase and display usr as 'System'. Introduce BaseQtVersion::defaultDisplayName(). Change-Id: I5249bbd7102f40441e7a873d861c525e4194d74f Reviewed-on: http://codereview.qt.nokia.com/43 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 17, 2011
-
-
dt authored
-
- May 16, 2011
-
-
Kai Koehne authored
Suggested by dt
-
- May 13, 2011
-
-
Kai Koehne authored
QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in QMakeStep & in the Qt Options react to. Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25
-
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
-
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 10, 2011
-
-
Friedemann Kleint authored
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Tobias Hunger authored
-
- May 04, 2011
-
-
Tobias Hunger authored
-
- Apr 29, 2011
-
-
Kai Koehne authored
-
Christian Kamm authored
It's now only done if the *target*'s OS is of generic linux flavor. Reviewed-by: con Reviewed-by: Christian Kandeler
-
- Apr 28, 2011
-
-
Christian Kamm authored
Similarly to how PATH is set up for Windows. The background is that without it plugin loading can pull in incompatible Qt libraries if the binary is compiled with RUNPATH instead of RPATH. Reviewed-by: Daniel Teske
-
- Apr 26, 2011
-
-
Christian Kandeler authored
-
- Apr 20, 2011
-
-
dt authored
Task-Nr: QTCREATORBUG-4555 Reviewed-By: hunger
-
- 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
-
Oswald Buddenhagen authored
-
- Apr 15, 2011
-
-
dt authored
Otherwise the Qt options dialog won't emit a signal if just those paths are changed in the settings. Reviewed-By: hunger
-
- Apr 14, 2011
-
-
Tobias Hunger authored
SBSv2 support has changed a bit. Reviewed-by: Pawel Polanski
-
Tobias Hunger authored
Set the default debugger when importing tool chains from old settings. We just left the field blank before. Task-number: QTCREATORBUG-4482 Reviewed-by: dt
-
- Apr 13, 2011
-
-
Tobias Hunger authored
Always export SBS_HOME when building with SBSv2, even though that is no longer required. Not doing so breaks Qt 4.6.3 support in the SDK for some people. Task-number: QTCREATORBUG-4487 Reviewed-by: Robert Loehning
-
dt authored
Do really disable the symbian emulator if there's no toolchain supporting it. Reviewed-By: hunger
-
hjk authored
-
- Apr 11, 2011
-
-
Tobias Hunger authored
Find QtCore library on mac when not in a framework. Task-number: QTCREATOR-4452 Reviewed-by: con
-
- Apr 08, 2011
-
-
Tobias Hunger authored
-
- Apr 01, 2011
-
-
Tobias Hunger authored
Make sure to not import non-native pathes from our settings (from old versions of Qt Creator). We make sure to use only proper slashes nowadays. Task-number: QTCREATORBUG-4328 Reviewed-by: dt
-
- Mar 30, 2011
-
-
Tobias Hunger authored
Fix the upgrade from GCCE and WINSCW from Qt version to tool chain. Task-number: QTCREATORBUG-4204 Reviewed-by: dt
-
Christian Kandeler authored
Addendum to 8839031e.
-
- Mar 28, 2011
-
-
dt authored
Task-Nr: QTCREATORBUG-4255 Reviewed-By: Robert Loehning
-
Tobias Hunger authored
-
- Mar 22, 2011
-
-
Friedemann Kleint authored
Introduce verbose flag and display QtVersion tooltip on checkbox. Reviewed-by: dt
-
- Mar 16, 2011
-
-
Tobias Hunger authored
-