- 27 Oct, 2017 3 commits
-
-
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 19 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>
-
Eike Ziller authored
It confuses lupdate (QTBUG-36589), and is totally unrelevant in this case. Change-Id: I65444fcdb62b7d95de9f22025272508aa3bf272e Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Add missing Q_OBJECT macro, use sensible contexts, and use "simpler" namespace resolution (for QTBUG-64007) Change-Id: I2417a7a40e8ba0ff4bfdff34d2a4c57d8dcdeb00 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Marco Bubke authored
GCC >= 6.4 is generating warnings for function signature with noexcept. In C++ 17 noexcept is part of the function signature. But the warning is catching cases where a changed signature is not a problem, because it is a template it self. Task-number: QTCREATORBUG-18959 Change-Id: Ia6fa79c10e16d8c96a53c849ea15dcec94538fbe Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Kandeler authored
For targets such as remote Linux, we would run all run configurations on the remote device, even "custom run configuration", which is explicitly intended for running locally. Task-number: QTCREATORBUG-19121 Change-Id: I83d6bdd8a47440047d230266845286715432604a Reviewed-by:
hjk <hjk@qt.io>
-
Eike Ziller authored
It gets confused by templates that use "class" (QTBUG-55478), and by certain complicated namespace usages (QTBUG-64007). Change-Id: I6029922344f6718b5893dd07daee0953366c442e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-19078 Change-Id: I4f527cb3af9b9270a65da1e283e8a1f3db737531 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
This got broken when moving the BuildDirManager from the BuildConfiguration into the Project itself. As a side-effect this patch also fixes the persisting of cmake state. Task-number: QTCREATORBUG-19075 Change-Id: I1fc696097b09f5285e67f20885eb1fa27504990b Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Stretch the first column, not the second:-/ Task-number: QTCREATORBUG-19128 Change-Id: I0d2e945b14b83d5449af50016fb2ef6ad19da871 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Show "CMake Modules" node in simplified tree. That keeps all the Qt cmake code from mixing with the real project files. Task-number: QTCREATORBUG-19040 Change-Id: I1a12c7f64db2c06982de1c66a6e54e4d936ae784 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
* Improve the UI by showing settings in CMake and the project * Fix setting CMake configuration to project Change-Id: I6e127344551fa00f3f7e6170465cb3dda2e4a634 Task-number: QTCREATORBUG-17555 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I3587084925089c7bb7ffb9cfb09f6b822b215cd8 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Change-Id: I764f8f376b4a626d5258abb2fdd4ec7484b2c8c9 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Eike Ziller authored
Change-Id: Ide0f4dc7239227ba0c20a0ed7b759b15283ccd92 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Eike Ziller authored
Change-Id: I3d85a3fc9d34144ca30ef1e37b22bfe7874b8e64 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: Ib3b87e3ae24127062247330dae1ca9b031930044 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 23 Oct, 2017 11 commits
-
-
Eike Ziller authored
Change-Id: Ia7858ef275fdee8a2721fb63e772b27097e0c19e Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Eike Ziller authored
Change-Id: Ib8408e05b168657031fd15d17a9e3f25e501be88 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Eike Ziller authored
Change-Id: I6f3675c7445987c31c96d409eaee63c94a47472a Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Christian Kandeler authored
Change-Id: I4882be50c6b007715f7b281f95d111abc5cda62a Reviewed-by:
David Schulz <david.schulz@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Eike Ziller authored
Change-Id: Ic244a1669ea210bef4a969103b0ad580faf869e8 Reviewed-by:
hjk <hjk@qt.io>
-
Eike Ziller authored
Change-Id: Ic01818e3789d9d4bc2c8ebded167e1e81c798133 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Change-Id: I6e34f5f29c130eec9b25562b7a982ed0ff99781e Reviewed-by:
hjk <hjk@qt.io>
-
Christian Stenger authored
Root items that have a partially checked state would keep the state when switching projects until manually modified or if new items would be added on a next parse. Reset them to checked state instead. Change-Id: Id543edd7694abc6fcec3b8d028dce2ee82213517 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Eike Ziller authored
Change-Id: I27e35b0225345de7b335dd8ac3a1af5fd5cf164e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
It's apparently still in use. Change-Id: I89d04c6b3afff8014334e3543c3f3b77bf52d130 Task-number: QTCREATORBUG-19135 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
It's always needed and GdbServerRunner knows the PortsGatherer. This also makes the setup more similar to the QNX PDebugRunner setup. Change-Id: I5863d2c77cd5c92d0f25682d655c9901b8939c30 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-