- 29 Aug, 2017 9 commits
-
-
Christian Stenger authored
When using pastebin there can be various errors. Add another one and try to handle it gracefully as this is a server side error we cannot influence ourselves. Change-Id: I2bcd5b7752bfbb98e2b3fd41cc8ebb9daf0ebf32 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-18691 Change-Id: Ibd17e7edf1c2cfdcc54ff2b9f16a9125bb217a84 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Eike Ziller authored
Starting to use macos qmake scope. 5.6.3 should be around soon so we can still regression test latest two patch levels. Change-Id: I14f67a26e26c50f6dd0fb8b621f13780b0b05f76 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Change-Id: Iee053367d5548af65c3f8e36e65377e7b8b0dd07 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Riitta-Leena Miettinen authored
Different MIME type restrictions can be specified for auto formatting and executing the menu command. Update the screenshot that shows Beautifier options. Change-Id: Ie6028bef252c6b13d87c6c4eed465eddae991408 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Task-number: QTCREATORBUG-18805 Change-Id: Ic178a2f8bf167a8e0c683e055b22211e52f18395 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Eike Ziller authored
Explicitly pull in the sources that are needed from utils, instead of linking against the library. Also generate another copy of app_version.h for sdktool, so it is not necessary to run qmake on src/app/ before building sdktool. For Qbs, it already depends on the separate app_version_header product. Change-Id: I102c3a928f88a6035640166035c1bca29b126068 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: I44845b3cc6f393e76a2f3ff5f166c6170c4eff56 Reviewed-by:
Robert Loehning <robert.loehning@qt.io> Reviewed-by:
Kai Koehne <kai.koehne@qt.io>
-
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 2 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>
-