- 17 Jul, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 26 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 21 Feb, 2013 1 commit
-
-
Daniel Teske authored
Even though AbstractMsvcToolChain::toMap() doesn't exist today, calling the immediate super class is better. Change-Id: If370046289aaf88890c26e91a4dfa2e4ed240bd9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 04 Dec, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I84d9526449b8ca6cdcf8296e353c5d892d5f942d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 16 Aug, 2012 1 commit
-
-
hjk authored
Change-Id: I35bc69c9c26a0cf4a8ed4e1e6044428d24cdb003 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Jun, 2012 1 commit
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 09 Feb, 2012 2 commits
-
-
Tobias Hunger authored
This is necessary to handle Qt 5 moving mkspecs out of unsupported. Task-number: QTCREATORBUG-6862 Change-Id: I193e3d16467773a2a714ef44f8d441d2d2395801 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I258a5a9dce400b256b7243fe9c5f3038822f1692 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 31 Jan, 2012 1 commit
-
-
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>
-
- 30 Jan, 2012 2 commits
-
-
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
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>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Jan, 2012 1 commit
-
-
Tobias Hunger authored
Change-Id: Ifa168b95d290bfae5c342981c4e4556d6f6913eb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 05 Jan, 2012 1 commit
-
-
Friedemann Kleint authored
- Remove qDebug()-output - Make const-correct Change-Id: Ie0f81e5d3bcede38c85880c924116dfc722054cc Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 23 Dec, 2011 1 commit
-
-
Joerg Bornemann authored
Change-Id: I60fc2b5ec959bfdabcae2e517a8a511323e51103 Reviewed-by:
Bill King <bill.king@nokia.com>
-
- 07 Dec, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I3afc3a4f2e0dd2671279c2d071779f1d7b277849 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 06 Dec, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I3bea69802eb5f3d5d79bd2643a218052f96d7917 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 25 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If1df106677a575a646c8ff2c4860cd366882077a Reviewed-by:
Steve King <steve_king_1974@yahoo.co.uk> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 Nov, 2011 1 commit
-
-
SteveKing authored
Change-Id: Id08dab3128b9ff943c68b442e8cadf14caaee204 Reviewed-by:
hjk <qthjk@ovi.com>
-