aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Rename ProjectTree::findCurrentNode to currentNodehjk2019-04-301-1/+1
* ProjectExplorer: Switch order of template parametershjk2019-04-021-1/+1
* CMakePM: Fix order of initializationChristian Stenger2019-03-201-2/+2
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-0/+4
* ProjectExplorer: Make kit aspects self-registerhjk2019-03-181-4/+4
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-3/+3
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-2/+2
* ProjectExplorer: Use unique_ptr to store KitInformationTobias Hunger2018-07-111-3/+3
* Add Specific settings page to CMakePLugin and create checkable dialog box for...Pawel Rutka2018-03-161-5/+20
* CMake: Pimpl CMakeProjectPlugin and avoid use of global object poolhjk2018-02-201-20/+40
* Use project id uniformly as project contexthjk2017-12-201-1/+1
* ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-2/+2
* Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-2/+4
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-0/+4
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-3/+0
* ProjectExplorer: Remove arguments from node change signalshjk2017-02-241-2/+3
* CMake: fix not disconnected build actionTim Jenssen2016-12-121-3/+3
* CMake: fix crash while clicking context menuTim Jenssen2016-12-121-2/+4
* CMake: Allow to build target from context menu of CMakeTargetNodesTobias Hunger2016-11-151-3/+52
* CMake: Add fileoverlay icons for cmake project filesTobias Hunger2016-11-101-1/+6
* CMake: Add CMakeSnippetProviderTobias Hunger2016-08-231-0/+2
* CMake: Do not run a cmake wizard all the timeTobias Hunger2016-02-151-2/+0
* CMake: Add CMakeConfigurationKitInformationTobias Hunger2016-02-121-0/+1
* CMakeProjectPlugin: Clean up some headersTobias Hunger2016-02-121-5/+0
* CMake: Add CMakeGeneratorKitInformationTobias Hunger2016-02-121-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-8/+0
* CMake: Move MakeStep to CMakeBuildStepTobias Hunger2016-01-081-2/+2
* CMake: add preload cache cmake script file per kitTom Deblauwe2015-10-261-0/+2
* CMakeProjectManager: Provide way for plugins to autodetect cmake toolsBenjamin Zeller2015-03-091-1/+2
* Make CMakeTool known to the KitsBenjamin Zeller2015-03-031-2/+4
* Make it possible to register multiple cmake instancesBenjamin Zeller2015-02-241-5/+8
* Use new mime databaseEike Ziller2015-02-171-3/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move CompletionAssistProvider constructionhjk2014-10-061-2/+2
* | CmakeProjectManager decrease N of included headersNikita Baryshnikov2014-09-121-0/+1
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | CMakeProjectManager: General editor related code consolidationhjk2014-08-201-5/+4
* | CmakeEditor: Use the generic SyntaxHighlighter.Charles Huet2014-08-121-9/+0
* | IWizardFactory: Add a feature for all running pluginsTobias Hunger2014-07-211-11/+0
|/
* CMakeProject: Make CMakeLists.txt and *.cmake use different mime typesDaniel Teske2014-07-171-0/+1
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-261-2/+9
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-2/+1
* Implement syntax highlighting in diff editorjkobus2013-08-291-0/+2
* Do not offer CMake-specific wizards if that plugin is not enabled.Christian Kandeler2013-07-261-0/+12
* Streamline mimetypes.xml filesOrgad Shaneh2013-06-071-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\