summaryrefslogtreecommitdiffstats
path: root/scripts/templates
Commit message (Expand)AuthorAgeFilesLines
...
* Add metatype declaration for QSet<QString> in qtumlglobal.hSandro S. Andrade2013-08-291-0/+1
* New UML metamodel implementation almost doneSandro S. Andrade2013-08-292-9/+20
* Fix some issues in qclass.cpp templateSandro S. Andrade2013-08-291-0/+4
* Add final templates for new metamodel generationSandro S. Andrade2013-08-282-23/+51
* Add new generation templatesSandro S. Andrade2013-08-287-78/+351
* Fix return value for QList/QSet propertiesSandro S. Andrade2013-08-272-14/+18
* Add initial support for QObject export of QModelingObjectsSandro S. Andrade2013-08-276-5/+36
* Add qWarning message in default implementation of UML methodsSandro S. Andrade2013-08-261-1/+3
* Add support for opposite properties handlingSandro S. Andrade2013-08-263-11/+85
* Add subsetted property adjustment for single-valued propertiesSandro S. Andrade2013-08-262-10/+39
* Add dpointer-free UML metamodel implementationSandro S. Andrade2013-08-265-141/+32
* Add handling of derived properties in artifact generation from xmiSandro S. Andrade2013-08-254-29/+88
* Add d-pointer support when generating artifacts from xmiSandro S. Andrade2013-08-254-19/+43
* Add attribute initialization from default values described in xmiSandro S. Andrade2013-08-244-3/+53
* Add improved generation of model classesSandro S. Andrade2013-08-239-67/+288
* Fix wrong include in class.cpp template fileSandro S. Andrade2013-08-221-1/+1
* Add initial refactoring of xmi2qt templates filesSandro S. Andrade2013-08-229-1445/+176
* Fix license issues reported from CISandro S. Andrade2013-04-156-133/+131
* Fix issues in XMI serializationSandro S. Andrade2013-03-092-2/+3
* Add major refactoring for namespace-free model implementationSandro S. Andrade2013-03-085-108/+55
* Provide major refactoring for correct declaration of propertiesSandro S. Andrade2013-03-055-37/+44
* Revert use of 'is' prefix for boolean propertiesSandro S. Andrade2013-03-041-2/+2
* Add invokation forward also for redefined propertiesSandro S. Andrade2013-03-031-0/+88
* Provide QtScript model manipulationSandro S. Andrade2013-03-031-5/+3
* Fix names of boolean properties. Add initial script supportSandro S. Andrade2013-03-031-2/+2
* Fix use of QtWrappedObjects namespaceSandro S. Andrade2013-02-031-12/+12
* Add major refactoring in QtWrappedObjects/QtWrappedObjectsWidgetsSandro S. Andrade2013-01-272-3/+0
* Remove registerMetaType from QWrappedObject and inheriting classesSandro S. Andrade2013-01-122-17/+1
* Add small improvements in QtUml/QtMof namespacesSandro S. Andrade2013-01-092-2/+2
* Rename Qt*Enumerations to Qt*NamespaceSandro S. Andrade2013-01-094-9/+9
* Provide enhanced XMI serializationSandro S. Andrade2013-01-081-0/+8
* Provide final implementation of wrapped/children separationSandro S. Andrade2013-01-061-22/+28
* Add initial separation between wrapped and children objectSandro S. Andrade2013-01-052-8/+8
* Implement basic XMI serialization rulesSandro S. Andrade2013-01-021-4/+46
* Add improved support for Q_PROPERTY metadataSandro S. Andrade2013-01-011-17/+12
* Add initial implementation of user-defined Q_PROPERTY dataSandro S. Andrade2013-01-012-0/+31
* Define properties as QList/QSet instead of const QList/QSet &Sandro S. Andrade2012-12-292-2/+19
* Make use of new Qt5 properties facilities in QtUml/QtMofSandro S. Andrade2012-12-283-77/+36
* Add support for properties reset and include enhancements in editorSandro S. Andrade2012-12-172-6/+25
* Add virtual method registerMetaTypes() in QWrappedObjectSandro S. Andrade2012-12-162-1/+30
* Add separate lib QtWrappedObjects, update QtMof and QtUml accordinglySandro S. Andrade2012-12-106-44/+43
* Provide initial implementation of merged QtMof meta-modelSandro S. Andrade2012-12-106-109/+36
* Add a merged version of MOF.xmi and MOF.qtxmiSandro S. Andrade2012-12-103-10/+10
* Provide new infrastructure based on QUmlObjectSandro S. Andrade2012-12-045-53/+100
* Add proper support for dynamic addition of UML elementsSandro S. Andrade2012-11-221-6/+6
* Add proper handling of overriden properties in editorSandro S. Andrade2012-11-141-5/+6
* Use STORED false when generating Q_PROPERTIES for derived propertiesSandro S. Andrade2012-11-071-4/+4
* Fix warnings about unused pars and return values in derived functionsSandro S. Andrade2012-11-061-20/+56
* Add visualization of multi-valued attributes in QtUml editorSandro S. Andrade2012-11-052-2/+8
* Fix ambiguous resolution of promoted accessorsSandro S. Andrade2012-11-052-4/+4