summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.h
Commit message (Collapse)AuthorAgeFilesLines
* Symbian fixes.Martin Jones2009-11-271-1/+1
|
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-5/+5
| | | | as it breaks reinstalling the module against existing Qt.
* Remove "to" limit on minor version.Warwick Allison2009-11-051-11/+11
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* CleanupAaron Kennedy2009-10-301-1/+0
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Fixes for Symbian.Martin Jones2009-10-161-0/+14
|
* Make QML type registration work on SymbianMartin Jones2009-10-091-0/+20
|
* Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-0/+1
| | | | 1st step in animation class heirarchy redesign.
* 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