- 28 Aug, 2017 1 commit
-
-
Orgad Shaneh authored
Works around QTBUG-62802. Change-Id: I2edacb6d368e28fa240e7a866692391cf67f0ca2 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
- 27 Aug, 2017 2 commits
-
-
Orgad Shaneh authored
Change-Id: I20008227fd73b16978d63b50c4b9a38c0b590f09 Reviewed-by:
hjk <hjk@qt.io>
-
Nikita Baryshnikov authored
Change-Id: I618c92366424e924d13841a36c4393057e8d9aa4 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 25 Aug, 2017 5 commits
-
-
Christian Kandeler authored
To HEAD of 1.9 branch. Change-Id: I35cb0bc521ad709f428b235f22ddc7d0265f3853 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Eike Ziller authored
Change-Id: I792eb013691f203e8da98dc51b2184af5cd26f63 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Eike Ziller authored
If you use ostream you should include ostream Change-Id: I50701eacd6f2a526d76283ba24303d3fb7a783bf Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Files containing Quick tests are not necessarily listed inside the project file. If such an unlisted file is updated we have to scan for tests even if it is not part of the project otherwise it would not get updated inside the test tree. Task-number: QTCREATORBUG-18692 Change-Id: I4c4c67d50b4fff13138b0ab3c884f5ea48a7b8bf Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Christian Stenger authored
If we want to mark test tree items because of their file name explicitly for removal we must not mark its children recursively without looking at their content. (Grand-)Children might have a different file and won't get updated ('unmarked') when just parsing single files which in turn would lead to sweeping them after parsing. Task-number: QTCREATORBUG-18689 Change-Id: Ic28dda5652899308a71d2bd3c28a7fde89a08a0e Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 24 Aug, 2017 8 commits
-
-
Orgad Shaneh authored
It was deleted in 52ed3845. Not sure why. Change-Id: Iccc1716e2fa994f649f5ac37f2288d1c6c44cb28 Reviewed-by:
David Faure <david.faure@kdab.com>
-
Christian Kandeler authored
Change-Id: I2b5ca4f93456857b0c4ac8b7960982b28f5f0761 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Nikolai Kosjar authored
* Use IsEmpty() * Set up proper error printer Change-Id: I9d4750f8e69e0660ece33015d439c796077d1727 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Eike Ziller authored
By using the new QTCREATOR_COPYRIGHT_YEAR variable Task-number: QTCREATORBUG-18612 Change-Id: I3bcf0319660d210436d3130c00f43325c460a66c Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-18793 Change-Id: I80a811814e5c7edc1e9b94ed0775abfc21723da2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Handle IPv6, and do not try to interpret the result as hex. Change-Id: I700c233d03cc706bc8712ab9fabee75d7f126df3 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Nikolai Kosjar authored
Change-Id: Ib6fcdc312fcfa558cd7e1e55c46cb84c002258ad Reviewed-by:
hjk <hjk@qt.io>
-
Orgad Shaneh authored
Complements a7ffd67a. Change-Id: I3e70cf635774db3e126984dd70362aa0d3baa82a Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 23 Aug, 2017 9 commits
-
-
Eike Ziller authored
Some help backends are not too consistent in how they send started and finished signals (QtWebEngine I'm looking at you), so make restoring the override cursor more robust in the base. As long as the backend reports that it is finished, guarantee that all previous override cursors are restored. Also ensure override cursors are restored in case the viewer is destroyed. Task-number: QTCREATORBUG-17758 Change-Id: Icb1cd1eabfb232135a391a550d8e6719a74189eb Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
Nikolai Kosjar authored
Currently this might happen when registerTranslationUnitsForEditor is called with visible documents that are not the ones that are registered. Change-Id: I9ae5f75c8bbff6a11161a3387633726066001062 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Riitta-Leena Miettinen authored
...to the Extending Qt Creator Manual Change-Id: I85dea1d815037af8334aed09c7b4ad8611d4170c Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
hjk authored
There seem to be uses of that case. Task-number: QTCREATORBUG-18784 Change-Id: I2f278eab87406a3549c57b5fa032e9f3a606e947 Reviewed-by:
Alexander Drozdov <adrozdoff@gmail.com> Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
This reverts commit c75b8f22. The feature was actually useful. Right now, debugging tends to stop there, not only in a place people typically don't expect, because it's not "their" code, but now also with tons of "Semantic issues" markers which makes the file look really evil. Change-Id: I9ebd6a7fe31de1e03d63e08db4da31069a65578f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
"Required" is only the Core plugin, and that should never be disabled. Fixes the weird issue that running "qtcreator -test WinRt" on non-Windows platforms failed with "Core plugin is disabled". Change-Id: Id349f406e4bde876ae5513c75d39b4b4c052b8ba Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Task-number: QTCREATORBUG-18604 Change-Id: Id41f3fe1bf08965cfdaf21a7059fc2f1db49ecc7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Change-Id: I650da02a6f084d1db3be3891a575d4f97df06aef Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Nikolai Kosjar authored
That could happen when registerTranslationUnitsForEditor is called with visible documents that are not those that we are registering. In that case, processSuspendResumeJobs() would request the not existing document processor and throw an exception, thus preventing parse jobs. Change-Id: I9e9aeefcb1fbb70ec0cfe21e1b2fc849286a8f0d Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
- 22 Aug, 2017 10 commits
-
-
Dan Cape authored
Since QNX was split into it's own Abi (QnxOS), it is no longer piggybacking on the UnixOS Abi. When this change occurred, there was no change done to collectLibraryData function so on QNX we were no longer seeing libs created from projects that were subdirs of a main project. Related QnxOS change: e69c2eb2 Change-Id: Ibb4ff8932ca5d6eea317946aecb53f58ddccc0ea Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Interesting for command line tools that want to pull this in but not QtGui (e.g. sdktool) Change-Id: Ic2f5c1f3126869cc38bf672345750d7d966560fd Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
Eike Ziller authored
Change-Id: Icf344652593bc868dce8f66e8f4ab11970c87204 Reviewed-by:
hjk <hjk@qt.io>
-
Eike Ziller authored
Left over after moving functionality to dragsupport.cpp/.h Change-Id: I909be9eb42fb96989e9469278b416e25f3ac7f62 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: Ibf35bbfe6836bac524e61f11747f1b0fb164e112 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Riitta-Leena Miettinen authored
Change-Id: I926920ca4fc2be805cff74c9d1118b2b93c117ae Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Nikolai Kosjar authored
Since Clang: Provide highlighting for identifier under cursor commit ca72c294 the LocalUseMap, used for some refactoring actions, was not updated anymore. Fall back to the built-in implementation for the LocalUseMap because it contains pointers to built-in AST that clang obviously can't provide. Task-number: QTCREATORBUG-18607 Change-Id: I08762fe457835d4d83aca719febcb3497ee9696b Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
Robert Loehning <robert.loehning@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Nikolai Kosjar authored
They are displayed in: 1. Invoke the inspector dialog: Menu: Tools > C++ > Inspect C++ Code Model... 2. Select "Project Parts" in the top level tab row 3. Select "General" in the lower tab row Change-Id: I9042fb7706bde713af808ca687cae8a5d06736ae Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Riitta-Leena Miettinen authored
...because no additional steps are needed to the explanations in the sections about building and running applications. Change-Id: I8b60c95ce45f025d696a806ab09d43132607e355 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I49ca7e444bacd69aa45dac1289bdc2a796a2a062 Reviewed-by:
hjk <hjk@qt.io>
-
- 21 Aug, 2017 3 commits
-
-
Robert Loehning authored
Change-Id: Ib7f5bb5670ff393f2b3bbecb1398bf382d6cca66 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Robert Loehning authored
Generated files and empty directories are now hidden by default Change-Id: I8f3d53e9f5619b6d9aed938f90f5ec84e50b94ea Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Eike Ziller authored
Since the disabling of all plugins except tested onces was implemented as an afterthought, it did not update the indirectly enabled plugins. Instead, update the list of enabled/disabled plugins in the optionsparser like for the -(no)load options, and trigger the update of indirectly enabled plugins afterwards. Also take test dependencies into account when indirectly enabling plugins directly. Change-Id: I59d6c05de69a3073576155f7bd6201f1cd44697c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 18 Aug, 2017 2 commits
-
-
Riitta-Leena Miettinen authored
Add a glossary entry for "device" to make changing the definition easy and link the first occurrence of "device" in a topic to it, where applicable. Change-Id: Ia1b8b669b0000eea47d6a7b9860d3329d93a4395 Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Orgad Shaneh authored
Change-Id: I1f282d5d30f76d9e0a3c2a32bab7de7933d349fa Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-