aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customwizard/customwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* IWizard->IWizardFactoryTobias Hunger2014-05-261-5/+5
* Rewrite ::getObjects usage to use predicate versionDaniel Teske2014-05-121-8/+9
* Remove some needless ProjectExplorer::Tobias Hunger2014-05-061-1/+1
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-5/+5
* CustomWizard: Use object pool to find factoriesTobias Hunger2014-02-171-27/+13
* CustomWizard: s/struct/class/Tobias Hunger2014-02-131-1/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-091-1/+0
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-4/+4
|\
| * Doc: edit customwizard plugin API docsLeena Miettinen2013-09-091-4/+4
* | Cleanup IWizard interface and usershjk2013-09-241-24/+16
* | MessageManager: General cleanup.hjk2013-09-051-1/+1
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-2/+2
* | Core: Remove deprecated accessorshjk2013-08-301-1/+1
* | Consolidate the different "Plain C/C++" wizards somewhat.Christian Kandeler2013-07-261-4/+10
|/
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-3/+5
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-1/+0