summaryrefslogtreecommitdiffstats
path: root/src/uml/qstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add major refactoring for namespace-free model implementationSandro S. Andrade2013-03-081-930/+0
* Provide major refactoring for correct declaration of propertiesSandro S. Andrade2013-03-051-109/+114
* Fix use of QtWrappedObjects namespaceSandro S. Andrade2013-02-031-104/+104
* Remove registerMetaType from QWrappedObject and inheriting classesSandro S. Andrade2013-01-121-40/+0
* Rename Qt*Enumerations to Qt*NamespaceSandro S. Andrade2013-01-091-1/+1
* Provide enhanced XMI serializationSandro S. Andrade2013-01-081-0/+2
* Add initial separation between wrapped and children objectSandro S. Andrade2013-01-051-10/+10
* Implement basic XMI serialization rulesSandro S. Andrade2013-01-021-10/+25
* Add improved support for Q_PROPERTY metadataSandro S. Andrade2013-01-011-16/+60
* Add initial implementation of user-defined Q_PROPERTY dataSandro S. Andrade2013-01-011-0/+55
* Define properties as QList/QSet instead of const QList/QSet &Sandro S. Andrade2012-12-291-16/+56
* Make use of new Qt5 properties facilities in QtUml/QtMofSandro S. Andrade2012-12-281-111/+32
* Add support for properties reset and include enhancements in editorSandro S. Andrade2012-12-171-9/+5
* Add virtual method registerMetaTypes() in QWrappedObjectSandro S. Andrade2012-12-161-0/+80
* Add separate lib QtWrappedObjects, update QtMof and QtUml accordinglySandro S. Andrade2012-12-101-57/+57
* Update QtUml and examples to use new version of QtMofSandro S. Andrade2012-12-101-57/+57
* Fix some wrong uses of setParent for subsetting propertiesSandro S. Andrade2012-12-051-4/+0
* Provide new infrastructure based on QUmlObjectSandro S. Andrade2012-12-041-69/+67
* Fix warnings about unused pars and return values in derived functionsSandro S. Andrade2012-11-061-10/+13
* Add visualization of multi-valued attributes in QtUml editorSandro S. Andrade2012-11-051-0/+6
* Provide new implementation (without use of multiple inheritance)Sandro S. Andrade2012-11-051-18/+289
* Incomplete implementation of aggregation-based multiple inheritanceSandro S. Andrade2012-11-021-38/+40
* Add "promoted" accessor for handling subsetting propertiesSandro S. Andrade2012-10-251-18/+18
* Fix removal of owned elementsSandro S. Andrade2012-10-161-6/+21
* Add improved implementation of property subsettingSandro S. Andrade2012-10-151-178/+78
* Annotate property about their readOnly and derived attributesSandro S. Andrade2012-10-141-0/+101
* Transitively search for subsetted propertiesSandro S. Andrade2012-10-131-6/+0
* Provide full implementation of sync of opposite propertiesSandro S. Andrade2012-10-121-56/+105
* Fix wrong use of reinterpret_cast with multiple inheritanceSandro S. Andrade2012-10-111-24/+24
* Fix minor coding style issuesSandro S. Andrade2012-10-111-0/+18
* Add handling of subsetted properties for single-valued attributes/ae'sSandro S. Andrade2012-10-101-8/+20
* Fix sanity issuesSandro S. Andrade2012-10-101-63/+63
* Add parallel hierarchy for private classesSandro S. Andrade2012-10-101-26/+151
* Refactor and fix templates/class.cppSandro S. Andrade2012-10-091-16/+0
* Provide enhanced implementation of property subsettingSandro S. Andrade2012-10-091-106/+98
* Add mandatory use of QtUml namespace. Improve qWarning messages.Sandro S. Andrade2012-10-081-8/+8
* Add initialization of pointers to single-valued object attributesSandro S. Andrade2012-10-071-1/+7
* Add suport for auto-generating sync of subsetted propertiesSandro S. Andrade2012-10-061-0/+25
* Provide complete generation of private classesSandro S. Andrade2012-10-061-37/+103
* Add support for detecting redefined properties in xmi2qt.xqSandro S. Andrade2012-10-041-12/+44
* Generate accessors names in plural form for multi-valued attributesSandro S. Andrade2012-10-021-4/+4
* Add skeletons for UML L3 classesSandro S. Andrade2012-10-021-0/+217