index
:
qt/qtmodeling.git
master
Qt-based implementation of Object Management Group (OMG)’s Meta Object Facility (MOF) specification and derivatives
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mof
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add changes required to build against Qt 5.3.0
Sandro S. Andrade
2014-06-14
1
-1
/
+3
*
Fix implementation of clone() operation. Update metamodels.
Sandro S. Andrade
2013-11-27
53
-0
/
+106
*
Update metamodel implementation. UML update coming soon ...
Sandro S. Andrade
2013-11-26
106
-136
/
+493
*
Change QModelingObjectPropertyModel to show "to be implemented"
Sandro S. Andrade
2013-11-25
34
-356
/
+356
*
Update MOF metamodel implementation and documentation
Sandro S. Andrade
2013-11-24
37
-148
/
+0
*
Improve metamodel documentation
Sandro S. Andrade
2013-11-24
109
-290
/
+1449
*
Fix QtModeling module documentation
Sandro S. Andrade
2013-11-24
1
-6
/
+6
*
Update metamodels
Sandro S. Andrade
2013-11-21
1
-8
/
+14
*
Add PropertyTypeRole enum value for representing real property types
Sandro S. Andrade
2013-11-20
32
-0
/
+441
*
Fix bug in templates when update opposite properties of the same class
Sandro S. Andrade
2013-11-20
1
-0
/
+10
*
Update MOF and DuSE metamodels
Sandro S. Andrade
2013-11-18
32
-57
/
+91
*
Add concrete syntax for generalization and multiplicities
Sandro S. Andrade
2013-11-17
4
-19
/
+18
*
Update metamodels for emitting signals when properties change
Sandro S. Andrade
2013-11-03
70
-418
/
+1815
*
Fix reset of boolean properties
Sandro S. Andrade
2013-10-29
9
-32
/
+32
*
Add missing QT_BEGIN/END_NAMESPACE in model .cpp files
Sandro S. Andrade
2013-10-28
53
-0
/
+212
*
Update MOF metamodel implementation
Sandro S. Andrade
2013-10-25
26
-5
/
+68
*
Do not generate documentation tags if not available
Sandro S. Andrade
2013-10-13
36
-170
/
+134
*
Remove unneeded dynamic_cast's in Package implementation
Sandro S. Andrade
2013-10-13
1
-4
/
+4
*
Add new implementation of MOF metamodel
Sandro S. Andrade
2013-10-13
225
-12937
/
+27336
*
Rearrange library dependencies
Sandro S. Andrade
2013-06-16
3
-383
/
+0
*
Remove c++11's features usage and check for widgets availability
Sandro S. Andrade
2013-04-19
2
-108
/
+108
*
Fix license issues reported from CI
Sandro S. Andrade
2013-04-15
165
-3995
/
+3980
*
Fix issues in XMI serialization
Sandro S. Andrade
2013-03-09
83
-82
/
+135
*
Add major refactoring for namespace-free model implementation
Sandro S. Andrade
2013-03-08
210
-15125
/
+14300
*
Recover manually implemented methods in QtMof::QPackage
Sandro S. Andrade
2013-03-05
1
-30
/
+20
*
Provide major refactoring for correct declaration of properties
Sandro S. Andrade
2013-03-05
164
-1775
/
+2575
*
Revert use of 'is' prefix for boolean properties
Sandro S. Andrade
2013-03-04
13
-187
/
+190
*
Add invokation forward also for redefined properties
Sandro S. Andrade
2013-03-03
4
-0
/
+27
*
Provide QtScript model manipulation
Sandro S. Andrade
2013-03-03
9
-2
/
+263
*
Fix names of boolean properties. Add initial script support
Sandro S. Andrade
2013-03-03
10
-16
/
+16
*
Fix use of QtWrappedObjects namespace
Sandro S. Andrade
2013-02-03
44
-943
/
+943
*
Move QXmiReader/QXmiWriter to QtWrappedObjects module
Sandro S. Andrade
2013-01-27
8
-854
/
+3
*
Add major refactoring in QtWrappedObjects/QtWrappedObjectsWidgets
Sandro S. Andrade
2013-01-27
25
-42
/
+10
*
Remove unneeded link dependency to QtMof
Sandro S. Andrade
2013-01-18
1
-3
/
+0
*
Change QXmiReader to initialize metamodel on demand
Sandro S. Andrade
2013-01-17
3
-14
/
+79
*
Fix some small issues when reading XMI files
Sandro S. Andrade
2013-01-15
1
-21
/
+12
*
Fix deprecated use of qRegisterMetaType. Rename QtUmlMetaModel.
Sandro S. Andrade
2013-01-14
1
-165
/
+165
*
Add general refactoring of documentation
Sandro S. Andrade
2013-01-13
7
-33
/
+110
*
Remove registerMetaType from QWrappedObject and inheriting classes
Sandro S. Andrade
2013-01-12
111
-830
/
+68
*
Fix some issues when reading XMI file. MOF metamodel reading ok.
Sandro S. Andrade
2013-01-11
2
-16
/
+26
*
Implement some derived functions in QtMof
Sandro S. Andrade
2013-01-11
5
-47
/
+90
*
Add general refactoring in UML editor
Sandro S. Andrade
2013-01-11
1
-16
/
+1
*
Initial working implementation of XMI read/write in UML editor
Sandro S. Andrade
2013-01-09
5
-72
/
+238
*
Provide 'meta-model' classes for initializing meta-types
Sandro S. Andrade
2013-01-09
3
-0
/
+209
*
Add small improvements in QtUml/QtMof namespaces
Sandro S. Andrade
2013-01-09
2
-2
/
+1
*
Rename Qt*Enumerations to Qt*Namespace
Sandro S. Andrade
2013-01-09
70
-77
/
+77
*
Add initial QXmiReader implementation
Sandro S. Andrade
2013-01-09
4
-20
/
+221
*
Provide enhanced XMI serialization
Sandro S. Andrade
2013-01-08
21
-17
/
+146
*
Fix some small issues in XMI serialization
Sandro S. Andrade
2013-01-08
1
-2
/
+2
*
Invoke registerMetaTypes also when building ID map (QXmiWriter)
Sandro S. Andrade
2013-01-07
1
-0
/
+1
[next]