- 29 Aug, 2017 1 commit
-
-
Joerg Bornemann authored
Tell QTestLib to use OutputDebugString for logging when "Run in Terminal" is turned off. This way we are able to distinguish CDB's output from the debuggee's output. Task-number: QTCREATORBUG-16161 Change-Id: Ie5e6e4a0cbb853167766f782521101eff2e1963a Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 28 Aug, 2017 5 commits
-
-
Friedemann Kleint authored
Fixes warnings "Empty filename passed to function" (introduced by qtbase 0dee566e98f5ff4f224e596de1c04de4f9685df4) emitted when running Qt Creator against 5.10. The warnings originate from Kit::icon(). Change-Id: I501914195b8e4d340fd02362b215ffc6e3dc99d4 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Fixes wrong linked lines when make terminates. The lines marked with ** are linked instead of the lines marked with &&. int main() { boo; } main.cpp: In function 'int main()': main.cpp:3:5: error: 'boo' was not declared in this scope boo; ^~~ && main.cpp:3:5: note: suggested alternative: 'bool' && boo; && ^~~ &&** bool ** mingw32-make[1]: *** [Makefile.Debug:98: debug/main.o] Error 1 ** mingw32-make: *** [Makefile:34: debug] Error 2 ** mingw32-make[1]: Leaving directory 'D:/Projects/test' Change-Id: I33b87d5b20e1e5ee21319986086c832a4aa77e07 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Kandeler authored
To HEAD of 1.9 branch. Change-Id: Ibfca3fc66398ebd6f2f4d56d02510d5b471d088a Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Eike Ziller authored
When closing the application via Quit from the application's context menu in the dock, Qt sends the closeEvent twice, leading to funny issues (QTBUG-43344). Remember if we already successfully went through the closeEvent, and skip it in that case. Task-number: QTCREATORBUG-18798 Change-Id: I8c54f0695b1af2572fa0ade7487a6a993022946b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
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>
-