summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Provide initial refactored version of xmi2qt.xqSandro S. Andrade2013-03-112-0/+155
* Fix issues in XMI serializationSandro S. Andrade2013-03-092-2/+3
* Add major refactoring for namespace-free model implementationSandro S. Andrade2013-03-0810-118/+62
* Provide major refactoring for correct declaration of propertiesSandro S. Andrade2013-03-0510-43/+50
* 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
* Fix build issue in WindowsSandro S. Andrade2013-01-177-1/+2
* 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-0910-14/+14
* Provide enhanced XMI serializationSandro S. Andrade2013-01-081-0/+8
* Fix some small issues in XMI serializationSandro S. Andrade2013-01-085-1/+1
* 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-298-38/+52
* Make use of new Qt5 properties facilities in QtUml/QtMofSandro S. Andrade2012-12-2810-90/+52
* 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-107-45/+44
* Provide initial implementation of merged QtMof meta-modelSandro S. Andrade2012-12-1012-115/+39
* Add a merged version of MOF.xmi and MOF.qtxmiSandro S. Andrade2012-12-106-15/+15
* 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
* Provide new implementation (without use of multiple inheritance)Sandro S. Andrade2012-11-058-254/+437
* Incomplete implementation of aggregation-based multiple inheritanceSandro S. Andrade2012-11-026-116/+113
* Fix use of namespaces when running mocSandro S. Andrade2012-10-261-0/+5
* Add "promoted" accessor for handling subsetting propertiesSandro S. Andrade2012-10-252-7/+125
* Fix removal of owned elementsSandro S. Andrade2012-10-161-19/+54
* Fix issue when accessing opposite ends in QElementPrivateSandro S. Andrade2012-10-152-4/+4
* Add improved implementation of property subsettingSandro S. Andrade2012-10-1510-85/+294
* Annotate property about their readOnly and derived attributesSandro S. Andrade2012-10-141-1/+36
* Transitively search for subsetted propertiesSandro S. Andrade2012-10-1310-18/+42
* Provide full implementation of sync of opposite propertiesSandro S. Andrade2012-10-128-33/+63
* Add initial support for sync of opposite propertiesSandro S. Andrade2012-10-123-9/+35
* Add implementation of memory ownership for composite attributesSandro S. Andrade2012-10-111-15/+25
* Fix incorrect pimpl allocation in abstract classesSandro S. Andrade2012-10-111-0/+2
* Fix wrong use of reinterpret_cast with multiple inheritanceSandro S. Andrade2012-10-112-9/+5
* Fix minor coding style issuesSandro S. Andrade2012-10-112-2/+13