- 26 Apr, 2017 3 commits
-
-
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 27 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>
-
Tobias Hunger authored
Server-mode reports a filegroup for all the listed headers and will provide that without any information on the files (no language, include paths, etc.). Fix up file groups like these by using the best (with that being the settings that effect the most other files) possible information for these files. CMake has no idea what headers are, so it has no way to provide any better information, so Creator has to fix things up again:-/ Task-number: QTCREATORBUG-17971 Change-Id: Ib5ddab23cf725c7e03717b577cc9f9edc5bbfc61 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I4e2c929414cf1f7b052ae9f6846f43ae20fcee4c Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I542b93512466727ac4ee66a8ca41e503106ebdcb Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@qt.io>
-
scootergrisen authored
Change-Id: Ie3d5f2f418d462df68ad3c646fcbebe225f0c6f6 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
hjk authored
These could be triggered by declared but undefined and unused static data members. Task-number: QTCREATORBUG-18030 Change-Id: I941e8cbe8ce18dca737e59472ed0ee19ace44072 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 24 Apr, 2017 10 commits
-
-
Orgad Shaneh authored
Change-Id: I591716865831877eda4a17e9c85169935d633b09 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Alessandro Portale authored
Q*Application classes have unusually many static functions. In many cases in our code, these functions are unnecessarily called as instance functions, using the qApp helper. This patch replaces many occurencies of qApp with the according Q*Application classname. Change-Id: I6099a419fa7bf969891269c37ed7a9e817ef5124 Reviewed-by:
hjk <hjk@qt.io>
-
Thomas Hartmann authored
If the FlatModel is created after a project is opened, no update was triggered. This was already fixed, but 8d1f4834b6fe79f992b3a44f8973d32dbc0dddb3 removed the update again. Task-number: QTCREATORBUG-17690 Change-Id: Ide9499a6579a363f43d6cde2f1a865eddc816d9c Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
hjk authored
It's tool specific, so put it into the tool (only) related code. The additional level of indirection will go again, plus the original one will be removed once the *DebugSupport classes can directly use DebuggerRunTool as base. Change-Id: Ieaa386a0f7d724b09cedaaba8fb7d1e6dc4ad55b Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Kai Koehne authored
Smaller is better. Remove redundant declarations, and regroup things so that DEFINES are always before SOURCES. Change-Id: I2d597f0d676cdfbfe4fa473a1431f92be806ee38 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-17924 Change-Id: I774ad0ed19ca7f8cbcafe7b704e3e5c62137f4a7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
I had this a couple of times and this does not seem fatal. Change-Id: Id6d2101a5dc1bdc652e6ca8557c7dd8450399be4 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Do what the other views do. Change-Id: I27a12715806b5d5f73aaa0b756bb08ef1a66a021 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Change-Id: Iae6b9174871937ba7c04f710b8b7a55ca6027d81 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Eike Ziller authored
When closing Qt Creator before the help bookmark model was set up, it would write an empty list of bookmarks. Task-number: QTCREATORBUG-17537 Change-Id: I638312f21dfa201a617a4eeafb7fa161726a36ff Reviewed-by:
David Schulz <david.schulz@qt.io>
-