aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/jsonwizard
Commit message (Expand)AuthorAgeFilesLines
...
* Wizards: let the page use wizard valuesTim Jenssen2017-09-292-0/+12
* Wizards: add label for spanned widgetsTim Jenssen2017-09-271-0/+5
* Wizards: sprinkle some constsTim Jenssen2017-09-271-7/+7
* Wizards: improve looking for a factoryTim Jenssen2017-09-271-3/+3
* Make DocumentManager::projectsDirectory a FileNameEike Ziller2017-09-191-1/+2
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-042-4/+34
|\
| * Wizards: Do not crash when adding files to existing projectv4.4.0Tobias Hunger2017-09-012-4/+34
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-281-1/+1
|\|
| * ProjectExplorer: Use double quotes for emphasis in UI textLeena Miettinen2017-07-281-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-251-0/+5
|\|
| * Core: Enable text overlay for "New File/Project" iconsAlessandro Portale2017-07-241-0/+5
* | Wizards: make get widget a bit more robustTim Jenssen2017-07-191-21/+31
|/
* Wizards: Remove QLatin1String from JsonFieldPageTim Jenssen2017-06-151-41/+41
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-8/+5
|\
| * JsonWizard: Mark files as "do not overwrite"Tobias Hunger2017-06-011-8/+5
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-2/+2
|\|
| * Wizards: Fix wizards in KDE environmentsTobias Hunger2017-05-121-2/+2
* | Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
|/
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-1/+1
* ProjectNode: Let add/removeSubprojects operate on single fileshjk2017-03-201-1/+1
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-092-8/+5
* ProjectExplorer: Use a local object pool for IProjectManagershjk2017-03-032-24/+5
* Utils: Wrap MimeDatabase into static functionshjk2017-03-033-6/+3
* ProjectManager: Centralize "File not found handling"hjk2017-02-281-2/+1
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-2/+4
* Utils: Initialize all members of ShellCommandPageTim Jenssen2016-12-051-2/+2
* ProjectExplorer: Check before setting errorMessageTobias Hunger2016-12-051-2/+4
* ProjectExplorer: Initialize page indexTobias Hunger2016-11-291-1/+1
* ProjectExplorer: Fix compile with Qt5.6 / gcc 4.8Christian Stenger2016-10-311-2/+2
* Jsonwizard: Modernize JsonFieldPage elementsTobias Hunger2016-10-312-49/+10
* JSON Wizards: Add "isPassword" property to LineEditsTobias Hunger2016-10-102-0/+4
* JsonWizard: Hide label when widget is hidden in Field PageVictor Heng2016-06-062-4/+10
* Merge "Merge remote-tracking branch 'origin/4.0'"Eike Ziller2016-06-031-1/+1
|\
| * Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-06-031-1/+1
| |\
| | * JsonWizard: Check widget visibility when determining if it's mandatoryVictor Heng2016-06-011-1/+1
* | | ProjectExplorer: Complete Qt5-style connectsOrgad Shaneh2016-06-031-1/+0
|/ /
* | Projectexplorer: Modernize codebaseTobias Hunger2016-04-1521-119/+106
* | Wholesale conversion to #pragma oncehjk2016-03-3013-52/+13
|/
* Merge remote-tracking branch 'origin/3.6' into 4.0Eike Ziller2016-03-031-1/+1
|\
| * Fix translations of JSON based wizards.Eike Ziller2016-03-021-1/+1
* | ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-012-4/+2
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1925-425/+300
* | Wizard: Make wizards report which type of projects they can supportTobias Hunger2016-01-191-6/+16
* | JsonWizard: Add option to put evaluated expressions into optionsTobias Hunger2015-12-144-12/+37
* | JSONWizard: Unify "options" handlingTobias Hunger2015-12-146-65/+64
* | JsonWizard: Allow for HistoryCompleter on lineedits and pathchoosersTobias Hunger2015-12-142-7/+19
* | Qt: Remove platformName and platformDisplayName methodsTobias Hunger2015-12-021-1/+1
* | Wizards: Turn "platform" into an IdTobias Hunger2015-12-025-14/+14
* | FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-024-21/+21
* | JsonWizard: Enable directories as file source in file generatorTim Jenssen2015-11-162-79/+128