- 14 Dec, 2017 11 commits
-
-
Nikolai Kosjar authored
Previosly the JobQueue cancelled job requests for some reasons, but not for others. Conceptually, JobQueue should not make any difference between those. Introduce equal treatment and always cancel if a job request could not be added or is expired as this avoids leaving the Qt Creator side waiting for a response. Change-Id: I26b392b7f80b89ba2ae9a46a8d1b51403ec6eb4a Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Alessandro Portale authored
The one in ProjectExplorer does the same except that it also has a @2x variant, thus looks less ugly on HighDPI. Change-Id: Ic6faa8fd48b73cfe0b94eba776433fa12b8e0b09 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Ivan Donchevskii authored
Allows to follow outside of current TU. Change-Id: Ieea2fd72bfdf6d60a988b40efcf2f41c5a71d045 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Ivan Donchevskii authored
We always provide the full includes list ourselves so it will not change the includes order. Change-Id: I84ee2ca7f05bfb71ae400f0e9e0b8f52810252b3 Reviewed-by:
Marco Bubke <marco.bubke@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
From several places in DebuggerEngine::* to one place in DebuggerEnginePrivate. Change-Id: Ic87110a11087e338cc9a6b66ea30ea2259861d9e Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: Ic936953eeeeeab82a73c11fbe80361326acff055 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
... into a InferiorShutdownFinished. Change-Id: Icb5394f38f52f7cf300dc83f4eb8f2f0777bbcba Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Ulf Hermann authored
At least TagCurrentChanged can be triggered with a nullptr tag. That means the current tag is reset to "none". We should thus handle nullptr in all receivers of beginTagChange and endTagChange. Change-Id: Ife558beca9fb1ed5ab246b76bbaab19c1c227e8a Reviewed-by:
Marco Benelli <marco.benelli@qt.io> Reviewed-by:
Tomasz Olszak <olszak.tomasz@gmail.com>
-
hjk authored
... into a EngineShutdownFinished. They were never handled differently, and the only option is to proceed to DebuggerFinished anyway. So simplify the state machine a bit. Change-Id: Ied3be86fff6750abca578dc6788e4be1d895692b Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Hannes Domani authored
Change-Id: Iaaa0897d63ddf234eef629187ec3cd16ea9f1aaf Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Hannes Domani authored
Change-Id: I69896f0d0c428f158bdb071b08a1c4b9f031183f Reviewed-by:
hjk <hjk@qt.io>
-
- 13 Dec, 2017 9 commits
-
-
Marco Bubke authored
The printing functions are only used by the unit tests and they use an external API. So we can easily move them to the printing functions in the unit test project. We have to move the TokenInfo print functions too because the depend on other print functions. The rest of the print functions will be moved in other patches. Change-Id: I87c452f8ca40687ec47de675ba6bee13efa5655b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
Change-Id: I8e0927a80d0bdcde7bd0e91c749d015636d07388 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Kandeler authored
Change-Id: Iff9147e69a3c9d025496c2e2ad7837dae32e02d9 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Christian Kandeler authored
It's unlikely you want to have two instances running at the same time, and SFTP does not let you overwrite a running executable anyway. Task-number: QTCREATORBUG-19326 Change-Id: Iac48d28f538307fc1764f973ce0c9959ef89af03 Reviewed-by:
hjk <hjk@qt.io>
-
Christian Stenger authored
Change-Id: Ic9a1839325febeb6bde0b656dce88342f3955c53 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Robert Loehning authored
Change-Id: I01cbbbfa9e8906768cc71d1c5b0d366d99924c7f Reviewed-by:
hjk <hjk@qt.io>
-
Nikita Baryshnikov authored
Change-Id: I3d3948fcebb6b902a18fcf492122229c69c5ac3e Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Christian Stenger authored
‘ProjectExplorer::IRunConfigurationFactory’ is already a friend of ‘ProjectExplorer::RunConfiguration’ Change-Id: Ia0c9830b20406f3f94393e1525040dbabb9ba19e Reviewed-by:
hjk <hjk@qt.io>
-
Oliver Wolff authored
Change-Id: I65a387f9d3358ef450c02b7bf90ae498039ce542 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 12 Dec, 2017 20 commits
-
-
hjk authored
There's nothing Qmake related in there (anymore?). Change-Id: I8842d4824065cf3cba61d50b6f333ec3b52e3851 Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io>
-
Eike Ziller authored
Can come in handy when the function or member does not directly return the right value type for the result list, but is implicitly convertable to it. For example from pointer to class to pointer to superclass, or from int to double. const auto result = Utils::transform<QVector<double>>(v, &ValueType::intMember) Change-Id: I0e1914d70bb2580b91098dd37e85a31ca14b0ae6 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Robert Loehning authored
Change-Id: I18edefc20ff962720f36192121e3f6e341b1bcbc Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Nikolai Kosjar authored
Makes the links clickable. Change-Id: I2f0f7826e295bdb3ce6fc7aeaf478ee040e54141 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Do no longer expose Nodes from the SessionManager's API. These are now exclusively handled by the ProjectTree. Change-Id: I585c2ac919462073870363436e767640775d9045 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Robert Loehning authored
Change-Id: I0c5cd52747373be0d50ac818dbbeaf39c34fd5fd Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Eike Ziller authored
Task-number: QTCREATORBUG-19208 Change-Id: Iacf1e1468018fa8dd3426bc1325f36bb39a4b4e2 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: I88892fc8d43ca3f59598b5b44e0daac0bfb439b5 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: Ia13dcbc596c7cb5816891ed85e42ac49651fdfb6 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
David Schulz authored
compare file names case insensitive on windows Task-number: QTCREATORBUG-19418 Change-Id: I4925a7b33f35ce18e906990ffc104b22ea6d73dc Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: Ic1ab71d0d40fa6c90e337c8ee9d9558e8f103eaa
-
Eike Ziller authored
Change-Id: Ia5b4d0c1c2b5a410ec3215df1c19b56e236606cf
-
Eike Ziller authored
It moves to qbs/qbs Developers need to run git submodule sync on existing checkouts once, to fetch the new URL Change-Id: I9d526a0df6f4a3fad56e6998880455e003e96d9a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Eike Ziller authored
Change-Id: Ifb5656f33cdb4370c1c654c8d98587071528a72f Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
By setting a relative path in SDKTOOL_DATA_PATH Change-Id: Ib61921f396f4eaf72fa240c3edb3795fda800609 Reviewed-by:
Iikka Eklund <iikka.eklund@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Change-Id: Idc0e2945133123941afa0ab92e5ff57dedf8f4ba Reviewed-by:
Iikka Eklund <iikka.eklund@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
David Schulz authored
Task-number: QTCREATORBUG-19442 Change-Id: I6c2419b30bf86af79bb2436dc6dc8196f6c65f06 Reviewed-by:
David Schulz <david.schulz@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Robert Loehning authored
Change-Id: I2b56b24044e0c057dbe5aff1b7f9a1fdcfdeb6c2 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
...to the correct capitalization. Squish < 6.3 could handle both, whereas Squish >= 6.3 is more strict. Change-Id: I9864518e21d3f2ed44fe7527f75aa958dc0081de Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Nikita Baryshnikov authored
Change-Id: Iadfa3e74794b7a4a17b77b1b212894a4b2830c7d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-