- 19 Sep, 2017 11 commits
-
-
Tobias Hunger authored
Change-Id: Ib1d2bfca1b2faafd36c53f24c6649e73ee0af190 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Andre Hartmann authored
* Use the CamelHumpMatcher in the C++, QML, and files filters * Supports matching against UpperCamelCase, lowerCamelCase and snake_case strings * Supports highlighting of matched characters Task-number: QTCREATORBUG-3111 Started-by:
David Kaspar <dkaspar@blackberry.com> Change-Id: If6220191432ef965bde3c8dbe4a10d89e222ba6f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
When matching NLH against LongCamelHump do _not_ consider the N of Long as part of the match. The first character needs to meet the same requirements as the others. Change-Id: I4e7b2fe5a28296afe6f06f90e1986336fe7f3179 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Marco Benelli authored
Do not add an empty line between common cases in a `switch` block, according the best practices for javascript style. Task-number: QTCREATORBUG-18515 Change-Id: I8b665eabb9b1d5b617d608e430e8b9137dc32032 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Marco Benelli authored
Attached properties used to cause false positives in the highlighter, because when using qualified ids, only the first part was checked as candidate for being at attached property. Task-number: QTCREATORBUG-18707 Change-Id: I6b1b569bc1766325decbc5d100c16a4e0dc3634f Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Eike Ziller authored
Leads to issues at load time Change-Id: Ibf13c88d05b15f6169f3a82a0e1d66c10bff7991 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Alessandro Portale authored
benchmark, text and visual Change-Id: I4b1c92535687cfde397257622f171989bda413cc Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Nikolai Kosjar authored
Change-Id: Iaf6df1ccec50b84048933506a46b93bedf77da8e Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Nikolai Kosjar authored
No behavior change. * Extract some functions * Add some clarifying comments here and there * Add QTC_CHECK() * Remove QLatin1String * foreach -> for * Const-correctness Change-Id: Ie6ccc987ef959c5295a4d3225aac0dbad144f91d Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Nikolai Kosjar authored
...to avoid confusion. Use a customized QPlainTextEdit instead of a QLineEdit because the latter does not allow wrapping of long lines. Horizontal scrolling in a QLineEdit for long/many options is inconvenient. Change-Id: I15b5f034e04920d0ca955c4f822d882b05e9c235 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Nikolai Kosjar authored
...in "Menu: Tools > C++ > Tab: Code Model > Clang Code Model Warnings" to avoid (re)parse issues due an invalid command line for libclang. If an invalid option is detected, then indicate it by providing an error message. As long as there is an invalid option, the options are not accepted. We do not want to maintain a white list of valid options, so mostly check whether the option starts with "-W". An unknown or misspelled option like "-WnotYetKnown" will be ignored by libclang. To keep passing in some options for testing/debugging convenient, skip validation if QTC_CLANG_NO_DIAGNOSTIC_CHECK is set. Task-number: QTCREATORBUG-18864 Change-Id: I196d0474c7521969c54133f52dfc7be0394bfc3e Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 18 Sep, 2017 26 commits
-
-
Andre Hartmann authored
Change-Id: I47e3dc36a63d6f054d6e806ddb3cb84254d24034 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Robert Loehning authored
Change-Id: I6fe1a6c4426ccd6704b27d5a77f1f5aa30d067fd Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Eike Ziller authored
Removes the need to create yet another subclass (for overriding a virtual method) in some situations. Change-Id: I55d70de60b4f8d127a175d996f797700c2f172a6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Orgad Shaneh authored
Change-Id: Ic70761ffcd76bdfed7879c222d471b50a8b32c0b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
namespaces, includes, use convenience functions when appropriate. Change-Id: Ibfba9b4ce8d4644829cb308b45b5902e39a57634 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Only works for opened, active project, but better than before. Change-Id: Icafe3a9605cea29cd16ed4bd316bf195e78efdb5 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Marco Bubke authored
We use a name space now, so the prefix is not of much use. Change-Id: I2b077576f94dab778add6ab2e54870f7ca18da78 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
It's all coming via individual setters now. Change-Id: I373f43963e696fa7223f9d664de1df1bc8b021e5 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
+ Only enable qmake when the plugin is enabled. Change-Id: Id2a7600a1e71daf14a050ec7ac3247de795a2835 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Stenger authored
Arguments specified for run configurations were ignored so far, but sometimes it might help to process them. Add the possibility and a respective setting to be able to pass arguments to the test run. Task-number: QTCREATORBUG-17630 Change-Id: Ie64b784e8477efa02f50ce6b4cf3e55864952880 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Christian Stenger authored
Change-Id: Ic50efba6b7ff70d4811b7e790e7b9c1f89a1fe44 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
Change-Id: Ie0301379742af679f785dc18c363e6e310069956 Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Robert Loehning authored
Change-Id: Id403f9ed58fb624aef7f6d54607e19a5dd057fd5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Tobias Hunger authored
This allows editing values with misidentified types in Project Mode. Change-Id: Ic74da2ca71cc9046cbbeb1202075976c9edd28b7 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Change-Id: I0480c1f8532d3d9dfdfe277d4bcadc171a11d38c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: Ia7d3eba7832acc13189f3716e37e9b5f1be5190d Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Nikita Baryshnikov authored
Change-Id: I7bd7140f05e8342a2e10713eb1646e0bd3f028ff Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Christian Stenger authored
Broke with b6e12f4a. Change-Id: If72b668b12cf9af7d154a8be8909a9c85645b457 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Marco Bubke authored
The reserve function is quite complicated because it is implementing a grow pattern. Something we seldom need. So we now align to the next cache line size. Change-Id: I14bb88c12bd740a7afa7cd08969a4e07fb0f9add Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Christian Stenger authored
Let project managers store information whether a project part belongs to an executable or a library and use this information inside the AutoTest plugin. This information will help to determine which targets are relevant for the execution of tests. Change-Id: I93b42797bf55225425398dc83aecea3c99eea290 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Move used enums more central to avoid duplicating information and unify their usages. Change-Id: I33e9bdc11f7da16ecabf03991b5a5f550a53bdad Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
hjk authored
Change-Id: I90ef143b9c9a0d8606e7d00346c1e508c32a4d88 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Marco Bubke authored
Under windows the signature for private and public member are different. So the hack to make private members public is not working. The other method to use a macro project macro header is not wanted. Change-Id: I25a3f4a8645394ba6b49a7d4778adab90155f892 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Eike Ziller authored
It shows the file system as a tree, where the user can change the root directory of the view. Currently there are "Computer" (the default), and all project directories. If synchronization with the current editor is enabled, the view automatically switches to the best fitting root directory. Task-number: QTCREATORBUG-8305 Change-Id: Ic265eb49b1e8e0fd8cdeeb4fb1c64b8631f32e21 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Nikolai Kosjar authored
Last use was eliminated with commit b6e12f4a Convert macros from plain QByteArray to a vector of structs Change-Id: I512524839199bc5c8b64f739636e9caebc37c7d0 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Marco Benelli authored
The size of tabs and indentation used to be ignored when reformatting a file. Task-number: QTCREATORBUG-12849 Change-Id: I0b522b526a199c6397b78b5e193159ec52fc941a Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
- 17 Sep, 2017 1 commit
-
-
Alessandro Portale authored
Removing the invalid resources dependency on Utils, cleaning up the Utils images and prevent other places from using such unthemed icons. Change-Id: I78f5cfe1f48d0853c6c3e8822cbb041c232db426 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
- 15 Sep, 2017 2 commits
-
-
Ivan Donchevskii authored
Create an interface to get the ability to use another FollowSymbol implementation Change-Id: I5802f62523ff3ee47b8a14e487adf43edcb6c9b1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Ivan Donchevskii authored
..and use it when we don't have refactoring plug-in Change-Id: Ibe317a9728d439b9c5e05271d92a330d22eaacb9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-