aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customwizard/customwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* CustomWizard: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-6/+6
* ProjectExplorer: Move OpenProjectResult off ProjectExplorerPlugin classhjk2024-01-181-2/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* ProjectExplorer: Create wizards one by onehjk2022-09-291-20/+4
* ProjectExplorer: Use more FilePath in wizards, mostly JsonWizard*Alessandro Portale2022-09-051-7/+9
* Projects: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-091-2/+4
* Use FilePath in several file wizardshjk2021-09-291-3/+3
* Utils: User FilePath in ProjectIntroPagehjk2021-08-111-6/+7
* ProjectExplorer: CustomWizard code cosmeticshjk2021-08-101-52/+55
* ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-1/+1
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-4/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-6/+4
* ProjectExplorer: Use new message manager APIEike Ziller2020-12-071-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Don't initialize QFlags unnecessarilyAlessandro Portale2020-01-211-1/+1
* Use Qt's QFileInfoList instead of QList<QFileInfo>hjk2019-05-281-2/+2
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-8/+6
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-1/+14
* Wizards: add enableLoadTemplateFiles boolTim Jenssen2017-11-151-1/+13
* ProjectExplorer: Fix error reporting in customwizardTobias Hunger2016-12-051-1/+2
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-221-1/+2
|\
| * Avoid using dynamic_cast<>hjk2016-06-221-1/+2
* | Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-5/+5
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Wizard: Make wizards report which type of projects they can supportTobias Hunger2016-01-191-1/+2
* CustomWizard: Make sure to create wizards with unique ids onlyTobias Hunger2015-11-181-11/+28
* Wizards: Use Qt5 style connectTobias Hunger2015-09-231-1/+2
* Open Project: Don't show a error dialog for duplicated projectsDaniel Teske2015-08-241-1/+5
* Make BaseFileWizard asyncTobias Hunger2015-06-031-7/+7
* IWizardFactory: Create wizards with factoryCreatorsTobias Hunger2015-05-261-2/+2
* IWizardFactory: Use Core::Id to identify a wizardTobias Hunger2015-05-211-1/+1
* 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
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-1/+1
* | ProjectExplorer: Make customwizard less verboseTobias Hunger2014-09-031-29/+0
|/
* Make private class internalTobias Hunger2014-06-121-21/+27
* Rename ICustomWizardFactory to ICustomWizardMetaFactoryTobias Hunger2014-06-121-2/+2
* Remove IWizardFactory::DataTobias Hunger2014-06-121-17/+19
* BaseFileWizard: Get rid of addWizardPage.Tobias Hunger2014-06-121-21/+8
* CustomWizardPage: Set page title in constructorTobias Hunger2014-06-121-4/+0
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-121-2/+2
* Inline CustomWizard::initWizardDialog()Tobias Hunger2014-06-061-12/+5
* Introduce BaseFileWizardTobias Hunger2014-06-061-4/+4
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-061-9/+7
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-051-4/+4