aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/wizards
Commit message (Expand)AuthorAgeFilesLines
* Wizards: Remove a few unneeded Q_OBJECThjk2025-04-252-7/+1
* Core: Use more Result<> in some wizardshjk2025-04-255-22/+19
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Core etc: Use dialogParent() for several wizardshjk2024-12-106-24/+14
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* Wizards: Redo sub project handlingChristian Stenger2024-06-191-0/+1
* PE: Fix adding first project for subdirs projectChristian Stenger2024-06-171-1/+2
* QmakeProjectManager: Remove more unused codeChristian Kandeler2024-01-252-78/+3
* QmakeProjectManager: Remove unused functionsAlessandro Portale2023-11-092-82/+0
* Utils/all: Move mime constants into a central placehjk2023-11-081-5/+3
* Utils: Use a proper class as Keyhjk2023-09-271-1/+1
* Utils: Use Key more widely in QtcSettingshjk2023-08-301-3/+4
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* CppEditor: Give C++ file name settings a per-project variantChristian Kandeler2023-06-081-2/+4
* QmakeProjectManager: Work around a warninghjk2023-03-241-2/+4
* ProjectExplorer: Tr::trhjk2023-01-161-3/+3
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-068-8/+8
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* QmakeProjectManager: Convert to using Tr::trAlessandro Portale2022-09-293-10/+13
* ProjectExplorer: Use more FilePath in wizards, mostly JsonWizard*Alessandro Portale2022-09-052-8/+9
* Use SPDX license identifiersLucie Gérard2022-08-268-192/+16
* Wizards: Make wizard icons a bit lighterAlessandro Portale2022-01-252-0/+0
* Use FilePath in several file wizardshjk2021-09-294-16/+19
* Wizards: Turn icons into themed iconsAlessandro Portale2021-09-283-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-012-5/+5
* Utils: User FilePath in ProjectIntroPagehjk2021-08-111-1/+4
* ProjectExplorer: Use FilePath for ProjectNode::{path,directory}hjk2021-08-061-1/+2
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+1
* Cpp: Use new settings APIEike Ziller2021-01-221-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-063-8/+8
* Wizards: Update templates in regard to deprecation warningsChristian Kandeler2020-06-301-7/+1
* Icons cleanup: Remove unused icons and deduplicate identical pngsAlessandro Portale2020-06-226-5/+0
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-042-279/+0
|\
| * Move SimpleProjectWizard to ProjectExplorer pluginBogDan Vatra2020-03-032-409/+0
| * Improve simpleprojectwizardBogDan Vatra2020-03-031-9/+139
* | QmakeProjectManager: Merge QmakeManager into QmakeProjectManagerPrivatehjk2020-02-261-1/+0
|/
* TargetSetupPage: Improve reporting on invalid kitsTobias Hunger2020-02-061-7/+17
* Utils/QMakeProjectManager: Remove dead codeAlessandro Portale2020-01-222-282/+0
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-5/+5
* QmakeProjectManager: Remove unused modules handling from wizardsChristian Stenger2019-08-145-261/+7
* QmakePM: QtWizard Code cosmeticshjk2019-08-132-23/+10
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer etc: More FilePath usagehjk2019-06-261-4/+2
* Utils: Rename FileName to FilePathhjk2019-05-282-9/+9
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-082-15/+25
|\
| * Fix passing of kit IDs for subproject to JSON wizardsEike Ziller2019-05-082-15/+25
* | Move C++ Library wizard to JSONEike Ziller2019-04-176-891/+0