summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-254-6/+45
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-254-30/+45
|\
| * Replace Animation's repeat property with loops.Michael Brasser2010-03-254-30/+45
| * Fix compile in namespace.Michael Brasser2010-03-241-2/+2
* | Compile with qtnamespaceMartin Jones2010-03-241-1/+2
|/
* Fix leak.Michael Brasser2010-03-241-1/+2
* StateChangeScript doc.Michael Brasser2010-03-241-2/+24
* A StateChangeScript should never be run when leaving the state.Michael Brasser2010-03-242-5/+11
* ScriptAction doc.Michael Brasser2010-03-241-0/+31
* Rename stateChangeScriptName to scriptName.Michael Brasser2010-03-242-3/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-243-84/+123
|\
| * Properly use one thread for all instances of XmlListModel.Bea Lam2010-03-242-83/+122
| * Animation construction optimization.Michael Brasser2010-03-241-1/+1
* | Doc: ids start with lowercaseMartin Jones2010-03-241-9/+9
|/
* Change default RotationAnimation direction.Michael Brasser2010-03-232-7/+8
* Add missing NOTIFYs.Michael Brasser2010-03-234-7/+41
* Remove ParentAction.Michael Brasser2010-03-235-256/+6
* Use canonical form for headersKai Koehne2010-03-221-2/+2
* Remove non-existing header from pri fileKai Koehne2010-03-221-2/+1
* Removed wrong parenthesis around property NOTIFY declarationLeonardo Sobral Cunha2010-03-221-1/+1
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-228-499/+0
* Fix warning mentioned in the comments of QTBUG-9182.Michael Brasser2010-03-221-3/+2
* Fix Behavior documentation due to easing changes.Martin Jones2010-03-211-1/+2
* Initialize variable.Michael Brasser2010-03-211-1/+1
* Produce an error when trying to create objects in a PropertyChanges.Michael Brasser2010-03-211-0/+2
* Remove warningsYann Bodson2010-03-181-0/+1
* Don't use QScriptValueIterator to iterate over arrays.Bea Lam2010-03-181-4/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-03-171-2/+2
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-03-111-4/+3
| |\
| | * Use index-based approach for iterating over JS array propertiesKent Hansen2010-03-101-4/+3