summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-1712-27/+20
* ProjectExplorer: Remove unused MsvcToolChain::m_debuggerCommandhjk2019-05-171-2/+0
* Qmake: Use Utils::FileName in QMakeStephjk2019-05-162-14/+13
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-1618-158/+66
* Cmake: Use FileName::pathAppended()hjk2019-05-161-2/+1
* Android: Simplify AndroidManifestEditorWidget::iconPathhjk2019-05-162-14/+8
* AutoTest: Add suite layer for testsChristian Stenger2019-05-168-6/+13
* AutoTest: Extract decision of adding filtered itemsChristian Stenger2019-05-164-1/+9
* AutoTest: Add missing iconChristian Stenger2019-05-162-0/+1
* QmlJS: Fix wrong warningChristian Stenger2019-05-161-8/+49
* Qnx/Qmake: More FileName::appendPath -> pathAppended changeshjk2019-05-154-15/+13
* Core::OutputWindow: Move members into d-pointerChristian Kandeler2019-05-152-15/+15
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-158-23/+15
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-1529-101/+129
* Utils: Introduce a non-mutating FileName::pathAppendedhjk2019-05-155-35/+31
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-1521-45/+46
* Compile fixhjk2019-05-151-1/+1
* Utils: Replace mutating FileName::appendStringhjk2019-05-158-41/+27
* Core/Qmake: Move Q_DECLARE_OPERATORS_FOR_FLAGS outside the namespaceOrgad Shaneh2019-05-153-6/+6
* 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
* Variant: Suppress GCC9 warningOrgad Shaneh2019-05-151-0/+9
* ProjectExplorer: Expose working directory to macro expandershjk2019-05-152-0/+9
* Add filter for all files in all project directoriesEike Ziller2019-05-157-93/+287
* qmljstools: Remove dead filesTobias Hunger2019-05-142-139/+0
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-1413-41/+27
* ProjectExplorer: Remove unused AppOutputPane member functionChristian Kandeler2019-05-142-14/+0
* Baremetal: Add option to use gdb target "extended-remote"Denis Vygovskiy2019-05-145-2/+31
* CMake: Remove CMakeBuildTarget::clear()hjk2019-05-145-51/+1
* LanguageClient: add locator filters for symbols in workspace/projectDavid Schulz2019-05-145-34/+203
* LanguageClient: Fix icon cacheChristian Stenger2019-05-141-1/+1
* qbs: Update qbs submodule to current masterOliver Wolff2019-05-141-0/+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
* ResourceEditor: Make tree compressableChristian Kandeler2019-05-131-11/+13
* ProjectExplorer: De-virtualize ToolChainFactory::restorehjk2019-05-131-1/+1
* Utils: Use data member instead of inheritance in FileNamehjk2019-05-132-64/+55
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-1318-55/+21
* ProjectExplorer: Introduce new Task::setFile() methodDenis Shienkov2019-05-133-9/+16
* Algorithm: Put declarations at top of fileEike Ziller2019-05-131-14/+329
* LanguageClient: Fix deadlock in locatorfilterDavid Schulz2019-05-131-1/+3
* Locator: Remove default argument and default behavior for refreshEike Ziller2019-05-133-6/+5
* ProjectExplorer: Remove unused GccToolChainFactory::compilerPathFromEnvironmenthjk2019-05-132-8/+0
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-1320-195/+37
* ProjectExplorer: Remove Toolchain::AutoDetectionFromSettingsChristian Kandeler2019-05-133-6/+5
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-1313-19/+21
* Utils: Remove FileName::isNullhjk2019-05-135-14/+13
* Clang: Sprinkle some overrides over the codebaseTobias Hunger2019-05-132-5/+5
* Clangsupport: Remove some useless default constructorsTobias Hunger2019-05-131-3/+0