summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-211/+0
| | | | QDeclarativeXXX.
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-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 McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-101-1/+162
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-162/+1
|
* fix includesOswald Buddenhagen2009-12-031-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.
* TestsAaron Kennedy2009-11-051-1/+2
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-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 headersWarwick Allison2009-10-291-16/+16
|
* Use QML_DECLARE_TYPEINFO attached properties detection on all platforms.Martin Jones2009-10-281-32/+0
|
* Fixes for Symbian.Martin Jones2009-10-161-6/+21
|
* Fix to use "." not "/" in QML_DEFINE_TYPE URIsWarwick Allison2009-08-041-1/+1
| | | | Fix to allow multiple version specifying defines.
* CleanupMichael Brasser2009-06-301-4/+2
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* VC2008 CompileAaron Kennedy2009-06-171-0/+14
|
* Revert "Compilation fix on MSVC"Aaron Kennedy2009-06-161-8/+38
| | | | This reverts commit 6d28410756ab29277807d2026b4cbd8e1c707714.
* Compile fix for WinCE.Michael Brasser2009-06-041-1/+1
|
* Compilation fix on MSVCThierry Bastian2009-06-021-38/+8
| | | | Reviewed-by: alexis
* Remove more unneeded semicolons.Martin Jones2009-05-261-1/+1
|
* Store the type of the attached properties objectAaron Kennedy2009-05-221-36/+60
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+365