- 03 Feb, 2012 1 commit
-
-
Daniel Teske authored
Task-Nr: QTCREATORBUG-6063 Change-Id: Ieace3e9e68b4e0342c35ac7c279f4b0b61076419 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 02 Feb, 2012 3 commits
-
-
Daniel Teske authored
Change-Id: Ida603debc50f69d3b68458dfebde8246dbb9fe78 Reviewed-by:
Virva Auvinen <virva.auvinen@nokia.com>
-
Tobias Hunger authored
Change-Id: I6fc17a80f99002a99c1218f3fea18e52c2aad40d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6819 Change-Id: I90995a10a6421f051d03e53efe5f4f94d76d72a7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 01 Feb, 2012 4 commits
-
-
Tobias Hunger authored
Change-Id: I04dbe0c08f0106834661606bfd65da252637b8f4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I1fd01abd66ffd7cf1328590eaad707dbe52cead5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6890 Change-Id: I8c8a39e5bb61b11f03eb970fbeb9538a47cd8c0f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I684f4bb4837e0f5c142128c37196fa9ef3b5af22 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 31 Jan, 2012 9 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-6713 Change-Id: Ief7f8509572cfa2008209083e5ae9c7763eba42a Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: I6d6007dc9578acae62c1d41a07164a917e879cd5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
The function was removed long ago. Change-Id: Iee1e413bb675e360eb15a89bcb5d37ac83b40e84 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
The class added nothing over SessionNode. Change-Id: I137c274514b2c5897a591b7e093ba84e1a91e9d7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
It returns the same as activeSession Change-Id: I244747eddcca3fda181eb8dc52b1b616beba212e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Add a method returning the compiler command used. With this information the buildsystem plugins can do better setup of the project. Note that the compilerCommand refers to a C++ compiler! Change-Id: Iad0bfa6a532cbdc38228db71599ab6192cb6127c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Daniel Teske authored
That can't happen. Change-Id: I05293e96e7a716fbaf5fd03aa182c723c9858a03 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Rename typeName() to typeDisplayName() to make it clear that this is a user visible string that is translated. Add type() method to provide a simple string that can be used by build system plugins to find out which kind of toolchain currently is in use. Change-Id: I7c3f050aa82c8b17071fd03ee142c5ae2f17b1de Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6876 Change-Id: I6410a9894c2482d2b6ea7f2fba9b67f7fdb4fff6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 30 Jan, 2012 5 commits
-
-
Eike Ziller authored
Change-Id: Ic05b2ec842be1486203c3d9e6e0fc28f1fcf91b4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
The comparison operator on the abstractmsvctoolchain is not enough. Change-Id: I5d8db422d4a996e561a25dc754a9eba151b75ff1 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Unbreaks MSCV toolchain registration. Task-number: QTCREATORBUG-6875 Change-Id: I55e52251ca1621320b5f9db022bab8d79f19030e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Save/Restore has been updated to reflect this: We now save manual as well as auto-detected tool chains into the user toolChains.xml file. When loading we load the SDK as well as the user toolChains.xml files. We then do a autodetection run. All the tool chains restored that are marked up as auto-detected are then checked again: * the tool chain was autodetected again: Throw away the newly auto- detected tool chain and reuse the saved one. This makes sure we keep the QUuid that is now part of the tool chains id. * the tool chain was not autodetected again: Throw away the saved tool chain. * the tool chain was newly autodetected: Add the new tool chain We keep the old id around in the legacyId() method. It is used when loading old .user files only. So there is no need to implement this method for new tool chains. Task-number: QTCREATORBUG-6702 Change-Id: Ifc0a216e5351a8a57db03615ba329e355e7d5f59 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 27 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I5c1275ba3f596d8911fd2e4404181bf57b58f494 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 2 commits
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Morten Johan Sorvig authored
We want to carry over all mac-specific code paths to Qt 5. WS_MAC is no longer set; OS_MAC is. This change is compatible with Qt 4 builds since OS_MAC is set whenever WS_MAC is. (OS_MAC would also be set for the theoretical X11/Mac platform, but that's anyway not a supported configuration for Creator) Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 25 Jan, 2012 2 commits
-
-
hjk authored
This follows suit to the ICore changes. Change-Id: Iba2de1b1e3f2574fd1459892eae702e6af1cc7dc Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6765 Change-Id: I6b2c5bec19264934f1170d88ea6880567194b7fc Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Jan, 2012 6 commits
-
-
hjk authored
This saves one function call compared to the instance()->currentProject() pattern and is typically less to type on the caller site. Change-Id: I65568f30205fc90e2aaca7e8e7f0192241df8c85 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: Id64ab30f4a69f03e941bde507cba56806bb50a7e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
This mainly serves two purposes: (a) it saves a function call in ICore::instance()->foo() vs ICore::foo() at runtime (b) it saves typing and reduces line noise when reading It's also (mostly) source compatible, as ICore::instance()->foo() remains compilable. Change-Id: Icf7be0bce17fefe3560473534a8991ff79cbecc3 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6774 Change-Id: I7c06f794f04b6e019a7d8b65d810096a1d9ebf82 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
Change-Id: Ia4692aa11028d2bed3ee15ab2e2971c3fb2c2948 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 23 Jan, 2012 1 commit
-
-
Daniel Teske authored
Reported on irc Change-Id: I67aa0aac481b64401ae8918b94438ae442389c28 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 20 Jan, 2012 2 commits
-
-
Daniel Teske authored
Change-Id: I114a30b2278e375cde27fd4be3e8f6791c387400 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Oliver Wolff authored
Change-Id: I8af36be42a8c129f1f3b19ea1b30b12497c0cdc7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jan, 2012 2 commits
-
-
Tobias Hunger authored
Change-Id: Ifa168b95d290bfae5c342981c4e4556d6f6913eb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: I23765629a2c95c65f3ff3dc5c948d3386aeb962e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 18 Jan, 2012 1 commit
-
-
Thomas Hartmann authored
Every wizard now implements requiredFeatures() to define a feature set. If the feature set is not satisfied by the available Qt Versions, the wizard is not shown in the create file/project dialog. Every Qt version can define the provided feature set in availableFeatures() defined in BaseQtVersion. Change-Id: Ie9e2c210d19187b2296451948c36d274f2096623 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 17 Jan, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: Ie3c8d7f3cc56aa8beac29ff212e41de64e755abb Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-