summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Fix AnchorChanges to work with parent.right.Michael Brasser2010-04-206-221/+366
* CompileWarwick Allison2010-04-201-2/+0
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-8/+14
* Doc fix.Michael Brasser2010-04-191-3/+10
* Minor internal anchor refactoring.Michael Brasser2010-04-192-47/+46
* Document default easing curve.Alan Alpert2010-04-191-1/+2
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-196-15/+15
* Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-166-16/+16
* ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-162-88/+180
* Add parent property to TimerMartin Jones2010-04-161-0/+1
* Class documentation fixes for declarative.Michael Brasser2010-04-162-5/+5
* Correctly support translation in QDeclarativePixmapCacheWarwick Allison2010-04-162-5/+7
* Compile without Qt3 support.Yann Bodson2010-04-151-1/+1
* Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-152-12/+25
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-154-5/+5
* Output script errors in ScriptAction and StateChangeScriptMartin Jones2010-04-152-0/+13
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-141-1/+1
|\
| * Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
* | Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystemMartin Jones2010-04-141-1/+7
|/
* Doc fixesBea Lam2010-04-131-4/+4
* 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