aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/wizards
Commit message (Expand)AuthorAgeFilesLines
* Wizards: Add deployment rules to Widgets and Console applicationsKari Oikarinen2018-05-031-1/+4
* Designer: Use PluginManager getObjectByName instead of getObjectByClassNamehjk2018-04-031-1/+1
* Remove duplicated "Qt Unit Test" wizardMitch Curtis2018-03-097-743/+0
* Use project id uniformly as project contexthjk2017-12-201-1/+1
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-3/+7
* Wizards: Make the big wizards icons smallerAlessandro Portale2017-07-216-0/+0
* QMake project manager: Fix typoRobert Loehning2017-07-191-1/+1
* Qmake: Use member initialization for GuiAppParametersTobias Hunger2017-06-122-15/+4
* Update wizard template iconsMitch Curtis2017-06-068-8/+4
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* QMake: Prettify file lists in generated project filesAndre Hartmann2017-03-263-10/+16
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-3/+2
* ProjectManager: Cut ties between Project and IProjectManagerhjk2017-03-011-4/+1
* Remove spaces in initializer listsTim Jenssen2017-02-227-19/+19
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-8/+6
* Project wizards: warn when using deprecated APIs in new projectsGiuseppe D'Angelo2016-10-251-0/+13
* QMake project manager: add fallthrough commentGiuseppe D'Angelo2016-10-101-0/+1
* QMakeProjectManager: Remove BaseQmakeProjectWizardDialog::setupProject()hjk2016-10-052-8/+0
* Fix buildEike Ziller2016-05-271-1/+2
* QmakeProjectManager: Add a wizard to import project for editing onlyhjk2016-05-272-0/+280
* QmakePM: Use Qt5-style connectsOrgad Shaneh2016-05-265-17/+13
* Wholesale conversion to #pragma oncehjk2016-03-3014-56/+14
* ProjectExplorer: Fixed "New file" dialog population.Tobias Hunger2016-02-261-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1928-476/+336
* Wizard: Make wizards report which type of projects they can supportTobias Hunger2016-01-191-1/+1
* Wizards: Better selection of project wizards to showTobias Hunger2016-01-191-1/+7
* Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-4/+2
* Wizards: Turn "platform" into an IdTobias Hunger2015-12-023-5/+5
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-025-6/+5
* SubdirsWizard: Make opening of NewItemDialog work againTobias Hunger2015-09-291-4/+3
* Wizards: Use Qt5 style connectTobias Hunger2015-09-236-13/+10
* Qt: Update features for Qt 5.5Tobias Hunger2015-06-253-3/+3
* Core: Make Id and Feature more separateTobias Hunger2015-06-253-3/+3
* Make BaseFileWizard asyncTobias Hunger2015-06-0315-52/+67
* Wizards: Simplify code a bitTobias Hunger2015-05-288-26/+4
* IWizardFactory: Use Core::Id to identify a wizardTobias Hunger2015-05-214-4/+4
* QMakeProjectManager: Replace consoleappwizard with a Json wizardTobias Hunger2015-05-184-296/+0
* ProjectManager: Qt Quick application templates via json wizardAlessandro Portale2015-05-1510-1495/+0
* Remove Qt Quick 1 TemplateDaniel Teske2015-04-284-248/+6
* Purge deployment.priDaniel Teske2015-04-282-13/+0
* Fix some connections to PathChooser::validChanged().Christian Kandeler2015-03-291-3/+3
* Keeping entered values in C++ Library WizardLibor Tomsik2015-03-021-8/+9
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1242-252/+252
|\
| * Update LicenseEike Ziller2015-01-1642-252/+252
* | Wizard: Use normalized path separatorsOrgad Shaneh2015-02-022-4/+2
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-294-13/+15
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-4/+1
|/
* JsonWizard: Replace EmptyProjectWizard with a JsonWizardTobias Hunger2014-11-034-253/+0
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1