- 14 Jul, 2016 17 commits
-
-
Tobias Hunger authored
Use that in the debugger. That simplifies the logic a bit. Change-Id: Ia72607283373ee0f89a91f347db0ef2c87cf9fb3 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Pass the C toolChain to the code model for all the C-versions creator supports. Change-Id: I0300a19d35861fcee76fb92ce14c6e04996bac7f Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
* Autodetect gcc and clang C compilers (in different flavors) Change-Id: I7e61f2c6101b146ad63bb29278c05b1a574cf75e Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I6135fc089486252247981a33ff796328eabe9943 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Create a warning when targetAbis of the compiler mismatch. That means that the compile output can not be linked together, which is probably not what is intended. Change-Id: I167ee526c1dec89d39698195e1feccea30a26825 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
BREAKS BACKWARD COMPATIBILITY OF TOOLCHAIN SETTINGS! * Convert old ToolChainKitInformation to new version * Store several toolchains in one kit (one per language) Change-Id: Ia59a2ad067c57971ec34ce9b2e43758344443755 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Enable creation of toolchains for different languages and wire up the logic in the ToolChain Options Page. Change-Id: I9fbd95607d30cc1aa10f73d6532338f07f3e2b4e Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I7e0984c6229c8583433a9efe0063337a18c5f716 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Properly display toolchain languages in the tree view of the tool chains options page. Change-Id: I27cb42cd2c5bf0cd7be8da921b94d8da10110841 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
* Add a pure virtual method to get supportedLanguges with Change-Id: Ida4445ca045c90fb9f7656a661af83e5b6801b30 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
* Add code to toolchains * Assert that this is the case in the toolchainmanager Change-Id: I82452689e83279fd9d1afb3140b0070bef9b6cd8 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
* Make sure this field can not change during the lifetime of the toolchain * Save/restore it, default to Cxx if no language is set in the toolchain.xml file Change-Id: Ie79321f9913521b087cb8a735660cf1e1faeec3b Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Eike Ziller authored
Be more specific on which overload to call. Change-Id: Ie38252403774ea34c165daedd74c02bbed693439 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tim Jenssen authored
Change-Id: I10aa1df96d5e1381056b33c03009ae19301a3f3e Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Ulf Hermann authored
... so that we can pass it through signals Change-Id: I11930f39372054271e94a0f07e3e2f8627f5ce1d Reviewed-by:
hjk <hjk@qt.io>
-
Ulf Hermann authored
Change-Id: I64fbc8fae00e859ce6433ff85ceb5706675b88cc Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Ulf Hermann authored
It's the only class that overrode it. Change-Id: I15aa8177571e2eda6016e3aa16302fcbe94c3f11 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
- 13 Jul, 2016 10 commits
-
-
Ulf Hermann authored
Remove some unreachable code and avoid compile warnings about floating point precision. Change-Id: Ie38613a2631e0c3007580778f35009ad47ff00bf Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Ulf Hermann authored
It's built only if TESTS == 1. This way we can use it from qmlprofiler tests, too. Change-Id: I170af41341c15c388046d843406e6651114c209a Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Ulf Hermann authored
Change-Id: I040ef23f780e361037386a92444fcf45aded7a3f Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Ulf Hermann authored
Change-Id: I0227d9c97b2b61d68ae5ed9e3f2f7e3776075338 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Ulf Hermann authored
Change-Id: I3735e70429e67dca9b8f02ef13174bef8530abf6 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Ulf Hermann authored
... to follow the convention for setters. Change-Id: Id471a93a1be1beed0438fed710fa09afa5ee2832 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Robert Loehning authored
To build Creator, you need Qt 5.6 at least. To test Qt 5.6 you need Squish 6 at least. Change-Id: I5b4c08da64df749961544c25f3ed691ff56d2cc0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Vikas Pachdha authored
Change-Id: If38b23563395509c61d9ec2e6b771bf4d2c54527 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-10237 Change-Id: Ic99cc84013e53ddc60ed05c7983e141ecfc75169 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Eike Ziller authored
This reverts commit 52f1fe70. Revert the revert, which was done because we still support compilation of 4.1 with GCC 4.7, and that crashes with this patch. For master/4.2 we require GCC 4.8. Change-Id: Ifd0b8b4641fe3dd658f9bde62b9e4f888d998ee7 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 12 Jul, 2016 13 commits
-
-
hjk authored
Useful in cases where e.g. siblings are affected (e.g. font changes to indicate active items). Change-Id: Ib2f8018688d00bd682bb6aaff08156f0be04f5dc Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Current usage is to use setRootItem() manually when needed, but since the type is known in a LeveledTreeModel this can be automatic. Change-Id: I511acdf9b9b3f4b67cf87d07b5446baa329a6a77 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Conflicts: README.md Change-Id: I21f96ebb85b8a2b55b4d8066f3c9d4aba5e9b7ee
-
Christian Stenger authored
Broke with 2c698dff. Change-Id: Ie1d5779ffa23fbb75e882d37813900b003266398 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
Fixing infinite loop in java script. Task-number: QTCREATORBUG-16573 Change-Id: I490d8b85635b7209f7923f9c8341bf77962c57b6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I728ba1f8d9095bc31e11f507f11cdadc04e16285 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
hjk authored
No need to split them on the Creator side. Change-Id: Ie23b12c537a7375b3bfae56a30291e5971e03e81 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Robert Loehning authored
Change-Id: Id1576167daf5b3284f525f33988c066bd4f154cf Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Marco Bubke authored
The server and client are adaptable by template parameter. Change-Id: Ia28e2863ca73b633689964ea1df6df08f8358ac1 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Marco Bubke authored
We always use one client and the dispatching is removing to possibility of moving commands. Moving the client to IpcServerInterface improves the code sharing. Change-Id: I5f102ab7907239572534b7d4c2848abbaade69b6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Marco Bubke authored
We want to reuse the connection client in other plugins. This is the first step, the next step is refactoring the IPC mechanismn and move it up to the IpcServer- and IpcClientInterface. Change-Id: I6eb6db1e9bc18232c8df350a6303afd2edc68da8 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Iaa01a68b161efc80e69ee671c62e2e5b007ae0f6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Marco Bubke authored
The connection client can block main thread at start up. This patch is removing the wait functions and using signals instead. Change-Id: I847c98b095752f6a875c0365bc27361bc5bdd051 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-