summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/toolchainoptionspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Postpone ToolChainConfigWidget creationhjk2023-04-181-18/+27
* ProjectExplorer: Tr::trhjk2023-01-161-29/+28
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Fix Add button alignment on Compilers tabArtem Sokolovskii2022-12-121-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-7/+7
* ProjectExplorer: Limit the usage of qMakePairJarek Kobus2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Fix crash in toolchain widgetChristian Kandeler2022-06-141-13/+10
* ProjectExplorer: Remove foreach / Q_FOREACH usage part 3Artem Sokolovskii2022-05-171-15/+18
* ProjectExplorer: Avoid line breaks in ABI tooltipAlessandro Portale2022-05-171-6/+11
* Docker: Fix searching compilers in custom directorieshjk2022-03-181-1/+1
* ProjectExplorer: Add convenience method ToolChain::isSdkProvided()Christian Kandeler2022-01-241-6/+4
* ProjectExplorer: Collect and remember non-functional toolchainsChristian Kandeler2022-01-201-0/+1
* ProjectExplorer: Make ToolchainManager::toolchains() overloads explicithjk2022-01-201-1/+1
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-181-3/+4
* ProjectExplorer: Take only changed toolchains into accountChristian Kandeler2021-11-101-1/+1
* ProjectExplorer: fix comparing toolchains on redetectionDavid Schulz2021-10-221-4/+1
* ProjectExplorer: Pass device to ToolChain::autodetecthjk2021-04-281-1/+1
* Share "auto-detected" UI string and add tool tipEike Ziller2021-01-291-2/+3
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-1/+1
* ProjectExplorer: Use QList instead of QSet for language idshjk2020-09-181-1/+1
* Use IDE_DISPLAY_NAMERobert Loehning2020-08-031-4/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-9/+9
* Fix lupdate issuesEike Ziller2020-03-181-1/+1
* ProjectExplorer: Apply new pattern to ToolChainOptionPagehjk2020-01-171-21/+3
* More Utils::toSet/toListhjk2019-07-041-1/+1
* PE: Fix tool tip of invalid toolchainChristian Stenger2019-07-021-1/+1
* ProjectExplorer: Fix remove button state in toolchain widgetChristian Kandeler2019-05-271-1/+1
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-161-0/+3
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-101-1/+4
* ProjectExplorer: Remove ToolChain::canClone()hjk2019-05-101-1/+1
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-091-1/+3
* ProjectExplorer: Avoid nullptr accessChristian Stenger2019-04-161-1/+1
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-121-2/+2
|\
| * ProjectExplorer: Fix runtime warning in toolchains settings pageChristian Kandeler2019-04-091-2/+2
* | ProjectExplorer: Fix typoOrgad Shaneh2019-04-111-1/+1
* | ProjectExplorer: Add "Remove All" button to toolchains pageChristian Kandeler2019-04-091-0/+17
* | ProjectExplorer: Add "Re-detect" button to toolchains pageChristian Kandeler2019-04-091-8/+63
* | ProjectExplorer: Do not set up x64 compilers as x86 toolchains by defaultChristian Kandeler2019-04-091-1/+52
* | ProjectExplorer: Do not auto-remove manually added toolchainsChristian Kandeler2019-04-021-2/+6
|/
* ProjectExplorer: Fix memory leaks in tree modelsIvan Donchevskii2018-08-211-10/+14
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-1/+1
* Clean up options page category display name and icon set upEike Ziller2018-04-231-3/+0
* ProjectExplorer: Make the Options/Kits Category icon themableAlessandro Portale2018-02-281-1/+2
* ProjectExplorer: Create and populate 'Kits' settings categoryhjk2018-01-241-3/+3
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-1/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-15/+15
* ProjectExplorer: Remove unused membersTobias Hunger2016-12-051-3/+0