- May 20, 2016
-
-
Christian Stenger authored
...to also test combination of Qbs using Google Test. Change-Id: I4a5d32a32bfaadd0dfaaa4884b58d2ac1a952bd3 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ia45c03f42083af0871b12351c98092a2e7887158 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
This keeps user-overrides made via other tools visible in Creator. Change-Id: Ice07bebb2b82f29ecae83e442bc2090af7f2ee06 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I78426ec5b6b2cf0a1d4cca26202632b27e2036e9 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I8f01b267f27617d6561124d173ac2e5ae5b9f4d6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If289c48ef4ec2815e8bd12e08b990d1dc809c524 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- May 19, 2016
-
-
Backport of bc4a24db from master branch for 4.0.1 Change-Id: I5db3d0dda0b92c1ed26655f39df05d9667bfbd04 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Jonathan Liu authored
Change-Id: I6c7fd01d6bc8cee526fe1f566f9fae551246af80 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-16233 Change-Id: I27b9ab17243463924dc410b3b5ffb0795ef3e33c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- May 18, 2016
-
-
Jake Petroules authored
The current version of qbs handles this automatically. Change-Id: I81905335fd3366198164436e7125944ad8a3d304 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Nikolai Kosjar authored
Commit 506fc40a broke running the analyzer with absolute paths. If the clang executable name is provided, the ".exe" suffix is not needed since we get the absolute path with Utils::Environment::searchInPath(). However, for absolute path we need to ensure the presence of the suffix in order to point to an actually existing file. Also, compare case insensitive. Task-number: QTCREATORBUG-16234 Change-Id: I9f39386c099cc544297239eca56a95c2e7430555 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Jake Petroules authored
Change-Id: I27ce0b11238a2a0c9e5f2f1f8d9e5ecfa3cc51f9 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I49399d4d1b8c35332e223abd77886de60d155c28 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Anatoly Stolbov authored
Now all sub-blocks of folded block don`t became folded too when we add new blocks in document Change-Id: Id347d99195d2835a1de46a397175ff9fa68bb1ae Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
If the test case would result in a failing test it does not execute further commands. Ensure to close possible open editors even for failed test runs. Change-Id: Ifcdcb76de5d10f649d38b84dad8999c6fd491ade Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Change-Id: Ibd8c559ffecf327eee6af8e6d5fbacb5c8c863d1 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- May 17, 2016
-
-
hjk authored
There are cases like changing an Evaluated Expression that make re-evaluation necessary. Change-Id: I51fe46b67399a59aebbdeb9c3e778795b1c52cf1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Currently when clicking the X icon next to Clang Static Analyzer progress bar, clang is no longer executed, but the mouse cursor remains busy, and trying to quit Qt Creator warns about running analyzer. Change-Id: I1dc8b92fdaf03cd25a2ad40d24d0f76907dd791c Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Change-Id: Ie4da5712f68176e26aaf5cda1bc1f6cb74899970 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Kandeler authored
Task-number: QTCREATORBUG-16260 Change-Id: Ic18efbdf62a648aa4b524bb36dbcce581061981f Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- May 13, 2016
-
-
Nikita Baryshnikov authored
this 'if' clause does not guard Change-Id: Ibeb7fa3c531d4896028931697f7af479e2c99c4b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- May 12, 2016
-
-
Tobias Hunger authored
Change-Id: I4dc2c5889845b13ebe167b89e78b104f8805a1f6 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- May 11, 2016
-
-
Anatoly Stolbov authored
Change-Id: I38959eb95b5d37d7e4936a5644af33b645e8da9f Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ie7b0965b21a9fde05009cc649289323cba392b63 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Adam Strzelecki authored
Commit 3310fbc8 introduced regression replacing -assume-filename=%file with -assume-filename=%filename, that caused only file name part to be passed to clang-format, not whole path to the buffer. Effectively when formatting the buffer with style set to "File", clang-format was unable to determine related style file placement (eg. within the project tree) anymore. This reverts back to use %file, not %filename, making clang-format "File" style work again as expected. Change-Id: I5e7ae3d1186b1e7c33dc89a7d60aacc0f0671e51 Reviewed-by:
Lorenz Haas <lorenz.haas@histomatics.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- May 09, 2016
-
-
hjk authored
Since NDK r11 this seems to be needed to get breakpoints set correctly on Linux and Mac. Change-Id: I54281feecc0a915d4761228c612b72889756aecf Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Alessandro Portale authored
Qt 5.7 comes with QtQuick 2.7, and Qt 5.7 will most likely come with Qt Creator 4.0.x Change-Id: I3425ee59adde61d5e15f39c81bc10ab286d9f80a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Alessandro Portale authored
Qt.labs.controls are replaced by QtQuick.Controls.2 QtQuick is bumped to 2.7 Change-Id: I317cc504171258b503455184fa6cc96c08deda5a Reviewed-by:
J-P Nurmi <jpnurmi@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Some AVDs down't allow to connect to their console, there is no point to wait 30s (which is the default connection timeout). Change-Id: I3cb82b99f958787215f44b471abfc203d7633089 Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- May 04, 2016
-
-
Change-Id: I226884c10e8fea48d08892b4dab3793b9babc0e5 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-16199 Change-Id: I1e9e2103e626c6480fa1c5ac9b2b3f8ac93e3038 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Stenger authored
...when having split source and headers and defining test data functions inside the source file. If we just reparse a header file (e.g. when opening the respective file inside the editor) we have no explicit information where the definition of the functions is. This lead to not finding the information necessary for displaying data tags and throwing away old information as they have been marked for removal. Change-Id: Ieb8ed9f7c758fe2c793e60ca2c30b4025106363b Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
The kits are restored in delayedInitialize now, but the file open event from Finder was delivered before that. That lead to the projects mode being opened with the kit configuration screen, but mostly no kits in it, when double-clicking a .pro file while Qt Creator is not running. Delay the remote open file command until plugin initialization is really done. Change-Id: I1a75f6b1f7bcefb4c53d594de11df0d3a0d2e5d3 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Kandeler authored
This is a better try than hardcoding "lib" and likely to be correct in real-world scenarios. Change-Id: I380989b2d2c8389718bde941e081755f41be7f0c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Nikolai Kosjar authored
This reverts commit 6b77dea6 and also removes checks for the specific tool chains and thus makes it possible to start the clang static analyzer independent of the specific project/toolchain. Though we only support and test qbs/qmake projects with certain toolchains, users reported that they also had useful results for cmake projects. Task-number: QTCREATORBUG-15980 Change-Id: I27834c148c1a0d7855bebad0bb203bd807e7ad46 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
It fails when no results are found. Change-Id: I3390f1119457bb47fb09a95a395cb68a0dd58e82 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- May 03, 2016
-
-
Orgad Shaneh authored
When choosing a kit with a bare metal device in Attach to Running Server and *not* overriding the address, the address is not determined. Change-Id: I431d0edee0635cda773e94737752aa9c31a1cac2 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
...in file qbsproject.cpp, line 940. The assert can be triggered with e.g.: 1. Load a bigger qbs project, e.g. qtcreator.qbs. 2. Trigger project build as soon as possible. 3. Cancel the "Parsing C/C++" operation. 4. Wait until the build finished and the assert occurs. This happens because CppModelManager::updateProjectInfo() since commit 536ccc8a CppTools: Fix incompletely indexed project will check whether the previous indexer run was canceled or not. If it was canceled, it will trigger a full-reindexing of the project. Updating the compiler call data is a special case and it should never trigger an indexing operation, so introduce a dedicated update function for this case. Change-Id: I456945ccf2bf697aaeada572ed87f3acb21a5eaf Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Nikolai Kosjar authored
The user can set "clang.exe" in the options, which is fine. However, "clang" was problematic on Windows since we failed to replace it with "clang-cl" for the actual run for MSVC toolchains. Change-Id: I2f96428d15c7406e90a38c797817aef34e7a9541 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
That's where they're read from later when invoked from Attach to Running Debug Server dialog. Change-Id: I6cda6796e73ee49115af3afd1d45bc89fd8aff51 Reviewed-by:
hjk <hjk@theqtcompany.com>
-