summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/basefilewizardfactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: ModernizeAlessandro Portale2018-08-081-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Wizards: Turn "platform" into an IdTobias Hunger2015-12-021-1/+1
* Make BaseFileWizard asyncTobias Hunger2015-06-031-213/+9
* Wizards: Allow for async wizardsTobias Hunger2015-06-031-8/+12
* Wizards: Treat running wizards in the same way as a running NewDialogTobias Hunger2015-06-031-1/+1
* Use new mime databaseEike Ziller2015-02-171-3/+7
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Wizard: Use normalized path separatorsOrgad Shaneh2015-02-021-2/+3
* | Register wizard windows so they appear in window list and get shortcutsEike Ziller2015-01-051-0/+2
|/
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-3/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove StandardFileWizardFactoryTobias Hunger2014-10-091-41/+0
* | Core: Export PromptOverwriteDialogTobias Hunger2014-09-031-1/+1
|/
* New Dialog: Do not show wizards on top of everything elseEike Ziller2014-07-161-1/+1
* Run "New ..." dialog as non-blocking, stay-on-top.Eike Ziller2014-07-021-2/+2
* Utils: Remove FileWizard class altogetherTobias Hunger2014-06-121-8/+14
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-121-21/+1
* BaseFileWizardFactory: Remove ExtensionList type and extensions() methodTobias Hunger2014-06-061-7/+2
* Introduce BaseFileWizardTobias Hunger2014-06-061-7/+9
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-061-16/+14
* IWizardFactory: Rename StandardFileWizard to StandardFileWizardFactoryTobias Hunger2014-06-051-2/+2
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-051-0/+556