- 11 Jul, 2017 1 commit
-
-
hjk authored
Let the workers keep track of errors instead of passing around string pointers in some but not all interesting places. Change-Id: I3956bc947a50747dd3a0c9302b9f9873d192e9c6 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 19 May, 2017 1 commit
-
-
hjk authored
Keeping it as one blob for now, a proper split in the new architecture would make WinRtRunnerHelper a RunWorker, too. Change-Id: Ie310d05c1edf0ef9544b80743c140e44fcffc3ae Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 15 May, 2017 1 commit
-
-
hjk authored
This increases re-usability of activities like 'port gathering', and makes their use less dependent on actual device implementations. Change-Id: I017cb74874f2b38c487ba2d03906a675d5618647 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 28 Apr, 2017 1 commit
-
-
hjk authored
Use plain RunControl + DebuggerRunTool combo instead. Change-Id: Ib71b5eab50da667b9d71dcc6689d2643ad8ecdee Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 27 Apr, 2017 1 commit
-
-
hjk authored
Aim is to replace it with its ProjectExplorer::RunControl base. Change-Id: I30f837050e7c016887dc4b6cfef10b947f4f88ed Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 29 Mar, 2017 1 commit
-
-
hjk authored
Change-Id: Ic4985d5eeee1af74a6f42b2b1df890450936f6f9 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 01 Mar, 2017 1 commit
-
-
hjk authored
That's the intended "typesafe" use. Change-Id: Ib288fe87a47bd9484bda83e05406f0d22989b3c2 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 05 Jul, 2016 1 commit
-
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: Iaa91215dd9f3adb44f39839901de56c07f0c8702 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 14 Jun, 2016 1 commit
-
-
hjk authored
The main idea is to start using ProjectExplorer::Connection later. Change-Id: Ie91eacdfb0e93ae142fec7ce32bcf554a5282122 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 20 Apr, 2016 1 commit
-
-
Ulf Hermann authored
This solves the ambiguity between 0 and -1 being the "invalid" port. Change-Id: I3bac11dd4117bb1820fbd58186699925b73df1c5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 17 Mar, 2016 1 commit
-
-
David Schulz authored
Task-number: QTCREATORBUG-15873 Change-Id: Icf7bb6efcaf674d81d462f6ed92878c87db29307 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 12 Jan, 2016 1 commit
-
-
hjk authored
Follow recent changes in other run configurations. Less code for more features (Macro expander...). Change-Id: I289dfd16b217c9d91a766b7f5eafe012e6e91dba Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 19 Nov, 2015 1 commit
-
-
Ulf Hermann authored
We have tcp, local, and native by now. We have to expose that in a clean way. Change-Id: I0ce7be693aa7f47ebea7abe435a224a176b6c94b Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 16 Nov, 2015 1 commit
-
-
David Schulz authored
This is also a preparation to enable QML debugging. Unfortunately the WinRT QML library isn't printing the needed "Waiting for connection" output so far. Change-Id: I5e106de0272a0876749aaf77f1ebf74b952d3471 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 30 Jun, 2015 1 commit
-
-
BogDan Vatra authored
This provides a way for third-party plugins to implement run modes without the need to add a value to the central enum or using manual workarounds like RunMode(*(int*)&someUniqueObject). Instead of centrally defined enum values this uses Core::Id that could be defined anywhere. Change-Id: Ic350e3d8dbb8042c61b2d4ffec993ca151f53099 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 26 Jun, 2015 1 commit
-
-
hjk authored
- Move sysRoot, debuggerCommand, targetAbi to DebuggerRunParameters, they are always the one coming from the kit. - Move projectSource{Directory,Files} to DebuggerRunParameters, they are alway coming from the runConfiguration's project - Pass RunConfiguration always as separate parameter, that's what related code does. Change-Id: I9965a052237af53fa2d170701bc88b552cab12ed Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 29 May, 2015 1 commit
-
-
hjk authored
Allows us to un-export DebuggerRunControlFactory in an attempt to slim down the publicly visible Debugger plugin interface Change-Id: I0c2e7351ffa7a9d16586172816635be8ff40172e Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 24 Mar, 2015 1 commit
-
-
David Schulz authored
In some rare cases the helper finished before the locale server was listening. Change-Id: Ic3677ef0e58e1a5ed324124111b41ddfaa25484a Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 10 Feb, 2015 1 commit
-
-
hjk authored
.. to simplify DebuggerRunControlFactory::doCreate() call. Change-Id: I4dd0c224968bb8a388ea7f095b940b66ee606ab1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 20 Jan, 2015 1 commit
-
-
David Schulz authored
Change-Id: Ie7d54e49d67450395bf6161e9b71d00a9bf52e23 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 15 Dec, 2014 1 commit
-
-
hjk authored
Expose less of debugger internals to the device plugins. Change-Id: Ie78756b033fae3fe02bff92eadf26b7319990605 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 20 Oct, 2014 1 commit
-
-
hjk authored
Export factory, de-export plugin, to remove one indirection Change-Id: I13a46460d07d5ded6b26f2b5ceccd01142fb10e8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 26 Aug, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Id43d168859012ce9dcebb62e996cfdef7079aaaa Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 16 May, 2014 1 commit
-
-
David Schulz authored
Change-Id: Ic04f1a471f951caf7a79c69cceecb0ebd5d09919 Reviewed-by:
hjk <hjk121@nokiamail.com>
-