summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-23/+15
* CMakePM: Add action to reload CMake PresetsCristian Adam2023-05-151-0/+89
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+7
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: FilePathify some of the refactoring operationshjk2022-12-161-4/+8
* CMakeProjectManager: Pass context object to lambda connectionsJarek Kobus2022-12-081-4/+4
* CMake: Support Build File also from header filesOrgad Shaneh2022-10-121-1/+9
* CMake: Move to Tr::trhjk2022-09-301-9/+10
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CMakePM: remove unused headers, enforce sorting of headersCristian Adam2022-07-111-1/+0
* CMakePM: Disable "Run CMake" menu entry while buildingCristian Adam2021-11-261-0/+1
* Pass the new node in ProjectTree::currentNodeChangedEike Ziller2021-06-281-7/+9
* Improve grouping and order in the build menuTasuku Suzuki2021-03-251-3/+3
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-32/+0
* CMake: Use new MessageManager APIEike Ziller2020-12-041-2/+2
* CMake: Fix UI text capitalization and punctuationLeena Miettinen2020-07-021-2/+2
* CMake: Add a command to trigger parsing of CMake reply fileTobias Hunger2020-06-111-5/+41
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-8/+3
* CMake: Rename some constantsTobias Hunger2020-04-171-9/+16
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-3/+1
* CMake: More logging of parsing starting/stoppedTobias Hunger2019-12-101-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-26/+24
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-3/+4
* CMake: Support building a single fileOrgad Shaneh2019-05-291-0/+116
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-3/+3
* Use project id uniformly as project contexthjk2017-12-201-1/+1
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-13/+3
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-2/+1
* CMake: Fix UI text capitalizationLeena Miettinen2017-04-051-1/+1
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-10/+0
* ProjectManager: Centralize "File not found handling"hjk2017-02-281-10/+2
* ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-281-1/+1
* CMake: Move CMakeProjectManager::findCbpFile to tealeafreader.cpphjk2017-02-281-20/+0
* CMake: Remove unused function CMakeManager::createXmlFilehjk2017-02-271-23/+0
* CMake: make project file system tree scanner persistentAlexander Drozdov2016-12-131-1/+23
* CMake: Encapsulate BuildDirManager in CMakeBCTobias Hunger2016-10-061-1/+1
* CMake: omit configuration dropping on cache clearAlexander Drozdov2016-03-171-1/+0
* CMake: Add ability to force CMake cache clearTobias Hunger2016-03-101-6/+33
* CMake: Remove "Prefer Ninja" checkbox on CMake Tool pageTobias Hunger2016-02-151-5/+0
* CMake: Do not run a cmake wizard all the timeTobias Hunger2016-02-151-9/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Document all arguments passed to cmakeTobias Hunger2016-01-111-5/+2
* CMake: Use Qt5-style connectsTobias Hunger2016-01-081-9/+10
* CMake: Avoid passing CMakeManager aroundTobias Hunger2016-01-081-6/+6
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-3/+3
* CMake: Simplify setup of CMakeOpenProjectWizardTobias Hunger2016-01-081-1/+1
* CMake: Fix cmake preloadCache file supportTobias Hunger2015-10-291-1/+2
* CMake: add preload cache cmake script file per kitTom Deblauwe2015-10-261-1/+2
* CMake: Rewrite logic for kit selectionDaniel Teske2015-09-161-1/+2
* Fix various context menu actions from project managersDaniel Teske2015-08-311-9/+14