Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -211/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -176/+1 |
| | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer). | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 1 | -1/+162 |
| | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 1 | -162/+1 |
| | |||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Tests | Aaron Kennedy | 2009-11-05 | 1 | -1/+2 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -1/+1 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Use QML_DECLARE_TYPEINFO attached properties detection on all platforms. | Martin Jones | 2009-10-28 | 1 | -32/+0 |
| | |||||
* | Fixes for Symbian. | Martin Jones | 2009-10-16 | 1 | -6/+21 |
| | |||||
* | Fix to use "." not "/" in QML_DEFINE_TYPE URIs | Warwick Allison | 2009-08-04 | 1 | -1/+1 |
| | | | | Fix to allow multiple version specifying defines. | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -4/+2 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | VC2008 Compile | Aaron Kennedy | 2009-06-17 | 1 | -0/+14 |
| | |||||
* | Revert "Compilation fix on MSVC" | Aaron Kennedy | 2009-06-16 | 1 | -8/+38 |
| | | | | This reverts commit 6d28410756ab29277807d2026b4cbd8e1c707714. | ||||
* | Compile fix for WinCE. | Michael Brasser | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | Compilation fix on MSVC | Thierry Bastian | 2009-06-02 | 1 | -38/+8 |
| | | | | Reviewed-by: alexis | ||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Store the type of the attached properties object | Aaron Kennedy | 2009-05-22 | 1 | -36/+60 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -3/+3 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+365 |