summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Define properties as QList/QSet instead of const QList/QSet &Sandro S. Andrade2012-12-29590-1545/+6186
* Make use of new Qt5 properties facilities in QtUml/QtMofSandro S. Andrade2012-12-28714-13237/+3315
* Provide initial version of qwrappedobject model and delegateSandro S. Andrade2012-12-282-1/+2
* Add small changes in QMetaWrapperObject metaproperty APISandro S. Andrade2012-12-222-6/+6
* Provide final implementation of QMetaWrapperObject properties APISandro S. Andrade2012-12-211-3/+9
* Fix wrong order of object propertyes in QMetaWrappedObjectSandro S. Andrade2012-12-212-16/+23
* Add initial implementation of WrappedObjectPropertyModelSandro S. Andrade2012-12-185-9/+46
* Add support for properties reset and include enhancements in editorSandro S. Andrade2012-12-17381-891/+1143
* Add virtual method registerMetaTypes() in QWrappedObjectSandro S. Andrade2012-12-16592-0/+9005
* Implement setProperty() and property() in QWrappedObjectSandro S. Andrade2012-12-163-0/+34
* Provide wrapped metaproperties handling in QMetaWrappedObjectSandro S. Andrade2012-12-165-22/+59
* Provide initial implementation of QMetaWrappedObjectSandro S. Andrade2012-12-157-7/+304
* Add separate lib QtWrappedObjects, update QtMof and QtUml accordinglySandro S. Andrade2012-12-10644-3965/+4472
* Update QtUml and examples to use new version of QtMofSandro S. Andrade2012-12-10526-3616/+3233
* Provide initial implementation of merged QtMof meta-modelSandro S. Andrade2012-12-10167-137/+21372
* Fix some wrong uses of setParent for subsetting propertiesSandro S. Andrade2012-12-0563-125/+14
* Provide new infrastructure based on QUmlObjectSandro S. Andrade2012-12-04732-5719/+4096
* Add proper support for dynamic addition of UML elementsSandro S. Andrade2012-11-22242-3017/+3017
* Add proper handling of overriden properties in editorSandro S. Andrade2012-11-14209-1233/+12
* Use STORED false when generating Q_PROPERTIES for derived propertiesSandro S. Andrade2012-11-0752-137/+130
* Fix warnings about unused pars and return values in derived functionsSandro S. Andrade2012-11-0658-133/+330
* Add visualization of multi-valued attributes in QtUml editorSandro S. Andrade2012-11-05485-484/+1938
* Fix ambiguous resolution of promoted accessorsSandro S. Andrade2012-11-0528-84/+84
* Provide new implementation (without use of multiple inheritance)Sandro S. Andrade2012-11-05730-2294/+14492
* Incomplete implementation of aggregation-based multiple inheritanceSandro S. Andrade2012-11-02729-8712/+8185
* Fix use of namespaces when running mocSandro S. Andrade2012-10-263-1/+257
* Fix issues on indirectly subsetted properties in qnamespace.cppSandro S. Andrade2012-10-251-0/+10
* Add "promoted" accessor for handling subsetting propertiesSandro S. Andrade2012-10-25155-658/+970
* Fix removal of owned elementsSandro S. Andrade2012-10-16117-225/+884
* Fix issue when accessing opposite ends in QElementPrivateSandro S. Andrade2012-10-156-15/+7
* Add improved implementation of property subsettingSandro S. Andrade2012-10-15489-10394/+4171
* Annotate property about their readOnly and derived attributesSandro S. Andrade2012-10-14206-7/+4596
* Transitively search for subsetted propertiesSandro S. Andrade2012-10-13312-423/+39
* Provide full implementation of sync of opposite propertiesSandro S. Andrade2012-10-12587-4169/+6415
* Add implementation of memory ownership for composite attributesSandro S. Andrade2012-10-1112-0/+21
* Fix incorrect pimpl allocation in abstract classesSandro S. Andrade2012-10-1149-50/+0
* Implement QPackageSandro S. Andrade2012-10-111-7/+43
* Implement QNamespaceSandro S. Andrade2012-10-112-1/+27
* Fix wrong use of reinterpret_cast with multiple inheritanceSandro S. Andrade2012-10-11447-1581/+1336
* Provide partial implementation of QNamedElementSandro S. Andrade2012-10-111-3/+20
* Fix minor coding style issuesSandro S. Andrade2012-10-11194-54/+557
* Fix unneeded generation of internal functions for derived propertiesSandro S. Andrade2012-10-1134-74/+16
* Add handling of subsetted properties for single-valued attributes/ae'sSandro S. Andrade2012-10-10142-314/+568
* Reimplement QElementSandro S. Andrade2012-10-102-2/+16
* Fix sanity issuesSandro S. Andrade2012-10-10401-3328/+3327
* Add parallel hierarchy for private classesSandro S. Andrade2012-10-10726-2867/+12578
* Refactor and fix templates/class.cppSandro S. Andrade2012-10-0970-609/+2
* Provide enhanced implementation of property subsettingSandro S. Andrade2012-10-09726-7019/+22299
* Implement QElementSandro S. Andrade2012-10-082-2/+15
* Fix issue when collecting read-only subsetted single-valued attributesSandro S. Andrade2012-10-089-5/+26