- 25 Oct, 2016 7 commits
-
-
Oswald Buddenhagen authored
this is useful when an adequate message has already been emitted by other means, like various built-ins do. Change-Id: I092771f55969fad8b214204d666327664727c572 Reviewed-by:
Lars Knoll <lars.knoll@qt.io> (cherry picked from qtbase/22d1351ddea193f5c00d4ae12229358dea826c62)
-
David Schulz authored
std::deque std::list std::shared_ptr std::valarray Change-Id: Ibc9f54b22d47a2a26c08c633d599a48d48694700 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
QStringData is a typedef for QTypedArrayData<unsigned short>. Cdb doesn't return typedefed type names, but the original type. So we just need to call the QStringData dumper from the QTypedArrayData dumper. Change-Id: Id4e17ea8af3888e17c0d40bd9dcc5678490e845f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Change-Id: I9ad8598ca0fae7d5c48f7debb30a364c88456a46 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Nikolai Kosjar authored
...otherwise the one that is there will be ignored for long diagnostic messages. Change-Id: If9327f40b2af3315941cdb7cdf40d9e44854408b Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Thomas Hartmann authored
QML_IMPORT_PATH has never been officially documented and QML_DESIGNER_IMPORT_PATH was added recently. Change-Id: I932445404a185286d8f03077df492a34db9b0ea6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-17160 Change-Id: I11974b04f1ab7f757fddb7a62bff787a977838ba Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 24 Oct, 2016 23 commits
-
-
Tim Jenssen authored
Change-Id: I6b68d58ea870a17f9639a9dd174baa9b12ca082e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Riitta-Leena Miettinen authored
Change-Id: I96a9092c6cda806cbac04d50f61b740ae59def8f Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: Ifaf8dddf7b5991d6b472d80cb9e94f42de75c1e7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
Change-Id: Ibca3ec6fbe593644bdae223bad469dea2aede41b Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Orgad Shaneh authored
Change-Id: I18a23c4410424f3799b9ec5bcacccac742713c63 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Alessandro Portale authored
Change-Id: Ib01060918924644b57d35083a4269614fba900c5 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Alessandro Portale authored
Change-Id: I596cde174d63e23cf29c4d528c6b3b9b70e17aaa Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Eike Ziller authored
Even though it is stating an obvious prerequisite, it might help people to realize that the web engine based backend exists. Change-Id: I8d43d8a0fd7786de050b67d1438fefa3b95ec7df Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Tim Jenssen authored
Change-Id: Ibcc6e7d5866df50448b54ecc4f2aff340b353f77 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
No behavior change Change-Id: Ib05d9a369d5cba0132636efdccfea873890027b5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Thomas Hartmann authored
QML_DESIGNER_IMPORT_PATH can be used to create "mockup" QML files, just for Qt Quick Designer. Change-Id: Icd0c4143031a4b49afb89a2465622bdf2376745f Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
hjk authored
Does not seem to be needed and breaks builds on OS X 10.10 with qmake CONFIG+=release CONFIG-=debug BUILD_TESTS=1: "ld: library not found for -lUtils_debug" Change-Id: I3c3e91d4045768f56ed6737410e09666e4e182ad Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Alessandro Portale authored
Change-Id: Id8d9c0885895f582dbb034546b701ec82f1492e6 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Tim Jenssen authored
Introduce a setting for a not implemented in design text edit. Change-Id: Ie4973ec4fcb2c9b2e2534e40187cf33a0202abaa Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I3f1998ddbddadd9ffc782d1ca87884564d6ad83c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I98241fe605b9fb9925e9ab70bffc1ae6608cea3b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Riitta-Leena Miettinen authored
Change-Id: Id287806933f0f0926fd7c274f58ca9263605b676 Reviewed-by:
hjk <hjk@qt.io>
-
Christian Stenger authored
It is quite annoying if one minimizes results pane while a long test is running and for each result item the pane comes up again. Change-Id: I7020ae698cd61df01ed5b1402cc06d26fb018978 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Thomas Hartmann authored
Instead of a shader I use canvas. I had to rotate the color box to be able to use gradients. This is working around QTBUG-56639. Change-Id: Id321311713029d8aa66e068b02361d86debfa666 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-16404 Change-Id: I2d36c8c6170f1b8471271118b1b9e32ff61043ba Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I95a179b9414a2b417d6f8d03a3dce51f8a2f733b Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Change-Id: I56f97306de5d3280ade60cc335b55c2e79f89bad Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Eike Ziller authored
Conflicts: scripts/deployqtHelper_mac.sh src/plugins/ios/iostoolhandler.cpp Change-Id: I06219e1c137e8f58f295da423363360457fa0b11
-
- 21 Oct, 2016 10 commits
-
-
Tim Jenssen authored
Change-Id: Idb8e01dc2895621cf94ba047a41eef5ca0474089 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-11380 Change-Id: I00cdcc8626e2e178b9fff8d11b26f87d9aad03a8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tim Jenssen authored
* add indentLines() method * refactor indent to use indentLines() Change-Id: Ie36c7ab6217c31e9e3913a4dd5da2196364200c8 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I34f788e320fe4c38e3dbb55ba6d0bc1b8d9ba59a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I959208b27694ff3c75650a3f482a0a975ca6e769 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I251567529ec33ef76043006c68749724208cc811 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Friedemann Kleint authored
Adapt qmake and qbs files, fixing warnings on Windows: clangutils.cpp(78): warning C4129: 'o': unrecognized character escape sequence clangutils.cpp(78): warning C4129: 'L': unrecognized character escape sequence clangutils.cpp(78): warning C4129: 'l': unrecognized character escape sequence Change-Id: I7a5fe674665437582457645f2a081e1e38d5df77 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Nikolai Kosjar authored
...otherwise we wait for nothing. Change-Id: Ia55d4845f8dd0fe746ee6c8ca19b5312879294d1 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Nikolai Kosjar authored
...otherwise they accumulate in the temporary directory. Change-Id: I0841f3d168f30f559fc718d2825dd3e800515074 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Jarek Kobus authored
Apply chunk action doesn't make sense for that case, will stay disabled. Task-number: QTCREATORBUG-17136 Change-Id: Idce31b3aa9d354536a01607c10b20273158961d5 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-