summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Doc fixesBea Lam2010-04-121-0/+15
* Remove QT_VERSION checks in QMLAaron Kennedy2010-04-091-7/+0
* Release ListModel's worker agent on deletion.Bea Lam2010-04-092-1/+3
* Fix url resolution in PropertyChanges.Michael Brasser2010-04-093-9/+18
* Fix compile warningsmae2010-04-081-1/+1
* Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-082-26/+35
* Add SmoothedFollow element to qmlLeonardo Sobral Cunha2010-04-084-0/+416
* Tracking the velocity when restarting SmoothedAnimationLeonardo Sobral Cunha2010-04-081-0/+2
* Fix doc of qml's SmoothedAnimationLeonardo Sobral Cunha2010-04-081-9/+10
* Refactor in smoothedanimation, removed unneeded codeLeonardo Sobral Cunha2010-04-082-6/+1
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-082-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-082-14/+12
|\
| * Revert "Add QListModelInterface::modelReset() signal and emit this in"Bea Lam2010-04-082-14/+12
* | Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-081-1/+1
|/
* Revert "Support QList<QObject*> properties"Aaron Kennedy2010-04-082-7/+1
* Document behavior of conflicting when clauses.Michael Brasser2010-04-081-4/+14
* Support QList<QObject*> propertiesAaron Kennedy2010-04-082-1/+7
* Disallow nested elements in ListModelAaron Kennedy2010-04-071-1/+6
* Disallow creation of attached objects Keys and KeyNavigationMartin Jones2010-04-071-33/+1
* Add QListModelInterface::modelReset() signal and emit this inBea Lam2010-04-072-12/+14
* Don't crash if a target isn't specified for AnchorChanges.Michael Brasser2010-04-061-0/+12
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-0238-107/+107
* Doc fixBea Lam2010-04-011-1/+1
* ModelNode::setObjectValue() must update the object cache.Bea Lam2010-04-011-0/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-3012-582/+674
|\
| * Finished file rename of qdeclarative easefollow to smoothedanimationLeonardo Sobral Cunha2010-03-305-11/+11
| * Change and rename qml EaseFollow to SmoothedAnimationLeonardo Sobral Cunha2010-03-3011-315/+407
* | Make qmlpixmapcache thread shutdown cleanerMartin Jones2010-03-301-12/+6
|/
* Fix viewer resizing on reload and File->openMartin Jones2010-03-301-0/+1
* Allow just one dimension to be set, the other scaled accordinglyWarwick Allison2010-03-291-3/+11
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-296-25/+36
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-292-6/+9
| |\
| | * Fix crash in QDeclarativePropertyMap.Michael Brasser2010-03-292-6/+9
| * | Remove total wrongness.Warwick Allison2010-03-291-1/+0
| |/
| * Fix memory leak and clean up deletion.Bea Lam2010-03-291-8/+5
| * Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-294-10/+22
* | Make sure the image reader thread is shutdown properlyMartin Jones2010-03-291-2/+14
|/
* Cleanup.Michael Brasser2010-03-282-30/+8
* Don't set status to Ready until model has been created (currently thisBea Lam2010-03-282-53/+97
* Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-281-1/+3
* Adds a way to clear the state list property in QDeclarativeStateGroupKai Koehne2010-03-261-1/+13
* Use QThread IdlePriority rather than linux platform code.Martin Jones2010-03-261-14/+1
* Simple case, no size returned.Warwick Allison2010-03-261-1/+1
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-262-60/+121
* Remove some Script {} docsMartin Jones2010-03-251-7/+5
* Fix where data() is called before xml is loaded. Also add status tests.Bea Lam2010-03-251-2/+4
* Clean upBea Lam2010-03-251-20/+0
* Remove int parameter from ListModel countChanged() to be consistentBea Lam2010-03-253-5/+5
* Build Fix and port to new width and height propertiesAlexis Menard2010-03-251-2/+2
* Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-253-192/+406