summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kitchooser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix debug to running applicationMarco Bubke2014-07-281-1/+2
| | | | | | | | If there was only one kit and no selection for the last kit saved you got no process list. Change-Id: Ie4b770cdb9b92860fb8154eed9a80e6d0d64335d Reviewed-by: hjk <hjk121@nokiamail.com>
* KitChooser: added focus proxyThomas Otto2014-07-251-0/+7
| | | | | | | | - focus proxy set to the combo box if it is populated with > 1 element, otherwise to the manage button Change-Id: I4e27b7bb3300d43bc146660221ab9f48386210b1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Unify text on buttons that open the options dialogEike Ziller2014-02-251-1/+2
| | | | | | | | | We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* KitChooser: set size policyPetar Perisin2014-02-051-0/+1
| | | | | | | So that button would remain fixed size when expanding. Change-Id: Ieab77cc2d12200ff7b4f63b69e1657a52106127e Reviewed-by: hjk <hjk121@nokiamail.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* ProjectExplorer: Make KitChooser usable with one kit onlyhjk2013-11-281-2/+3
| | | | | | Task-number: QTCREATORBUG-10911 Change-Id: If564db41df106334bc6909b99f37f468b5f07720 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Fix connection in analyzerbaseNikita Baryshnikov2013-10-031-0/+1
| | | | | | | | | Fix connection to signal activated in analyzerbase plugin, StartRemoteDialog ctor. Related to https://codereview.qt-project.org/#change,65357 Change-Id: I23272c41898293390f64d4b6847992b83ad5d93c Reviewed-by: hjk <hjk121@nokiamail.com>
* ProjectExplorer: Fix build.Christian Kandeler2013-09-131-1/+1
| | | | | | | | A plugin's path is not in the list of include paths, and neither should it be. Change-Id: I3e0a563b238a6fd55b48807a76c8a10db1d5a527 Reviewed-by: hjk <hjk121@nokiamail.com>
* KitChooser: Add a 'Manage' button for quick setting accesshjk2013-09-131-11/+33
| | | | | Change-Id: I0f90075ed6549b1e5093d8cc81975bc46acf38fb Reviewed-by: David Schulz <david.schulz@digia.com>
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-2/+2
| | | | | Change-Id: Ia49c6552a5aae72870687ef9c64f2642fbe24155 Reviewed-by: hjk <hjk121@nokiamail.com>
* KitChooser: Initialize with last used indexhjk2013-06-051-0/+9
| | | | | Change-Id: Id9522c973b5d517e7832b92f558a38408cf3fe2b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-3/+0
| | | | | | Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* KitChooser: Introduce virtual methods for Debugger.Friedemann Kleint2012-09-051-21/+22
| | | | | | | | | | | | | | | | | | | | | | Introduce virtual methods such that it is possible to write derived classes for specific KitInformation classes, allowing for filtering and setting text and tooltip. Remove debugging-specific code of KitChooser from the ProjectExplorer. Move populate() away from the constructor as not to call virtuals from it. Implement DebuggerKitChooser. It should no longer be possible to to choose an invalid kit for debugging from the debugger starter dialogs. Add a protected constructor to DeviceProcessesDialog allowing to pass a KitChooser. Change-Id: I8c683a2da7d69bfbccdc08213cb47d69a0df8b3e Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* s/profile/kit/Tobias Hunger2012-09-041-0/+109
* Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>