Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Symbian fixes. | Martin Jones | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -5/+5 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -11/+11 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -1/+0 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Fixes for Symbian. | Martin Jones | 2009-10-16 | 1 | -0/+14 |
| | |||||
* | Make QML type registration work on Symbian | Martin Jones | 2009-10-09 | 1 | -0/+20 |
| | |||||
* | Make QmlPropertyValueSource an interface. | Martin Jones | 2009-08-27 | 1 | -0/+1 |
| | | | | 1st step in animation class heirarchy redesign. | ||||
* | Fix to use "." not "/" in QML_DEFINE_TYPE URIs | Warwick Allison | 2009-08-04 | 1 | -5/+5 |
| | | | | Fix to allow multiple version specifying defines. | ||||
* | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -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 Allison | 2009-07-23 | 1 | -7/+4 |
| | | | | | Adjust examples and demos accordingly. As per QT-558 | ||||
* | Qualifiers and versioning for C++-defined types. | Warwick Allison | 2009-07-16 | 1 | -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). | ||||
* | Doc | Aaron Kennedy | 2009-07-06 | 1 | -3/+3 |
| | |||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -4/+4 |
| | |||||
* | Skeleton for property deferring | Aaron Kennedy | 2009-06-11 | 1 | -0/+1 |
| | |||||
* | Remove extraneous semicolons. | Martin Jones | 2009-05-26 | 1 | -7/+7 |
| | | | | Caused massive number of warnings with winscw | ||||
* | More tests | Aaron Kennedy | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -0/+16 |
| | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object. | ||||
* | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-04-27 | 1 | -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 kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+98 |