summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | Make sure to call base class implementation.Michael Brasser2010-05-061-0/+1
| | | | | * | | Use enum for drag.axis in doc and examples.Yann Bodson2010-05-061-2/+2
| | | | * | | | Call QDeclarativeItem::geometryChanged() base implementationAaron Kennedy2010-05-061-0/+2
| | | | |/ / /
| | | * | | | Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-066-9/+29
| | | |/ / /
| | | * | | Add QML_XHR_DUMP optionAaron Kennedy2010-05-061-0/+21
| | | * | | Doc: more clarification of cacheBufferMartin Jones2010-05-052-0/+6
| | | * | | Fix some compiler warnings.Martin Jones2010-05-052-24/+25
| | | |/ /
| | * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0537-1016/+320
| | |\ \ \ | | | |/ /
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0531-243/+315
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-056-6/+6
| | | | |\ \
| | | | | * | Use enum rather than string for easing type.Yann Bodson2010-05-056-6/+6
| | | | * | | Fix cacheBuffer documentation.Martin Jones2010-05-053-12/+28
| | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-055-11/+8
| | | | |\ \
| | | | | * | Fix qdoc errorsBea Lam2010-05-055-11/+8
| | | | * | | Document delegate life cycle.Martin Jones2010-05-053-1/+11
| | | | * | | little doc fix.Martin Jones2010-05-051-1/+1
| | | | |/ /
| | | | * | Turn off smooth rendering for qDrawBorderPixmap() with transforms.Martin Jones2010-05-051-0/+14
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0520-205/+221
| | | | |\ \
| | | | | * \ 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-0519-205/+210
| | | | | |/ /
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-4/+14
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-0530-316/+500
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-051-1/+9
| | | | | | |\ \
| | | | | | | * | Enable states to be activated via their 'when' clause even if unnamed.Michael Brasser2010-05-051-1/+9
| | | | | | * | | Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+2
| | | | | | |/ /
| | | | | | * | Fix a crash with null objects returned from a Q_INVOKABLERhys Weatherley2010-05-051-1/+2
| | | | | * | | syntax updateWarwick Allison2010-05-051-1/+1
| | | | * | | | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-052-2/+10
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0527-291/+459
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-041-22/+28
| | | | |\ \ \ \
| | | | * | | | | Ensure flick endpoint is recalculated for variable height lists.Martin Jones2010-05-042-2/+3
| | | | | |_|/ / | | | | |/| | |
| | | * | | | | Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-056-772/+1
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-049-168/+315
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
| | * | | | | | Make component.createObject require a parent argumentAlan Alpert2010-05-052-2/+20
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-0482-1667/+2609
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-042-12/+20
| | | * | | | Update childrenRect when children are added or removed.Michael Brasser2010-05-042-3/+40
| | | * | | | Optimize childrenRect.Michael Brasser2010-05-042-43/+87
| | | * | | | Remove obsolete doc groupings.Michael Brasser2010-05-0415-69/+1
| | | | |/ / | | | |/| |
| | | * | | Doc improvementsBea Lam2010-05-041-22/+28
| | | |/ /
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-04216-2288/+5620
| | | |\ \
| | | * | | Remove QDeclarativeLoader::resizeModemae2010-05-033-101/+27
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-3070-1437/+2410
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-5/+15
| | | | |\ \ \
| | | | | * | | Ensure eval and Function are in the correct scopeAaron Kennedy2010-04-301-5/+15
| | | | * | | | Don't create an anchors element so that we can check that there aren't anyMartin Jones2010-04-301-18/+30
| | | | |/ / /
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-3012-18/+67
| | | | |\ \ \
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-302-4/+17
| | | | | |\ \ \