aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/classes
Commit message (Expand)AuthorAgeFilesLines
* Fix the Python templatesAndy Shaw2020-02-182-5/+4
* Wizards: Use valid Json onlyTobias Hunger2019-09-171-3/+1
* Wizards: Remove "public slots:" segment from class templateChristian Kandeler2019-07-241-5/+0
* "New class" wizard: Respect the project's "no Qt keywords" settingChristian Kandeler2019-07-221-0/+8
* rename PythonEditor plugin to PythonDavid Schulz2019-07-171-1/+1
* "New Class" wizard: Add option for adding the Q_OBJECT macroChristian Kandeler2019-07-012-1/+12
* New class wizard: Add Qt module dependencies, if necessaryChristian Kandeler2019-06-191-1/+4
* Wizards: Include namespace in header guards againChristian Kandeler2019-06-121-1/+1
* Export Wizard values to JavaScript macroEike Ziller2019-05-094-33/+33
* Wizards: Allow non-existing base directory for new filesChristian Kandeler2019-05-084-4/+4
* Wizards: Fix include statementsChristian Kandeler2019-04-304-4/+4
* Add Qt for Python templates and better supportCristian Maureira-Fredes2019-02-042-26/+31
* Wizards: Support using #pragma once instead of include guardsFilip Bucek2019-01-234-4/+28
* Wizards: fix wrong json filesTim Jenssen2017-10-262-3/+3
* Wizards: remove default valuesTim Jenssen2017-10-261-15/+5
* Wizards: remove wrong used wizard.json propertyTim Jenssen2017-10-262-3/+0
* Wizards: Add file extension as text overlay to some wizardsAlessandro Portale2017-07-243-0/+3
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-144-4/+0
|\
| * Wizards: remove default iconTim Jenssen2016-11-104-4/+0
* | Wizards: C++11-ify code generated by JSON wizardsTobias Hunger2016-10-284-5/+5
|/
* Wizards: Generate header guard of cpp classes based on header file nameTobias Hunger2016-10-261-1/+1
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-08-151-2/+2
|\
| * Fix wrong code in list/table model templatesDavid Faure2016-08-102-3/+3
* | Wizards: Fix list model wizard's rowCount()Lorenz Haas2016-07-311-1/+3
|/
* Wizards: Fix validation of C++ class namesTobias Hunger2016-03-182-2/+2
* JsonWizard: Update to use supportedProjectTypeTobias Hunger2016-01-194-4/+4
* Wizard: Add a wizard for item modelsTobias Hunger2015-10-217-0/+692
* JsonWizard: Update wizards to make use of new featuresTobias Hunger2015-09-221-2/+10
* CppClassWizard: Do not add signal/slot to non-QObject classesTobias Hunger2015-08-271-1/+1
* C++ class wizard: Do not add Q_OBJECT macro for non-QObjectsTobias Hunger2015-05-282-2/+2
* JsonWizard: split plugins and features when considering enabled stateTobias Hunger2015-05-283-3/+4
* IWizardFactory: Remove class wizard kindTobias Hunger2015-05-262-2/+2
* JsonWizard: Simplify handling of bools via JSTobias Hunger2015-05-112-11/+11
* Mime types: Fix that some QML files were opened as C++Eike Ziller2015-02-241-1/+1
* Honor Rule of three (or five) in the class wizardMarco Bubke2014-11-272-2/+2
* JsonWizard: Support fixup expandos for lineedits on FieldPagesTobias Hunger2014-11-191-1/+5
* Wizards: Fix form ui wizardThomas Hartmann2014-11-171-3/+3
* JsonWizard: Remove empty linesTobias Hunger2014-11-032-14/+6
* JsonWizard: Match up files generated by the Cpp Class wizardTobias Hunger2014-11-031-2/+2
* JsonWizard: Replace Python class wizard with a JsonWizardTobias Hunger2014-10-242-0/+182
* Rename qml file templatesTobias Hunger2014-10-203-2/+2
* Add file wizard for .ui.qml formsThomas Hartmann2014-10-173-0/+96
* JsonWizard: Enable validators for lineedits on Fields pagesTobias Hunger2014-10-151-1/+2
* JsonWizard: Replace CppClassWizard with a JsonWizardTobias Hunger2014-10-153-0/+296