aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakesettingspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* CMake: Use IOptionPage convenience patternhjk2020-01-141-4/+3
* Cmake: Use new settings page convenience for CMakeSettingshjk2020-01-071-22/+6
* Utils: Use FilePath for PathChooser::m_baseDirectoryhjk2019-12-191-2/+2
* CMake: Make use of CMake-provided .qch filesTobias Hunger2019-10-161-16/+72
* CMake: Do not run GUI CMake tool on macOSEike Ziller2019-08-121-1/+1
* CMakeTool: Fix disabling of "Autorun" propertyEike Ziller2019-08-121-0/+1
* Run CMake via canonical path instead of warningEike Ziller2019-08-121-11/+4
* CMake: Better warnings for strange/invalid CMake binariesTobias Hunger2019-08-051-26/+81
* CMake: Fix WSTobias Hunger2019-08-051-1/+1
* CMake: Report extra information of cmake in tooltipTobias Hunger2019-07-251-2/+11
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-10/+10
* Fix: member initializer for 'm_fooBar' is redundantAlessandro Portale2018-07-121-2/+1
* CMake: Use unique_ptr to store CMakeTools in CMakeToolManagerTobias Hunger2018-07-101-4/+2
* CMake: Fix SOFT-ASSERT on cmake tool removalTobias Hunger2018-06-041-0/+3
* Clean up options page category display name and icon set upEike Ziller2018-04-231-3/+0
* Move Project::makeUnique to UtilsEike Ziller2018-04-111-2/+2
* ProjectExplorer: Make the Options/Kits Category icon themableAlessandro Portale2018-02-281-1/+2
* ProjectExplorer: Create and populate 'Kits' settings categoryhjk2018-01-241-3/+3
* CMake: Add option to auto-create build directoriesTobias Hunger2017-09-201-9/+27
* CMake: Add a missing breakOrgad Shaneh2017-06-061-1/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* CMake: Fix potential nullptr accessTobias Hunger2016-12-051-0/+2
* CMake: Report cmake versionTobias Hunger2016-09-271-0/+1
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* CMake: Add tooltip to autorun cmake checkboxTobias Hunger2016-08-291-0/+1
* CMake: Make Autorun CMake checkbox translateableTobias Hunger2016-08-291-1/+1
* Utils: Streamline TreeModel APIhjk2016-07-271-5/+5
* TreeModel: Consolidate child()/childAt() and rowCount()/childCount()hjk2016-07-071-2/+2
* TreeModel: Introduce a destroyItem() convenience functionhjk2016-07-061-1/+1
* CMake: Add per-cmake option to not automatically run cmakeTobias Hunger2016-06-281-14/+33
* TreeModel: Re-order template arguments for tree levelshjk2016-06-241-1/+1
* TreeModel: Add a StaticTreeItem(QString) convenience constructorhjk2016-06-171-2/+2
* msvc2013 can not handle 1 item initializer listsTim Jenssen2016-06-151-3/+3
* TreeModel: Introduce a StaticTreeItemhjk2016-06-151-2/+2
* Decorate root items in debugger and cmake options pageshjk2016-06-151-1/+0
* CMake: Use a LeveledTreeModel for settings pagehjk2016-06-101-12/+5
* CMake: Prevent creation of duplicated entries on apply()hjk2016-06-101-20/+21
* cmakesettingspage: Update model on add/remove CMake toolMashrab Kuvatov2016-06-091-0/+5
* TreeModel: Rework tree iterationhjk2016-05-121-3/+4
* CMake: Remove "Prefer Ninja" checkbox on CMake Tool pageTobias Hunger2016-02-151-7/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-5/+1
* CMake: fix UI textv3.6.0-beta1Leena Miettinen2015-10-231-1/+1
* CMakeProjectManager: Remember the preferNinja settingBenjamin Zeller2015-10-091-1/+1
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-1/+1
* Fix i18n problemsSergey Belyashov2015-07-231-0/+3
* TreeModel: takeItem should return the itemEike Ziller2015-06-101-3/+1