summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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-243-3/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-2414-115/+185
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-2411-92/+175
| |\
| | * Fix abort in flipableLeonardo Sobral Cunha2010-03-241-1/+1
| | * Add object ids to the metadata provided in debugger classes.Bea Lam2010-03-248-8/+52
| | * Properly use one thread for all instances of XmlListModel.Bea Lam2010-03-242-83/+122
| * | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-246-55/+0
| |/
| * Make compile.Michael Brasser2010-03-241-1/+1
| * Output all Loader errors.Michael Brasser2010-03-241-0/+2
| * Fix Loader leak when loading a non-QGraphicsObject object.Michael Brasser2010-03-241-1/+5
| * Use setParent_NoEvent in Loader and benchmark Loader performance.Michael Brasser2010-03-241-2/+3
| * Animation construction optimization.Michael Brasser2010-03-241-1/+1
| * Origin safety testing for imported resources.Warwick Allison2010-03-245-13/+48
* | Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-242-37/+49
* | Doc: ids start with lowercaseMartin Jones2010-03-241-9/+9
|/
* Fix warning.Michael Brasser2010-03-231-1/+1
* Changing the alignment property should trigger a repaint.Alexis Menard2010-03-231-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-239-272/+58
|\
| * Change default RotationAnimation direction.Michael Brasser2010-03-232-7/+8
| * Add missing NOTIFYs.Michael Brasser2010-03-234-7/+41
| * Remove ParentAction.Michael Brasser2010-03-236-256/+7
| * Fix mutex handling that was causing tests to sometimes crash/fail.Bea Lam2010-03-231-2/+2
* | Basic Loader origin safety (for discussion).Warwick Allison2010-03-233-0/+21
|/
* Manual merge.Warwick Allison2010-03-227-9/+81
* Test imports with realistic paths (previously passed accidentally).Warwick Allison2010-03-221-3/+10
* Add Script removal to QmlChanges.txtMartin Jones2010-03-221-0/+38
* Use canonical form for headersKai Koehne2010-03-221-2/+2
* Remove exporting of QDeclarativeContext class symbolsKai Koehne2010-03-221-1/+1
* Remove non-existing header from pri fileKai Koehne2010-03-221-2/+1
* Fix Loader crash.Michael Brasser2010-03-221-1/+10
* Compile in namespaceAaron Kennedy2010-03-221-1/+1
* Deprecate inline Script {} blocksAaron Kennedy2010-03-2218-23/+349
* Removed wrong parenthesis around property NOTIFY declarationLeonardo Sobral Cunha2010-03-221-1/+1
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-2221-554/+2
* Fix warning mentioned in the comments of QTBUG-9182.Michael Brasser2010-03-221-3/+2
* Ensure positioner animations are triggered correctlyMartin Jones2010-03-221-18/+25
* Fix Behavior documentation due to easing changes.Martin Jones2010-03-211-1/+2
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-211-0/+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
* Fix Flipable crash.Michael Brasser2010-03-211-3/+4
* Reduce amount of qmldir parsingmae2010-03-194-34/+38
* Fix local type lookupmae2010-03-193-15/+24
* Setting stacking order from top to bottom seems to work better.Martin Jones2010-03-191-8/+4
* Don't crash if an out of bounds model index is accessed.Martin Jones2010-03-191-0/+2