summaryrefslogtreecommitdiffstats
path: root/src/uml/qwritestructuralfeatureaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add major refactoring for namespace-free model implementationSandro S. Andrade2013-03-081-175/+0
* Provide major refactoring for correct declaration of propertiesSandro S. Andrade2013-03-051-16/+21
* Fix use of QtWrappedObjects namespaceSandro S. Andrade2013-02-031-13/+13
* Remove registerMetaType from QWrappedObject and inheriting classesSandro S. Andrade2013-01-121-16/+0
* Rename Qt*Enumerations to Qt*NamespaceSandro S. Andrade2013-01-091-1/+1
* Add initial separation between wrapped and children objectSandro S. Andrade2013-01-051-4/+4
* Implement basic XMI serialization rulesSandro S. Andrade2013-01-021-2/+4
* Add improved support for Q_PROPERTY metadataSandro S. Andrade2013-01-011-3/+8
* Add initial implementation of user-defined Q_PROPERTY dataSandro S. Andrade2013-01-011-0/+16
* Define properties as QList/QSet instead of const QList/QSet &Sandro S. Andrade2012-12-291-0/+16
* Make use of new Qt5 properties facilities in QtUml/QtMofSandro S. Andrade2012-12-281-29/+0
* Add support for properties reset and include enhancements in editorSandro S. Andrade2012-12-171-3/+0
* Add virtual method registerMetaTypes() in QWrappedObjectSandro S. Andrade2012-12-161-0/+32
* Add separate lib QtWrappedObjects, update QtMof and QtUml accordinglySandro S. Andrade2012-12-101-6/+6
* Update QtUml and examples to use new version of QtMofSandro S. Andrade2012-12-101-6/+6
* Provide new infrastructure based on QUmlObjectSandro S. Andrade2012-12-041-14/+8
* 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-4/+10
* Incomplete implementation of aggregation-based multiple inheritanceSandro S. Andrade2012-11-021-5/+11
* Add "promoted" accessor for handling subsetting propertiesSandro S. Andrade2012-10-251-4/+4
* Fix removal of owned elementsSandro S. Andrade2012-10-161-2/+6
* Add improved implementation of property subsettingSandro S. Andrade2012-10-151-29/+14
* Annotate property about their readOnly and derived attributesSandro S. Andrade2012-10-141-0/+12
* Transitively search for subsetted propertiesSandro S. Andrade2012-10-131-1/+0
* Provide full implementation of sync of opposite propertiesSandro S. Andrade2012-10-121-8/+12
* Fix incorrect pimpl allocation in abstract classesSandro S. Andrade2012-10-111-1/+0
* Fix wrong use of reinterpret_cast with multiple inheritanceSandro S. Andrade2012-10-111-4/+4
* Fix minor coding style issuesSandro S. Andrade2012-10-111-0/+4
* Add handling of subsetted properties for single-valued attributes/ae'sSandro S. Andrade2012-10-101-0/+8
* Fix sanity issuesSandro S. Andrade2012-10-101-8/+8
* Add parallel hierarchy for private classesSandro S. Andrade2012-10-101-6/+19
* Provide enhanced implementation of property subsettingSandro S. Andrade2012-10-091-10/+3
* Add initialization of pointers to single-valued object attributesSandro S. Andrade2012-10-071-1/+3
* Add suport for auto-generating sync of subsetted propertiesSandro S. Andrade2012-10-061-0/+3
* Provide complete generation of private classesSandro S. Andrade2012-10-061-1/+24
* Add support for detecting redefined properties in xmi2qt.xqSandro S. Andrade2012-10-041-2/+2
* Add skeletons for UML L3 classesSandro S. Andrade2012-10-021-0/+86