summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/jsonwizard/jsonwizardfilegenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Use more toList/toSet to avoid deprecation warningshjk2019-07-031-2/+1
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-1/+3
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-1/+1
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* JsonWizard: Add option to put evaluated expressions into optionsTobias Hunger2015-12-141-3/+2
* JSONWizard: Unify "options" handlingTobias Hunger2015-12-141-32/+19
* JsonWizard: Enable directories as file source in file generatorTim Jenssen2015-11-161-69/+119
* Utils: Move template file processing from projectexplorer to utilsTobias Hunger2015-10-121-2/+3
* JsonWizard: Make template processing more widely availableTobias Hunger2015-09-281-47/+2
* JsonWizard: Expand repeatedly when filling out templatesTobias Hunger2015-09-221-5/+13
* JsonWizard: Allow to set file-specific replacementTobias Hunger2015-09-221-2/+39
* JsonWizard: Allow Generated files without a sourceTobias Hunger2015-06-151-18/+29
* JsonWizard: Add default implementationTobias Hunger2015-05-121-24/+0
* JsonWizard: Move code for opening files into JsonWizardTobias Hunger2015-05-121-19/+2
* JsonWizard: Add a polish phaseTobias Hunger2015-04-231-0/+8
* Update LicenseEike Ziller2015-01-161-6/+6
* MacroExpander: Fall back to global expanderhjk2014-10-161-6/+6
* JsonWizard: Make sure to open files as the last thingTobias Hunger2014-10-161-0/+8
* JsonWizard: Allow for more control of line layout in templatesTobias Hunger2014-10-161-2/+25
* License update.Eike Ziller2014-10-151-7/+8
* JsonWizard: Support formatting of sources after creating contentsTobias Hunger2014-09-301-10/+0
* JsonWizard: Add FileGeneratorTobias Hunger2014-09-241-0/+206