- 27 Apr, 2017 4 commits
-
-
Orgad Shaneh authored
Change-Id: Ibe717dc587d817d53356771507b4aa3072554cb1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
Not needed anymore after d049a5be. Change-Id: If968ac763863b94274629fbfbbfe5c91b32d1488 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tim Jenssen authored
Change-Id: I0386d57ad3549814ab197c4e24549705e061c95a Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
hjk authored
Aim is to replace it with its ProjectExplorer::RunControl base. Change-Id: I30f837050e7c016887dc4b6cfef10b947f4f88ed Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 26 Apr, 2017 14 commits
-
-
Tim Jenssen authored
Change-Id: Ibdc46d30ad3f2b703d4cbdd796a1032030bd17cd Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tim Jenssen authored
Change-Id: Ib2c407b642599cbe9da416647188e2457ec16906 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tim Jenssen authored
Change-Id: Ifa155bebd982e798d3ac576cd07ee54d816f5aae Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
hjk authored
This essentially just puts the data members and most of the original interface on the proper, i.e. the 'target', side of the tool/target divide. Since the SimpleTargetRunner base already has an ApplicationLauncher member, this can be used directly. State handling and coordination between tool and target runner parts stays as before for now, with unchanged 'custom' transition logic. The plan here is to remove the custom state handling later, including the two remaining cases of direct targetRunner->toolRunner calling (startExecution, and adapterSetupFailed) for which this patch here temporarily uses signal/slot connections. Change-Id: I664f2e333b48b582befd0531a17d4008acac7c4c Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Nikolai Kosjar authored
Change-Id: Ib0f98e528ecb619066e48cd75ee92de7cb61b74e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tim Jenssen authored
- use const and static where it is possible - use arg() to merge the file name string (shorter) - introduce possiblePaths list to get it while debugging Change-Id: I64858540c5d9d9cfde3094de8e07dda744d0f43d Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Leandro T. C. Melo authored
Now, I can have my Pi (3.14) typed as double. Change-Id: I33ee579e56d3c735f88278f1868d8739ef277ad6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
David Schulz authored
Task-number: QTCREATORBUG-18095 Change-Id: I75e6141687ba5e96ef59384b302357700f79dd55 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tim Jenssen authored
Change-Id: I675dfe507dbe2989b0a015baf75d0423ba088993 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Orgad Shaneh authored
Change-Id: I2af5a7ff26a80167d7cb95daf1d7fa5963e9097b Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Orgad Shaneh authored
Change-Id: Ie28ff761b0bae13c6ebdf7dd649cfbba28e0fc2c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Eike Ziller authored
Change-Id: Ie18d823d0940113e8a78c81204b7a7ca07a060ba
-
Eike Ziller authored
It was not possible to set custom comment styles. Also simplifies the code for the predefined styles. Change-Id: Id7f345d65b747bfac5a15e3eb15cd2beb106b281 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Riitta-Leena Miettinen authored
Also update the screenshot. Change-Id: Ic717b01baf46bc83b0a1abe3002a3eb487fb68e3 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 25 Apr, 2017 22 commits
-
-
Eike Ziller authored
master will become 4.4 Change-Id: I2c32496cdf9bad1c46d89e71145034e248e78171 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Use the canonical form of the source directory when talking to cmake. Cmake will save the canonical source directory in its settings and will fail if that is not passed in again. Change-Id: I1ea578053c8d5136d09b3f503443bd0188ebca4f Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Make the new buildconfiguration active after it was imported via Project Mode. Before the buildconfiguration was added but the current one was still set, which lead people to believe that the build directory was wrong. Task-number: QTCREATORBUG-18082 Change-Id: I10412d94326d9e21820dfcac89adbe2c5da948ae Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Compare the CMAKE_HOME_DIRECTORY to the canonical project paths during cmake project import. CMake makes sure to store the canonical path there. Change-Id: I4ae3ad1f8fab66a50ba98d4266c78cdb4d21f2ea Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-18081 Change-Id: Ie924a5969ee38b1a634fcd7cbbc46c0540f9d8a4 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tim Jenssen authored
- improve existing superClasses() via using transform (internal it uses reserve, shorter, ...) - remove unused superClassNames() if necessary it can be done by a simple transform call - introduce and use classHierarchy() and fix foreach loop which was using wrong "modelNode" instead of "superClass" Change-Id: Ia52bcbd322f3a047a020faf4a67aca2a1b8fd19a Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Eike Ziller authored
Change-Id: I01d7d8aa282f2bca94f85f55c832c76672e229f7
-
Eike Ziller authored
I.e. 4.3.0-rc1 instead of 4.2.83 Change-Id: I67feebc9071a8a08b5ac4c701017095e28deaa13 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Eike Ziller authored
Change-Id: If2076ea858d166093c37e9cf52d38f3ad9115012
-
hjk authored
Change-Id: If791d45c59e4aadce0c46886e238955891b27a49 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
Those are not used and will not be used by the designer and user reconfigure them e.g. on macOS. Task-number: QTCREATORBUG-17968 Change-Id: I39d679cbce60de4c6951a82fa12d3c7c4fc630f3 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
With Qt 5.9 we have to first anchor the TabBar. Otherwise the tab buttons are not layouted properly. Change-Id: Ia20f2f6bbe8659f3b0be36ae3b56e8ce07b2dca1 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Orgad Shaneh authored
Certificate should be validated by default. Only if it fails, and the user approves, we may skip validation. Change-Id: I7696cd7dda2d6d7ef1aa616557d5619b63372028 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Eike Ziller authored
Change-Id: I1810aaa945136d9726a66dad41377429a6adc8e1 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
hjk authored
It's used twice, always for 'this', and whenever asked for by the user's 'Dereference Pointers Automatically' choice, but needs to be done at different times. Change-Id: I4dc7340d0a4cb3eb0c7ff17d59e39be0e3870aa0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
If the document has an error (e.g. incomplete type information), then it is required to update the item library if this error is fixed. Change-Id: Iee9629879a0d3ee4bbc76dc0701f023e3c12f394 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-18078 Change-Id: I48cd8c24ca1236c69150f0d93b525a5a85447fff Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Change-Id: Ie0dc094068bfa56f728d84ee13e70efbc980f8b3 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
This should not happen, but better save than sorry. Task-number: QTCREATORBUG-17984 Change-Id: I3efa8fb38a915ae29366f3ab715077b762d53828 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Use defined helper method instead of duplicating code. Change-Id: I1eec61f99875ccd28e6e64bd5ad2bfd7e6e21eb3 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Use the RCs buildSystemTarget property when deciding what to build with the "build current executable only" property set. This makes the selection more robust. Change-Id: I0dbcd764a06428b441084e6e4dc680e106c6d3bd Reviewed-by:
hjk <hjk@qt.io>
-