summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-1153/+0
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-166/+15
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-0/+3
|/
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-108/+40
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-23/+43
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-43/+23
* Compile with QT_NO_CURSOR.Michael Brasser2010-01-111-0/+4
* Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-081-1/+0
* small cleanupThierry Bastian2009-12-041-1/+1
* fix includesOswald Buddenhagen2009-12-031-4/+8
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-021-0/+8
|\
| * Two way WorkerScript communicationsAaron Kennedy2009-11-301-0/+8
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-2/+2
|/
* TestsAaron Kennedy2009-11-051-41/+4
* Remove "to" limit on minor version.Warwick Allison2009-11-051-17/+9
* fix headersWarwick Allison2009-10-291-16/+16
* Add binding assignment warningsAaron Kennedy2009-10-161-0/+3
* Improve Behavior reliability.Michael Brasser2009-10-111-5/+24
* Use correct file caseAaron Kennedy2009-10-081-3/+3
* Support all variant types as signal parametersAaron Kennedy2009-10-051-18/+188
* Fix leaks.Michael Brasser2009-09-081-0/+1
* Fix leaks.Michael Brasser2009-09-071-0/+7
* Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-6/+24
* Make QVector3D a first-class builtin type within QMLRhys Weatherley2009-08-211-0/+7
* Make qml metatype db fully discoverable againKai Koehne2009-08-181-0/+23
* More namespace improvementsWarwick Allison2009-08-171-121/+37
* Avoid locking when the QVariant type is well knownAaron Kennedy2009-08-061-0/+6
* Add a QmlMetaType::typeCategory() methodAaron Kennedy2009-08-061-0/+16
* Fix to use "." not "/" in QML_DEFINE_TYPE URIsWarwick Allison2009-08-041-5/+9
* Remove some warningsYann Bodson2009-08-031-28/+28
* compile fixHenrik Hartz2009-07-271-1/+1
* Temporary fix for Attached propertiesWarwick Allison2009-07-231-1/+1
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-15/+46
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-5/+15
* Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-161-1/+1
* New module handling: allow "import" of built-in types.Warwick Allison2009-07-021-1/+3
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-2/+2
* CleanupMichael Brasser2009-06-301-0/+1
* Forward signals from extended objectsAaron Kennedy2009-06-161-1/+4
* Simplify and comment compilerAaron Kennedy2009-05-271-0/+1
* Store the type of the attached properties objectAaron Kennedy2009-05-221-3/+11
* Do not store empty type names in QmlMetaTypeKai Koehne2009-05-181-1/+2
* Allow mapping from QMetaObject * to corresponding QmlTypeKai Koehne2009-05-181-2/+10
* More QML testsAaron Kennedy2009-05-121-31/+0
* Make custom parsers internal.Aaron Kennedy2009-04-301-1/+1
* Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-301-4/+13
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-54/+54