summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining 4.6 type registrations (to 4.7).Warwick Allison2010-04-271-2/+2
* doc anchor margins vs. anchor (line) state/animation.Warwick Allison2010-04-262-2/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-235-4/+6
|\
| * Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-221-0/+2
| * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-224-4/+4
* | Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-231-2/+8
|/
* Change return type to match value().Michael Brasser2010-04-222-2/+2
* Add duration and easing properties to AnchorAnimation.Michael Brasser2010-04-222-1/+74
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-35/+35
* Fix qmlvisual/animation/parentAnimation autotestLeonardo Sobral Cunha2010-04-211-1/+4
* docWarwick Allison2010-04-201-0/+1
* 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