summaryrefslogtreecommitdiffstats
path: root/src/modeling
Commit message (Expand)AuthorAgeFilesLines
* Add creation of added element when navigating through design spacesSandro S. Andrade2013-12-062-11/+14
* Add some improvements in property editorSandro S. Andrade2013-11-272-0/+8
* Fix memory leak when deleting modelsSandro S. Andrade2013-11-261-0/+3
* Fix issue when removing QObject counterpart of model elementsSandro S. Andrade2013-11-262-5/+9
* Add some improvements in design space explorerSandro S. Andrade2013-11-251-0/+1
* Change QModelingObjectPropertyModel to show "to be implemented"Sandro S. Andrade2013-11-251-0/+4
* Fix QtModeling module documentationSandro S. Andrade2013-11-2418-59/+285
* Add initial implementation of DuSE design dimension instances creationSandro S. Andrade2013-11-222-0/+7
* Provide improved version of DuSE metamodelSandro S. Andrade2013-11-212-4/+17
* Add PropertyTypeRole enum value for representing real property typesSandro S. Andrade2013-11-201-0/+1
* Add concrete syntax for generalization and multiplicitiesSandro S. Andrade2013-11-171-0/+4
* Fix setting of UML property's type when reading XMISandro S. Andrade2013-11-161-1/+1
* Fix import of elements and packagesSandro S. Andrade2013-11-041-3/+14
* Fix XMI read of primitive valued properties serialized as elementsSandro S. Andrade2013-11-041-1/+8
* Update automatic generation of UML metamodel implementationSandro S. Andrade2013-10-148-1/+10
* Add general optimizations in QtModeling and QtModelingWidgetsSandro S. Andrade2013-10-136-23/+24
* Move QModelingElement and QModelingObject removal to base classesSandro S. Andrade2013-10-132-1/+15
* Simplify metamodel pluginsSandro S. Andrade2013-10-136-52/+6
* Serialize model element only if it's not an imported elementSandro S. Andrade2013-10-131-4/+9
* Fix bug when reading/writing boolean propertiesSandro S. Andrade2013-10-124-21/+19
* Fix PropertyEditor bugs after refactoringSandro S. Andrade2013-10-122-1/+2
* Fix QModelingObjectPropertyModel after refactoringSandro S. Andrade2013-10-122-0/+7
* Add missing include of QStringListSandro S. Andrade2013-10-112-0/+3
* Fix QModelingObjectRole bug when reading XMI filesSandro S. Andrade2013-10-112-40/+40
* Further refactoring in QtModeling (step 2)Sandro S. Andrade2013-10-1010-98/+45
* Further refactoring in QtModeling (initial step)Sandro S. Andrade2013-10-1012-138/+303
* Initial refactoring of QModelingObjectPropertyModelSandro S. Andrade2013-10-091-0/+1
* ModelingWidgets: modelingobjectmodel/view okSandro S. Andrade2013-10-081-2/+3
* XMI serialization okSandro S. Andrade2013-10-081-2/+2
* Improve property metadata for XMI serializationSandro S. Andrade2013-10-084-46/+58
* Improve property metadata informationSandro S. Andrade2013-10-076-55/+57
* Use plural form for multi-valued UML metamodel propertiesSandro S. Andrade2013-10-061-3/+2
* Fix issues when serializing dirty propertiesSandro S. Andrade2013-10-053-15/+19
* Fix general bugs in template filesSandro S. Andrade2013-10-041-0/+5
* Add support for dirty propertiesSandro S. Andrade2013-10-042-30/+33
* Move MetaModelPrefix information to plugin classSandro S. Andrade2013-10-032-4/+6
* Fix XMI serialization issuesSandro S. Andrade2013-10-031-4/+8
* Fix xmi-write to work with new UML metamodel implementationSandro S. Andrade2013-10-0312-268/+1079
* Add UML properties metadataSandro S. Andrade2013-09-275-0/+196
* Add clone() method in template filesSandro S. Andrade2013-09-041-0/+3
* Add initial version of new UML metamodel implementationSandro S. Andrade2013-09-037-462/+25
* Add metatype declaration for QSet<QString> in qtumlglobal.hSandro S. Andrade2013-08-291-0/+40
* Add initial support for QObject export of QModelingObjectsSandro S. Andrade2013-08-273-10/+20
* Add dpointer-free UML metamodel implementationSandro S. Andrade2013-08-261-1/+3
* Enhance pimpl support in qmodelingobjectSandro S. Andrade2013-08-253-4/+16
* Fix missing class in modeling.proSandro S. Andrade2013-08-251-3/+6
* Add d-pointer support when generating artifacts from xmiSandro S. Andrade2013-08-253-0/+146
* Add minor improvements in QWrappedObjectSandro S. Andrade2013-08-215-95/+61
* Add initial implementation of wrappedobjects refactoringSandro S. Andrade2013-08-1912-0/+950