- 20 May, 2015 1 commit
-
-
hjk authored
Not needed in the current use cases. The original plan was to use a loop in the *RunConfigurationWidgets constructors, making them less dependent on the actual RunConfiguration they serve (and potentially have a one or few generic RunConfigurationWidget). Change-Id: I2209213414248a1e13b50447f05e8f189620a6f1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 30 Apr, 2015 1 commit
-
-
Alessandro Portale authored
C4138: '*/' found outside of comment Change-Id: I4c68d57643cceb1a9f088c9a944d3a365e345711 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 29 Apr, 2015 1 commit
-
-
hjk authored
- WorkingDirectory - Arguments - Executable Change-Id: I6bc83b32d33ec3b27b04ec1b334f75ae3b9d13cb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 27 Apr, 2015 1 commit
-
-
hjk authored
To be used in RunConfigurations that have a 'Run in Terminal' option. Change-Id: Iea29a0d44e15e70c994e0e993a7e69133ae89fbf Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 02 Mar, 2015 1 commit
-
-
Christian Kandeler authored
Our analyzers were designed with the assumption that only one of them is ever running (e.g. there is only one instance of the respective UI element for each Analyzer). Run controls, on the other hand, assume that an arbitrary number of them can run concurrently. With "re-run" enabled for an analyzer run control, these concepts clash. A quick test shows that some analyzers actually crash if you try to re-run them, but even if this were not the case, it could not work in a sensible way. Perhaps it would make sense to change the analyzer design so that they too can run concurrently, but not for 3.4, obviously. Change-Id: Ie8650eeef0261f2b697269900d5b465aad10aaf2 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@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
The signal is not needed. Change-Id: I6dd059fee64438da65cc9a32d42ab0e451763c86 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 14 Oct, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: Id9034e31f3f61c38894111951534dd0d59b746dc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 04 Aug, 2014 1 commit
-
-
Daniel Teske authored
Nested event loops are dangerous and in this case lead to a crash. So change the api of ensureConfigured to not use a nested event loop. The CustomExecutableRunConfiguration then has to manage the dialog more explicitly. Also this makes the dialog non modal, since it should then cope with every situation. Task-number: QTCREATORBUG-11416 Change-Id: I2af782915c148f8dff1b0df54fdb64aa83f684d2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 01 Jul, 2014 1 commit
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 16 Jun, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10953 Change-Id: Iff1a31c007ac777bfa390d48237480ef56ffc0e4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 30 May, 2014 1 commit
-
-
hjk authored
Change-Id: I7f7099d03a25a14d8df02273cca928e9f1fbfe1d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 10 Oct, 2013 1 commit
-
-
Nikolai Kosjar authored
Only methods as programming functions are affected. Besides renaming some actions like "Switch Between Function Declaration/Definition" this mostly touches (api) code comments. This is a follow-up patch to commit 872bfb70 . Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 16 Aug, 2013 1 commit
-
-
hjk authored
The Analyzer implementation is now simple and still generic enough to serve as general base. Change-Id: I050a21919bf128929b77a64da1f46d157691d849 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 13 Aug, 2013 1 commit
-
-
hjk authored
Change-Id: I6f49dd9eeff53eafc51bd5238ca655437df12111 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 12 Aug, 2013 1 commit
-
-
hjk authored
More flexible, less over-engineered this way. Change-Id: I3e224a6be85d3a187056d79fd506e8cf6a32c8a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 25 Apr, 2013 1 commit
-
-
Daniel Teske authored
It's never used. Change-Id: I11cc85b1d9a5944017b8a03738877f91cfe5d11f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 08 Apr, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I6ed2e2ae673840ff4340eedd96fe5019ab495679 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Apr, 2013 5 commits
-
-
Tobias Hunger authored
Move the method used to create a config widget for a RunConfigurationAspect from the RunControlFactory into the aspect itself. This allows for aspects that are not bound to any factory, which is what I eventually want to use to hold the environment for run configurations. Change-Id: Icceb5f44ca9eb63a87b9c7bb6468ff30dab943c2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I03cab5d963a6d7c77171efe360a552d8109f6a8b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
NOTE: Next patch will be "Move DRCA to Debugger plugin" and is needed to make this functional. Change-Id: Ie405a0e4fbdc0fb35ff16d34c725e7aee5153a4a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I30c92dd5082eed050c2796a014919788710baafa Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I7fbb82dc3ff83593473a57c69d0eb89bc33f50f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Mar, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I21366f932e372c1c0fa8c9d29184e71d1c0cf4a4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 26 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Sep, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: Ibdab8d9076d2f9c002cb69ad81809929c8697355 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 25 Sep, 2012 1 commit
-
-
Christian Kandeler authored
This use case is deprecated in Qt 5. Use QPointer instead. Change-Id: Id6c32542032656d7cb31cf838d93a680ab9e9327 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 18 Sep, 2012 1 commit
-
-
Friedemann Kleint authored
Prevent dialog showing "No executable" when canceling the prompt for the executable when pressing 'Run' / 'Debug' on a library project. Introduce new LocalApplicationRunControl::ensureConfigured() to ensure the configuration is complete and detect cancel via empty/non-null strings. Change-Id: I9bd4a296e7c995d26d6ad265519e7ebd3f98d6fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Sep, 2012 1 commit
-
-
Daniel Teske authored
And add a few helpful error messages Task-number: QTCREATORBUG-7826 Change-Id: Ia9f9fa476cecf2cff198bc460408bc062e119338 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 03 Sep, 2012 1 commit
-
-
Friedemann Kleint authored
Obtain RunConfiguration from RunControl add logic to use the ABI if that fails. Task-number: QTCREATORBUG-7677 Change-Id: Iebf053e6b7a25644a4d4c02b80bf952ef9e6a078 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 21 Jun, 2012 1 commit
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Jun, 2012 1 commit
-
-
hjk authored
Most derived classes used essentially identical 'return 0;' implementations. Use a base class implementation doing that instead. Change-Id: I99727ac2230a5d9f168b4b0eb5927f8efff44e64 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 25 Apr, 2012 1 commit
-
-
Tobias Hunger authored
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 29 Mar, 2012 1 commit
-
-
Tobias Hunger authored
Rename signal isEnabledChanged(bool) to enabledChanged() as that is also used by the BuildConfigurations. Change-Id: I9fc8906a2abbf9d19e21129309bee6ff5a142117 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 28 Mar, 2012 1 commit
-
-
hjk authored
Change-Id: I2ea81b1a9407ae7e5045aadf43b0c2d971fc615b Reviewed-by:
hjk <qthjk@ovi.com>
-