Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |