summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* CMake: Delay initialization of CMakeToolsTobias Hunger2016-01-275-257/+201
* CMake: Use pragma once consistentlyTobias Hunger2016-01-2728-84/+28
* ProjectExplorer: Drop LocalApplicationRunConfigurationhjk2016-01-262-42/+17
* CMake: Simplify code a littleTobias Hunger2016-01-221-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1954-904/+648
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-193-26/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-143-8/+8
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+2
* CMake: fix grammar in error messageLeena Miettinen2016-01-121-3/+3
* CMake: Change PreloadKitInformation to work on Utils::FileNameTobias Hunger2016-01-124-9/+9
* CMake: Document all arguments passed to cmakeTobias Hunger2016-01-113-14/+12
* Project: Add setRootProjectNode methodTobias Hunger2016-01-112-16/+6
* Project: Do not save filenames in derived classesTobias Hunger2016-01-112-3/+1
* Project: Add setProjectManager methodTobias Hunger2016-01-112-14/+6
* Project: Add setDocument methodTobias Hunger2016-01-114-15/+3
* CMake: Use Qt5-style connectsTobias Hunger2016-01-084-27/+25
* CMake: Avoid passing CMakeManager aroundTobias Hunger2016-01-086-46/+30
* CMake: Inline method that is used only onceTobias Hunger2016-01-082-5/+0
* CMake: Order preloadcache after cmake in the kit displayTobias Hunger2016-01-081-1/+1
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-0841-306/+222
* CMake: Document arguments used to run cmake withTobias Hunger2016-01-081-1/+8
* CMake: Remove unused member from CMakeBuildConfigurationTobias Hunger2016-01-082-2/+0
* CMake: Simplify setup of CMakeOpenProjectWizardTobias Hunger2016-01-085-20/+9
* CMake: Fix build again.Tobias Hunger2016-01-081-1/+1
* CMake: Simplify code a bitTobias Hunger2016-01-081-8/+8
* CMake: Only offer kits with a cmake set up!Tobias Hunger2016-01-082-0/+13
* CMake: Sprinkle overrides over CMakeProjectTobias Hunger2016-01-081-10/+10
* CMake: Make CMake build configuration widget look more like othersTobias Hunger2016-01-081-3/+13
* CMake: Clean up CMakeOpenProjectWizardTobias Hunger2016-01-082-9/+13
* CMake: Do not bother to remember ninja support statusTobias Hunger2016-01-089-89/+23
* CMake: Use "cmake --build" to buildTobias Hunger2016-01-082-164/+102
* fix msvc2013 buildsTim Jenssen2016-01-081-1/+1
* CMake: Use algorithm in CMakeBuildStepTobias Hunger2016-01-081-5/+4
* CMake: Move MakeStep to CMakeBuildStepTobias Hunger2016-01-088-144/+141
* CMake: Use "clean" targetTobias Hunger2016-01-084-24/+21
* Analyzer: Slim down AnalyzerStartParametershjk2016-01-071-1/+1
* CMake: Make sure there is a "clean" targetTobias Hunger2016-01-072-1/+12
* CMake: Store project name in root nodeTobias Hunger2016-01-072-4/+2
* CMake: Remove some repetitionsTobias Hunger2016-01-071-18/+17
* CMake: Use Utils::algorithmTobias Hunger2016-01-071-12/+8
* Cmake: Fix problems with QString / Utils::FileName conversionsUlf Hermann2016-01-061-3/+4
* CMake: Convert open project wizard to Qt5 style connectsTobias Hunger2016-01-051-16/+13
* CMake: Convert BuildSettingsWidget to Qt5 style connectsTobias Hunger2016-01-051-3/+3
* CMakeProjectManager: Use WorkingDirectoryAspecthjk2015-12-172-133/+26
* KitConfigWidgets: Use overrideTobias Hunger2015-12-021-1/+1
* CMake: Add current run configurations' name to make stepTom Deblauwe2015-12-012-12/+78
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-2/+2
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-162-3/+3
* Remove unnecessary destructorsTobias Hunger2015-11-164-10/+0
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-162-21/+21