aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/externaltoolmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
| | | | | | | | | Also, add context to connect() expressions where we are or were capturing "this". Change-Id: I6e006ba6f83d532478018550d148ee93eca59605 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-1/+1
| | | | | | | The heavy lifting was done by clazy. Change-Id: I380120e3419d2a3c0e272f51cc3e0d5f6aaa5e9b Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
| | | | | Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-1/+1
| | | | | | | | | ... and default to C_GLOBAL. A rather common case. Similar for ActionContainer::addSeparator(). Change-Id: I7f9ba573af201c0a472132d5a494ad17cc4175b7 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* SettingsDialog: Remove CategoryId parameter from callershjk2015-02-241-1/+1
| | | | | | | | | | PageIds are supposed to be unique, so the CategoryId can be determined from the PageId. Look for PageIds in the already expanded categories first before searching through expensive categories. Change-Id: I006beb0df6183453163ac1810fe59a306a0f52b1 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Core: Modernize connections in ExternalToolManagerhjk2015-02-191-19/+9
| | | | | Change-Id: I1be66d132886da0b1bde4fe5578fc64bcd2f8e98 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Core: Extract ExternalToolManager to its own fileOrgad Shaneh2015-01-141-0/+343
ExternalToolManager is exported, while ExternalTool isn't. Keep them separated. Change-Id: I9f002ed5ce803bcfc843f13a6858591ed9abcccb Reviewed-by: hjk <hjk@theqtcompany.com>