- 25 Jan, 2016 13 commits
-
-
Eike Ziller authored
-
Eike Ziller authored
Change-Id: I4e1ec4054d7364057c63e63e293a246e64afdddb
-
Eike Ziller authored
- If the git config contained old entries for submodules that were removed (they are not cleaned from the config automatically), it would add submodules with empty "dir", which lead to infinite recursion - When recursing into submodules, we need to prepend the paths from the git output with the relative path from the main repository Change-Id: I0bc6a1973f4cdeb1c3f09c05cd7736c25471f72e Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
The tests need to find Creator's libraries and plugins at run-time. Change-Id: Ided40e70693650a0099661dd961223c5b68da646 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Iba3475730baed1051b3231a8d543322e205aae29 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
The way this option works is not IDE-compatible, since the build process changes the build graph and relies on the changes being transient simply by not storing the build graph afterwards. This is fine for the command- line tool, but Qt Creator keeps the build graph open and subsequent "real" builds will finish immediately even when nothing has actually been built yet. Perhaps it would be possible to do the implementation differently, but having the "dry run" option in Qt Creator is not valuable enough to justify that effort. Change-Id: Ic99ddef63555f6029c5857d2cfd8dc48d8a72914 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Jake Petroules <jake.petroules@theqtcompany.com>
-
Thomas Hartmann authored
This patch removes infrastructure and ui for DebuggingHelpers and specifically qmldumptool. The qmldumptool was the last relevant DebuggingHelper and is only required for Qt < 4.8. Change-Id: I3767be0858e5eba16a33a3ab8436e95fc06a9e99 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
The following message was observed when debug session is done: Warning: STUB EXITED EXPECTEDLY (no active run control) Change-Id: I21778dd70659a0fe4105c386e1e1693a8b81ac05 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I0cea5232555cc950342c56e60cfc2cf099b06f2b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Introduced with f443c95d . Change-Id: I6fcc2c429b90cb56a02c3c63f0788fcf0ab1df52 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Orgad Shaneh authored
Chop \r Change-Id: Ibd1ce9025a681aefcdce0c01a842903fda8a8e30 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I8e94912fdbdf1f0dbd7366e96222d04f6c838586 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I9cd09327a561eb8691e358d77a455714838397bb Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 22 Jan, 2016 27 commits
-
-
Thiago Macieira authored
The public constructors in QTextCursor that were private API are no longer public. Task-number: QTCREATORBUG-15238 Change-Id: I3bc59670b62d4afaa645ffff1411b76029249840 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
This leads to crashes when the tools expect RunConfigurations. Change-Id: I4960e7d189d92b6e81d4e5c069634c9111405e72 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
We want to do acquiringDone(), no matter if the app died or not. Otherwise we wait forever for more data to arrive if the app has not died. Change-Id: Iad807ad75d7b8aba899211497586e5324124d16a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
Most of them need a run configuration. It's better to pass the right one than to use various hacky ways to work around it. Change-Id: Ic21b0ef33bdd79b526b1e1a1ead5ca87d9f32c4d Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
-
Eike Ziller authored
-
Eike Ziller authored
There is no need for a separate class with signals. Add support for cancel and report some kind of progress. Also use Utils::runAsync instead of QtConcurrent. Change-Id: I5d61d32644f99ccb6ba8e0d7e17f138956822424 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
clang-cl should only be used when the toolchain is MSVC, which is done in clangExecutableFromSettings(). Change-Id: Ic33cfe4c562c142b95dce4370b1ba695aafe9308 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I5beec6ec4aed8ab43833ee1a5fb7d410ce350584
-
Eike Ziller authored
Change-Id: I904289a6cc6f14eb9fa46c3ce757e4ebc3a36f55
-
Eike Ziller authored
Change-Id: Id7732ef0914ba69eae020feb412cbce7cf9a5902 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
...to get plugin's repository more easily integrated into QC's repository. Change-Id: I10243bb4283623ae951e799feacaa15915678e04 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ie15e903f3e7f0fde3c7e4127584c573741aee19f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ia9fcbc76a56288429c5b99d5cb6eaaf9a7a9f4ff Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Remove the licensechecker dependency, move everything into src/plugins/qmlprofilerextension, and adapt the build system. Change-Id: I58bf34ecd838514d02b5c50189cd8a5eb99793b0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I806983db89468f39dc781e9fd082f862b335a0d8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tim Jenssen authored
Task-number: QTCREATORBUG-5598 Change-Id: Ida383b5f2b0c798c8eee63eb3fe92ca33206aef3 Change-Id: Ida383b5f2b0c798c8eee63eb3fe92ca332063aef Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Icd0c960a0f20e6cfcf237033d96a50062d9ea535 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Eike Ziller authored
To get rid of the shared thread pool (and to use the API with the less ugly implementation). Change-Id: Ia93977b8b394aff8e410d6d81446c23e32b7aed5 Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
- Use simple list instead of QFutureSynchronizer (no feature of that was used) - Avoid duplicate code cleaning up the current list of running futures - Clean list of running futures after waiting for them all to finish Change-Id: Ia13ee25ab7835fc4f4970d23d20b16cfe6bf6dfb Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: Icb48d484f760eb11ef2d41d8271e43f4f51c2e91 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Setting the validation function on a FancyLineEdit immediately validates now, so everything accessed by the validation function has to be set up when setting it. Change-Id: I07900058d7047d61d1b153bdfbfe44acf3164174 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
The (target specific) RunConfiguationFactory can specify what it considers a Runnable for the target. The (also target specific) RunControlFactory can use that either unmodified or tweak it to set up a RunControl, (and finally, target specific code runs it). So this still keeps the target code in full control on what is passed where, but reduces the need for boilerplate in the cases where the produced and consumed Runnables are the same (or similar). Change-Id: Ied59430462f4a45ad0006a99c1efd8b07cd181b2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: Ie1eb9802907da2bf82c40dcbf5ce86855540cbbd Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ifdfac9bb844c9ab201378a6047714ab64ccebd66 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I41c7541984ecc5128c8d742ee44f8b3227c671b6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-14670 Change-Id: Id5ea3791a5c6a0ed3c25291504c3f9bb5d30a190 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-