aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customwizard
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-063-4/+5
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-2/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+4
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-3/+3
* Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-3/+3
* Don't initialize QFlags unnecessarilyAlessandro Portale2020-01-211-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-4/+5
* Use Qt's QFileInfoList instead of QList<QFileInfo>hjk2019-05-281-2/+2
* Wizards: Support using #pragma once instead of include guardsFilip Bucek2019-01-231-0/+10
* Fix XML-based wizardsChristian Kandeler2019-01-221-2/+2
* ProjectExplorer: ModernizeAlessandro Portale2018-12-043-11/+11
* ProjectExplorer: ModernizeAlessandro Portale2018-07-164-13/+11
* ProjectExplorer: Use override consistentlyTobias Hunger2018-05-071-1/+1
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-152-4/+16
* Wizards: add enableLoadTemplateFiles boolTim Jenssen2017-11-151-1/+13
* 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