summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in ParentAnimation.Michael Brasser2010-05-146-13/+16
* Revert "Fix crash in ParentAnimation."Michael Brasser2010-05-141-9/+8
* Fix crash in ParentAnimation.Michael Brasser2010-05-141-8/+9
* ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-131-10/+18
* Dates and variants are not considered nested objectsAaron Kennedy2010-05-131-1/+2
* Avoid warning (and possible future crash) upon reload.Warwick Allison2010-05-121-2/+5
* Don't pass sequential (QNetworkReply) to image reader, it doesn't work well e...Warwick Allison2010-05-121-1/+5
* Bail out early if the same target value is reassigned to a Behavior.Michael Brasser2010-05-121-0/+6
* Apply signal handler changes immediately.Michael Brasser2010-05-121-8/+3
* Doc improvementsBea Lam2010-05-111-18/+50
* Improve XmlListModel::namespaceDeclarations() docsBea Lam2010-05-111-2/+14
* QDeclarativeViewPrivate should subclass QGraphicsViewPrivateBea Lam2010-05-112-15/+33
* Correct ownership of signal handlers in state changes.Michael Brasser2010-05-111-7/+28
* Add some test assertsAaron Kennedy2010-05-101-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-072-16/+12
|\
| * Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-10/+6
| * qdoc fixesYann Bodson2010-05-061-6/+6
* | Doc fixBea Lam2010-05-071-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-3/+3
|\
| * Use enum rather than string for easing type.Yann Bodson2010-05-053-3/+3
* | Fix cacheBuffer documentation.Martin Jones2010-05-051-1/+1
|/
* little doc fix.Martin Jones2010-05-051-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-052-0/+11
|\
| * Don't start valuesource animations until all component objects have been comp...Michael Brasser2010-05-052-0/+11
* | docWarwick Allison2010-05-055-71/+71
|/
* Enable states to be activated via their 'when' clause even if unnamed.Michael Brasser2010-05-051-1/+9
* Remove obsolete doc groupings.Michael Brasser2010-05-046-9/+1
* Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-304-2/+16
* Avoid divisions by zero in qdeclarativetimelineLeonardo Sobral Cunha2010-04-301-3/+10
* Initialize variable.Michael Brasser2010-04-301-1/+1
* Fix translation context when qsTr is used in PropertyChanges.Michael Brasser2010-04-291-1/+10
* Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-42/+47
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-292-2/+16
|\
| * Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-292-2/+16
* | Stricter (but controllable) error reporting on Connections signal-name error....Warwick Allison2010-04-292-8/+40
|/
* Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-281-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-273-4/+12
|\
| * 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/oslo-staging-1 into 4.7Peter Yard2010-04-2723-424/+758
|\ \ | |/
| * 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