aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/iwizardfactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: ModernizeAlessandro Portale2018-08-081-2/+2
* Wizards: add basic testsTim Jenssen2017-10-301-1/+2
* Make DocumentManager::projectsDirectory a FileNameEike Ziller2017-09-191-3/+4
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* File > New: Bring existing dialog to foregroundEike Ziller2016-09-301-4/+12
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Wizards: Better selection of project wizards to showTobias Hunger2016-01-191-19/+0
* Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-1/+0
* Wizards: Turn "platform" into an IdTobias Hunger2015-12-021-17/+17
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-021-8/+6
* SubdirsWizard: Make opening of NewItemDialog work againTobias Hunger2015-09-291-2/+61
* ICore: Consistently use NewItemDialog to refer to File>New dialogTobias Hunger2015-09-241-3/+3
* Wizards: Do not crash when dialogs are still open on quitEike Ziller2015-06-041-2/+0
* Wizards: Add dialog to investigate wizard stateTobias Hunger2015-06-041-0/+8
* Wizards: Bring already running wizards to the frontTobias Hunger2015-06-031-10/+6
* Make BaseFileWizard asyncTobias Hunger2015-06-031-0/+1
* Wizards: Allow for async wizardsTobias Hunger2015-06-031-5/+16
* Wizards: Disable wizard actions while NewDialog is visibleTobias Hunger2015-06-031-0/+8
* Wizards: Block reloading of wizards while NewDialog is visibleTobias Hunger2015-06-031-0/+4
* Wizards: Treat running wizards in the same way as a running NewDialogTobias Hunger2015-06-031-0/+17
* Wizards: Simplify code a bitTobias Hunger2015-06-011-19/+8
* Wizards: Do not list plugins in available feature setTobias Hunger2015-06-011-1/+1
* Wizards: Do not list json wizards that go with plugins that are not loadedTobias Hunger2015-05-281-0/+3
* JsonWizard: split plugins and features when considering enabled stateTobias Hunger2015-05-281-1/+1
* Wizards: Add a method to query available featuresTobias Hunger2015-05-281-6/+11
* Wizards: Add a command to trigger a reload of all wizardsTobias Hunger2015-05-271-0/+5
* Wizards: Register commands for wizardsTobias Hunger2015-05-271-5/+53
* IWizardFactory: Create wizards with factoryCreatorsTobias Hunger2015-05-261-5/+42
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: CosmeticsOrgad Shaneh2014-11-261-3/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | IWizardFactory: Factor out plugin feature set generationTobias Hunger2014-09-031-15/+16
* | IFeatureProvider: Add register method for IFeatureProviders to IWizardFactoryTobias Hunger2014-07-301-12/+20
* | IWizardFactory: Add a feature for all running pluginsTobias Hunger2014-07-211-1/+19
|/
* IWizard->IWizardFactoryTobias Hunger2014-05-261-0/+231