- 20 Jan, 2017 1 commit
-
-
Christian Kandeler authored
To HEAD of 1.7 branch. Change-Id: I19362ac6ae99dcf3c8a00c3ccd187a2173652633 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
- 19 Jan, 2017 2 commits
-
-
Eike Ziller authored
Change-Id: I418bfad8e5a38be395018aed799d7b74dd43d6e2 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
hjk authored
This fixes a hard crash due to a Target nullptr. Change-Id: I3065ac61bc950413d8958bcad5420f5868afd35c Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 18 Jan, 2017 4 commits
-
-
Christian Stenger authored
Change-Id: I3d4fcc25ecca8a02e8dbbace4fc063a72cd85a40 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Filipe Azevedo authored
Change-Id: I373621f78bae04f7cdcc66fcf84712acb4245014 Reviewed-by:
hjk <hjk@qt.io>
-
Oswald Buddenhagen authored
apart from various project tree related issues, we've also seen crashes. Task-number: QTCREATORBUG-17364 Change-Id: I61bb8aff301a048646ed97f8fa2c825cbff8d2cb Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Robert Loehning authored
Change-Id: Id2bd1768e2520bbcfdc918939722f7f5935b8fce Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 17 Jan, 2017 2 commits
-
-
Riitta-Leena Miettinen authored
To match the info in README.md and Qt for Device Creation docs (http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html) Change-Id: I9abd9808aad5fec5bee39204e7b4b0b43656141c Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@qt.io>
-
Eike Ziller authored
Change-Id: I70164a5235e8fe5ff3100687ee6a7c186d2e4875 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 16 Jan, 2017 1 commit
-
-
Tobias Hunger authored
Do not ask the script getting the MSVC environment to return utf-8 output prior to windows 7. Attempting that breaks the script and makes it return empty output. Task-number: QTCREATORBUG-17501 Change-Id: Ic5a87f87cea9e77687744c712c4f24aa9b20a6e5 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 13 Jan, 2017 3 commits
-
-
Wolfgang Bremer authored
Right now, SSH applications will receive two termination signals immediately after another. First SIGTERM then SIGKILL. With this commit applications get a one second break in order to shutdown properly before they are killed anyway. Change-Id: Ie9e33943c40e50400bea7f2a31d132710d21acba Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Thomas Hartmann authored
Change-Id: I92236680f34b6620c2371a1d9f1d1dcde8ba9282 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Marco Benelli authored
Fix a wrong condition that causes closing brace in QML code to remain highlighted when the code switchs between an invalid to a valid state. Task-number: QTCREATORBUG-17499 Change-Id: I6b0df3a2b78993426a3d45c9e9af0a28b40104a3 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 12 Jan, 2017 3 commits
-
-
Oswald Buddenhagen authored
qt 5.8 made QProcess::startDetached()'s behavior consistent with start(), which means it won't open a console any more. however, qtc relied on this (unspecified) behavior. the correct solution is to add a static function startTerminalEmulator() to ConsoleProcess, which already has most of the necessary code anyway. Task-number: QTCREATORBUG-17439 Change-Id: Icf04666869ce6593555302a54c49331a29846a99 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Jaroslaw Kobus authored
Change-Id: If39d5b92826e4173b128fffa096affd054318a0c Reviewed-by:
Michal Klocek <michal.klocek@qt.io>
-
Tobias Hunger authored
Use binary string from Qt's library loader class to refine ABI if that is not complete yet. This is necessary to reliably find the compiler used in static Qt builds on windows (using MSVC compilers). Before we were able to rely on the mkspec to pick a working compiler, that does no longer work with Qt 5.8. Task-number: QTCREATORBUG-17534 Change-Id: I50c428cbaa986a26ba165cff499f9e0be3937ea2 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 11 Jan, 2017 5 commits
-
-
Eike Ziller authored
On Windows the combination drag&drop, proxy model and header section resize mode ResizeToContents leads to a crash in Qt. Task-number: QTCREATORBUG-17547 Change-Id: I3a763c22b83e43d1c1a222cefb4fbbc56b9082c4 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Tobias Hunger authored
Change-Id: If0659e83a188b4b76d3ae80bcbd4319c02b655da Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Tobias Hunger authored
Change-Id: If9d407eb189c45ee81e6c73f37a93df6218c791a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Leaving these around can lead to a crash when updating a kit after the project has been closed. Task-number: QTCREATORBUG-17571 Change-Id: Ie4be99a665b072f3c920e3f365f5b20949436850 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Kimmo Ollila authored
This happens at least on Boot2Qt devices with Dropbear SSH. Handling readChannelFinished() signal fixes the issue. Task-number: QTCREATORBUG-16158 Change-Id: I7c6660ce3a1bfe6eeb868da5a818c0b92307eda0 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 10 Jan, 2017 6 commits
-
-
Oswald Buddenhagen authored
it's pointless, as no consumer has a legitimate need for it - the project file is the root of all traversals, and is known by other means. amends 4148b05e. Change-Id: I4df69727e37151b0ecbcd88b2f5ef6e55712172f Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
... in subdirs projects which actually have any subdirs. that would happen via this mechanism in QmakeProFileNode::evaluate(): first, IncludedPriFile nodes with proFile = null are created for the subdirs. subsequently, this tree is enriched by transforming the reader's included files. that loop iterates over all already created nodes and tries to match them against included files. at nesting level one, this would now run into the nodes created for the subdirs. the code failed to skip over these nodes, and would thus create a bogus node for the .pro file (as it has the parent null in the mapping of included files). this node would not be included into the tree due to the loop prevention in QmakeProFileNode::applyEvaluate() (it obviously had the same file path as its parent), but at the same time it would catch the files meant for the root node due to defeating the fallback in QmakePriFileNode::extractSources(). Task-number: QTCREATORBUG-17473 Change-Id: Ice9f667345148be42297cc21ff0a73058f27cc38 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Vikas Pachdha authored
COMMAND_TIMEOUT is not needed and will not be emitted Change-Id: Id89aaa8c0b774a962e7a4e813a5b3d3e6a37524d Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Vikas Pachdha authored
Change-Id: Ic1d327ca2ed83ee91f78434cc1974ec247751483 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Friedemann Kleint authored
Change-Id: I0d69148e1b246ec90365d489b11e1954d0485576 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-17483 Change-Id: Id18c51e20cf8b396fc610918610f04d39ead28b0 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 09 Jan, 2017 4 commits
-
-
Nikolai Kosjar authored
The Control of the Document "exprDoc" in ResolveExpression::visit( SimpleNameAST*ast) owns names that are passed on further as part of the LookupItems. However, the life time of that Document and thus the Control ends in that function. Fix by using the appropriate Control object. Task-number: QTCREATORBUG-16731 Change-Id: I5a7af0a67613fff79f7e07865801585c13bb9b45 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: I0546cfd965a450a9844b42a2c5e869dbb3447063 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Anthony Heading authored
At startup, qtcreator prints an error: % qtcreator "The command \"/qmake\" could not be started." This appears to be because of an off-by-one error in BuildableHelperLibrary::qtChooserToQmakePath(const QString &path) which parses the output of a call to "qtchooser -print-env" to extract the value of the QTTOOLDIR variable. The code attempts to move past the prefix string to find the end quote, but by moving one too few characters it finds the starting quote instead, resulting in a zero length string result. Change-Id: I74368f10a81eda2286ae735bdc595c0f92e4e665 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Robert Loehning authored
The progress bar already disappears while we're still in Projects mode. Change-Id: I7dcf24d1d423eba3057868c4323b2054c99d19f1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 06 Jan, 2017 4 commits
-
-
Christian Kandeler authored
To HEAD of 1.7 branch. Change-Id: I8233e58ce52f62b2dcdd89fa5eea3792318ac0f4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Robert Loehning authored
Task-number: QTCREATORBUG-17406 Change-Id: Iafa1b38f75fa56691e646aaf2fad61504f0706e8 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-17462 Task-number: QTCREATORBUG-17477 Change-Id: Ie74455362d7e7ddc0cbd9296a3e2438e7195b00b Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Christian Stenger authored
Projects view has changed and so has functionality of adding a new kit. Change-Id: I44377822b8b850fd17be24e12f7e5d0104be568d Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
- 05 Jan, 2017 2 commits
-
-
BogDan Vatra authored
keytool return code != 0 if the password is incorrect. Task-number: QTCREATORBUG-17317 Change-Id: I248b4a687ef48a849d42a70940009738d29a609c Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Friedemann Kleint authored
Prepend "win32-msvc" to the result list. Projects based on Qt 5.8.1 will then no longer be misconfigured with ARM toolchains. Change-Id: I734ee530e4fe2c5253f946568c2ab973e51d3cae Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 04 Jan, 2017 3 commits
-
-
Tobias Hunger authored
Do not crash when setting custom executable without ever visiting the runconfiguration before. At that point the chooser is still a nullptr. Task-number: QTCREATORBUG-17505 Change-Id: I27fb19845adf9c7ec0ad5a9435c8d86a573a2532 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
It is not an error. SDKTool can be used to create new files. This reverts commit 274d3a8c. Change-Id: I4af46b4deb5fe356a9c1050cc9557d43f3a91a6e Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Robert Loehning authored
realloc is not being listed by Clang Code Model Task-number: QTCREATORBUG-17490 Change-Id: I006fee04579706fbf5edf8b890bd7be8e090d01f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-