summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix to use "." not "/" in QML_DEFINE_TYPE URIsWarwick Allison2009-08-041-5/+5
| | | | Fix to allow multiple version specifying defines.
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-4/+4
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-7/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-161-2/+5
| | | | | (and a *TEST* hack for Qt/4.6/ - this is exactly NOT the way to do it) Two-step type resolution for Javascript (Aaron).
* DocAaron Kennedy2009-07-061-3/+3
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-4/+4
|
* Skeleton for property deferringAaron Kennedy2009-06-111-0/+1
|
* Remove extraneous semicolons.Martin Jones2009-05-261-7/+7
| | | | Caused massive number of warnings with winscw
* More testsAaron Kennedy2009-05-121-1/+1
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-2/+2
|
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-0/+16
| | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-0/+5
| | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+98