summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-173-7/+5
* ProjectExplorer: Remove unused MsvcToolChain::m_debuggerCommandhjk2019-05-171-2/+0
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-1610-122/+66
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-159-53/+69
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-159-29/+31
* Utils: Replace mutating FileName::appendStringhjk2019-05-151-11/+8
* MsvcToolchain: Allow users to edit vcvars combo box's textOliver Wolff2019-05-151-0/+1
* MsvcToolchain: Display native paths in vcvars path combo boxOliver Wolff2019-05-151-6/+10
* MsvcToolChain: Cache list of installed toolchains per MSVC installationOliver Wolff2019-05-151-4/+14
* ProjectExplorer: Expose working directory to macro expandershjk2019-05-152-0/+9
* Add filter for all files in all project directoriesEike Ziller2019-05-151-18/+45
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-144-18/+8
* ProjectExplorer: Remove unused AppOutputPane member functionChristian Kandeler2019-05-142-14/+0
* MsvcToolChain: Fix name of cloned toolchainOliver Wolff2019-05-141-1/+2
* MsvcToolChain: Allow users to clone or create their own MSVC toolchainsOliver Wolff2019-05-142-0/+178
* ProjectExplorer: De-virtualize ToolChainFactory::restorehjk2019-05-131-1/+1
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-138-19/+15
* ProjectExplorer: Introduce new Task::setFile() methodDenis Shienkov2019-05-132-8/+15
* ProjectExplorer: Remove unused GccToolChainFactory::compilerPathFromEnvironmenthjk2019-05-132-8/+0
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-138-94/+28
* ProjectExplorer: Remove Toolchain::AutoDetectionFromSettingsChristian Kandeler2019-05-133-6/+5
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-132-2/+2
* Utils: Remove FileName::isNullhjk2019-05-131-1/+1
* Remove unused fileshjk2019-05-131-529/+0
* ProjectExplorer: Do not inherit ClangClToolChainFactoryhjk2019-05-132-1/+2
* MsvcToolChain: Add supportedAbis functionalityOliver Wolff2019-05-132-0/+49
* MsvcToolChain: Introduce and use wordWidthForPlatform and archForPlatformOliver Wolff2019-05-131-23/+41
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-1011-91/+106
* qbs: add support for the clang-cl compilerIvan Komissarov2019-05-101-1/+1
* Utils: RemoveFileName::{size,count,length}hjk2019-05-101-2/+2
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-105-22/+27
* ProjectExplorer: Don't let the "import project" action fail silentlyChristian Kandeler2019-05-102-5/+11
* ProjectExplorer: Remove ToolChain::canClone()hjk2019-05-105-13/+1
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-099-40/+30
* ProjectExplorer: Let users delete several sessions at onceChristian Kandeler2019-05-099-34/+68
* ProjectExplorer: Replace ToolChainFactory::supportedLanguangehjk2019-05-098-39/+26
* ProjectExplorer: Replace ToolChainFactory::canRestorehjk2019-05-099-63/+30
* ProjectExplorer: Let the user delete sessions via the "Delete" keyChristian Kandeler2019-05-092-3/+14
* ProjectExplorer: Introduce new ToolChainFactory::Candidate classDenis Shienkov2019-05-091-0/+13
* ProjectExplorer: Consolidate macro and header path cache handlinghjk2019-05-096-45/+35
* Output pane settings: Make more more i18n-friendlyChristian Kandeler2019-05-092-4/+8
* ProjectExplorer: Cache MSVC compiler pathhjk2019-05-092-3/+11
* Export Wizard values to JavaScript macroEike Ziller2019-05-096-14/+104
* Kit options widget: Update the "unique display name" warning on removalChristian Kandeler2019-05-091-0/+2
* Merge "Merge remote-tracking branch 'origin/4.9'"Eike Ziller2019-05-081-4/+9
|\
| * Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-4/+9
| |\
| | * Fix passing of kit IDs for subproject to JSON wizardsEike Ziller2019-05-081-4/+9
* | | ProjectExplorer: Factor out common parts of Kit::{clone(), copyFrom()}Christian Kandeler2019-05-082-15/+15
|/ /
* | MsvcToolChain: Introduce changeVcVarsAllCallOliver Wolff2019-05-082-9/+17
* | ProjectExplorer: fix crash on startup in gcctoolchainDavid Schulz2019-05-082-0/+7