- 02 Nov, 2017 1 commit
-
-
Orgad Shaneh authored
Useful when there are several overloads for the same function. Change-Id: I325bda7d2fdf4108f71a61d5473cd55310c51c28 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
- 01 Nov, 2017 13 commits
-
-
Eike Ziller authored
When using File > Open File or Project, and with Save As. It was containing all mime types registered in Qt Creator, including the default one from freedesktop.org, most of them being not interesting. Task-number: QTCREATORBUG-17913 Change-Id: Ic5e49b27b566eb41419240b78a6cd99b233aeb07 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: I91a69631d0417beb35574a5725da6b5a5e411113 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Riitta-Leena Miettinen authored
Mentioned a StackView and a Drawer, which do not seem to be used in the example. Also contained "with a" twice. Change-Id: I51916b73731224cb633bd90f724ec7f4c2b89f91 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
16 entries is tight alrealdy for Qt Creator, so leave more room to avoid retrievivng the same information over and over again for bigger projects. Change-Id: I92239df2449cec20d1dbd9aaae98d88c08d2a241 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
Change-Id: I20cfdaef23e9b7c48c9d3b4f27157e771fd9bc7f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
Change-Id: Ice833d9b180d7bac109c7cdf9e63fdba0bbce86e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Knud Dollereder authored
Change-Id: Idd0e16bd6557bff7fd956e60b8b991b35feb5ea0 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Tobias Hunger authored
Use QSignalBlocker instead of blocking/unblocking manually. Change-Id: I7b5c04bd256caee9e20b353392eda49a301137e3 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Finding the right pro-file was surprisingly slow. Make that fast again. Task-number: QTCREATORBUG-19131 Change-Id: I4b5a8887cb13c36273a553f935a00d87cee4a7b5 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Riitta-Leena Miettinen authored
Remove the information about the external sort tool, which will now be removed from Qt Creator that we have a sorting feature. Change-Id: I508885954a2fc7f9cbd136681a69c690c710235f Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Kandeler authored
This functionality was (accidentally?) lost in some semi-recent refactoring in the pro file evaluation code. Note that only the "*" and "?" globs are supported. Task-number: QTCREATORBUG-17935 Change-Id: I9ade940f4dbf9c5836cd8b5fab2d85d10f42ad9a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I4ea68fa3075caf316c2d88b94b8c48266a9879f7 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I443e8cc525772136e0ac749790890604c211bce7 Task-number: QTCREATORBUG-3111 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- 30 Oct, 2017 4 commits
-
-
Orgad Shaneh authored
Change-Id: Ia019822ecc8d9ab1a19a17a7965fd5e9a4178bc9 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
For example: Matching "lit" against "LiteralTable" should highlight "Lit" and not "Li" and "T" from Table. Change-Id: I8a0a9d0b0b90403745e85b1d3d20deaa551416eb Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Benjamin Terrier authored
Rename detectCppBuildTools() to detectCppBuildTools2015(). Add detectCppBuildTools2017(). Like the 2015 version the detection is based on the presence of a .bat file because there are no entry in the Windows registry, but it relies on the VisualStudioInstallation structure like other Visual Studio toolchains. Task-number: QTCREATORBUG-19053 Change-Id: I875bd466a3009574696fb7ebe54cdc5ff9bcb921 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
This amends commit 68589a3f. Change-Id: Idf0e296f7549e8aea7109e0c877e27032b99e9b8 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
- 27 Oct, 2017 11 commits
-
-
Tobias Hunger authored
Change-Id: Ic6a0252f6109393a2aab8ea96db9a9b583c25394 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
Change-Id: I06896d2b8b0561726d607f4bfaeb5b3ec8e065ee Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Tobias Hunger authored
* Use one template to implement both Caches * Use shared_ptr to the caches. This is necessary to not crash when the toolchains get deleted while the compiler is being run * Pass language to header path retrieval code and use that information * Add unit tests for cache used by the toolchain Change-Id: Ic31e7c4c1ed8158af7f2cdfda8104255efb06aea Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Kandeler authored
To HEAD of 1.10 branch. Change-Id: I9eefebdb98a9d68a286b2c8bc309864566a1867d Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Riitta-Leena Miettinen authored
Task-number: QTCREATORBUG-19166 Change-Id: Ia9856529a0bd79450eadb348396f270ebb7d563e Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
hjk authored
In constrast to the LldbEngine this did properly disconnect on restart, but moving it to the constructor avoid the need to disconnect and follows the intended pattern. Change-Id: I9a5727c1f6b76c0282de159251803f6ff5e76eb4 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Doing it on startup duplicates the connections on re-run. Change-Id: Idccd039b4a005a96b9a20d99e663fc636b2e67c9 Reviewed-by:
Filipe Azevedo <filipe.azevedo@kdab.com> Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
It's not meant to ever change after contstruction. Change-Id: I912b58dfb70b40c9763b902650d2c657c28ccc5c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I1302d0554c8fd8d866a6280c45374802bd08f64d Task-number: QTCREATORBUG-2200 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Riitta-Leena Miettinen authored
The project, file system, and outline views are automatically synchronized with the item active in the editor. The File System view has a new navigation menu for moving to computer, home, or project. Change-Id: I5cb25e860d3aeabae8a51c935100b3acd5ea357f Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Fix use of build directory vs. workdirectory in tealeafreader and servermode reader. Change-Id: I593579f7ad4facd64cf201368cacc4d3a8414fbf Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 26 Oct, 2017 3 commits
-
-
Orgad Shaneh authored
The regular expression must match the beginning of the string. Broke by 95310b28. Task-number: QTCREATORBUG-19170 Change-Id: Id95751e35ff48792333745d07a07da50af703f8f Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Christian Stenger authored
Task-number: QTCREATORBUG-19055 Change-Id: I6d1ea5ab132704e14e9ca89348bdcd0010bfd00b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
David Schulz authored
Change-Id: I59da9b106204e27b202b08d0502052f3697c71a0 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 25 Oct, 2017 4 commits
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-19150 Change-Id: I6673437a6f1bc322f7b40c10f98982a54aca1306 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
It still fails with a soft assertion, but at least doesn't crash. Task-number: QTCREATORBUG-19160 Change-Id: I3779f64e752abf9d3779219552a4a1be648f1dea Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Orgad Shaneh authored
Running it from another directory without having its directory in PATH fails on Windows because it cannot find libwinpthread-1.dll. Change-Id: I96b976942ace48120b69001f5dddd573195bdfb4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
lupdate has issues with resolving non-trivial uses of "using namespace" (QTBUG-64007) Move "using namespace" directive to a place where it is better handled by lupdate. Also use TextEditorWidget instead of *Private as the context. Change-Id: I7d3bb8e1bc493196e47085827be31f97e0dce7b8 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 24 Oct, 2017 4 commits
-
-
Eike Ziller authored
Change-Id: I9101b26d8c18ec73fe122ec334299202a76d24b4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Revealed by bae73e72. Change-Id: I93e098f595981f31233aeea366709fb428669ccb Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
lupdate has issues with resolving non-trivial uses of "using namespace" (QTBUG-64007) Change-Id: I1edbd74ecc97476b961fd3c741f1a3d3f22a2bf7 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Add missing Q_OBJECT macros Change-Id: Ic2b01374e4426a7c90e9a8b4c3676e00c200300d Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-