aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customwizard
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Use member initialization in CustomWizardParametersTobias Hunger2017-06-122-8/+3
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-3/+2
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-203-15/+11
* ProjectExplorer: Fix error reporting in customwizardTobias Hunger2016-12-051-1/+2
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-4/+4
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-221-1/+2
|\
| * Avoid using dynamic_cast<>hjk2016-06-221-1/+2
* | Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-21/+12
* | Projectexplorer: Modernize codebaseTobias Hunger2016-04-154-35/+30
* | Wholesale conversion to #pragma oncehjk2016-03-304-16/+4
|/
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-012-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-198-136/+96
* Wizard: Make wizards report which type of projects they can supportTobias Hunger2016-01-191-1/+2
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-022-4/+4
* CustomWizard: Make sure to create wizards with unique ids onlyTobias Hunger2015-11-181-11/+28
* Utils: Move template file processing from projectexplorer to utilsTobias Hunger2015-10-124-407/+6
* Wizards: Use Qt5 style connectTobias Hunger2015-09-232-5/+5
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-2/+2
* Open Project: Don't show a error dialog for duplicated projectsDaniel Teske2015-08-241-1/+5
* ProjectExplorer: Add missing override modifiers.Christian Kandeler2015-08-201-4/+4
* Core: Make Id and Feature more separateTobias Hunger2015-06-251-4/+2
* Make BaseFileWizard asyncTobias Hunger2015-06-032-10/+10
* IWizardFactory: Create wizards with factoryCreatorsTobias Hunger2015-05-262-3/+3
* IWizardFactory: Remove class wizard kindTobias Hunger2015-05-261-6/+2
* IWizardFactory: Use Core::Id to identify a wizardTobias Hunger2015-05-214-4/+8
* ProjectExplorer: Replace QScriptEngine with QJSEngineAlessandro Portale2015-04-294-17/+14
* Fix some connections to PathChooser::validChanged().Christian Kandeler2015-03-291-1/+1
* Use new mime databaseEike Ziller2015-02-171-3/+6
* Update LicenseEike Ziller2015-01-1610-60/+60
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1410-70/+80
|\
| * License updateEike Ziller2014-10-0910-70/+80
* | Remove StandardFileWizardFactoryTobias Hunger2014-10-091-1/+1
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-1/+1
* | Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* | ProjectExplorer: Make customwizard less verboseTobias Hunger2014-09-031-29/+0
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-1/+1
* | Move TextFieldCheckBox and TextFieldComboBox into UtilsTobias Hunger2014-07-102-147/+13
|/
* Make private class internalTobias Hunger2014-06-122-25/+31
* Rename ICustomWizardFactory to ICustomWizardMetaFactoryTobias Hunger2014-06-122-8/+7
* s/struct/class/Tobias Hunger2014-06-122-4/+7
* Remove IWizardFactory::DataTobias Hunger2014-06-124-98/+49
* BaseFileWizard: Get rid of addWizardPage.Tobias Hunger2014-06-121-21/+8
* CustomWizardPage: Set page title in constructorTobias Hunger2014-06-122-4/+2
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-121-2/+2
* Inline CustomWizard::initWizardDialog()Tobias Hunger2014-06-062-15/+5
* Introduce BaseFileWizardTobias Hunger2014-06-062-7/+7
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-062-13/+9
* Fix the path for wizard iconjkobus2014-06-051-1/+1
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-053-7/+7