summaryrefslogtreecommitdiffstats
path: root/src/uml/qcollaboration.h
Commit message (Expand)AuthorAgeFilesLines
* Add major refactoring for namespace-free model implementationSandro S. Andrade2013-03-081-282/+0
* Provide major refactoring for correct declaration of propertiesSandro S. Andrade2013-03-051-47/+52
* Revert use of 'is' prefix for boolean propertiesSandro S. Andrade2013-03-041-3/+3
* Provide QtScript model manipulationSandro S. Andrade2013-03-031-0/+55
* Add major refactoring in QtWrappedObjects/QtWrappedObjectsWidgetsSandro S. Andrade2013-01-271-1/+0
* Remove registerMetaType from QWrappedObject and inheriting classesSandro S. Andrade2013-01-121-1/+1
* Add initial separation between wrapped and children objectSandro S. Andrade2013-01-051-2/+2
* Add initial implementation of user-defined Q_PROPERTY dataSandro S. Andrade2013-01-011-0/+1
* Define properties as QList/QSet instead of const QList/QSet &Sandro S. Andrade2012-12-291-30/+31
* Make use of new Qt5 properties facilities in QtUml/QtMofSandro S. Andrade2012-12-281-36/+31
* Add support for properties reset and include enhancements in editorSandro S. Andrade2012-12-171-0/+4
* Add virtual method registerMetaTypes() in QWrappedObjectSandro S. Andrade2012-12-161-0/+1
* Add separate lib QtWrappedObjects, update QtMof and QtUml accordinglySandro S. Andrade2012-12-101-4/+5
* Update QtUml and examples to use new version of QtMofSandro S. Andrade2012-12-101-4/+4
* Provide new infrastructure based on QUmlObjectSandro S. Andrade2012-12-041-4/+4
* Add proper support for dynamic addition of UML elementsSandro S. Andrade2012-11-221-96/+96
* Add proper handling of overriden properties in editorSandro S. Andrade2012-11-141-67/+0
* Use STORED false when generating Q_PROPERTIES for derived propertiesSandro S. Andrade2012-11-071-5/+5
* Add visualization of multi-valued attributes in QtUml editorSandro S. Andrade2012-11-051-2/+2
* Provide new implementation (without use of multiple inheritance)Sandro S. Andrade2012-11-051-8/+126
* Incomplete implementation of aggregation-based multiple inheritanceSandro S. Andrade2012-11-021-19/+30
* Transitively search for subsetted propertiesSandro S. Andrade2012-10-131-1/+0
* Provide full implementation of sync of opposite propertiesSandro S. Andrade2012-10-121-2/+2
* Fix wrong use of reinterpret_cast with multiple inheritanceSandro S. Andrade2012-10-111-1/+0
* Add parallel hierarchy for private classesSandro S. Andrade2012-10-101-2/+2
* Provide enhanced implementation of property subsettingSandro S. Andrade2012-10-091-19/+19
* Provide complete generation of private classesSandro S. Andrade2012-10-061-3/+5
* Use macros for prepending namespacesSandro S. Andrade2012-10-051-3/+2
* Add support for detecting redefined properties in xmi2qt.xqSandro S. Andrade2012-10-041-35/+37
* Generate accessors names in plural form for multi-valued attributesSandro S. Andrade2012-10-021-31/+31
* Add skeletons for UML L3 classesSandro S. Andrade2012-10-021-0/+157