summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Correct Flipable back item based on parent, not scene transformAaron Kennedy2010-05-111-6/+9
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-05-111-1/+3
|\
| * Round ideal width up to prevent incorrect word wrapping on Mac OS XAaron Kennedy2010-05-111-1/+3
* | Correct ownership of signal handlers in state changes.Michael Brasser2010-05-111-7/+28
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-102-5/+10
|\
| * Fixes doc of mouse area's onEnteredLeonardo Sobral Cunha2010-05-101-3/+3
| * Prevent handling of Up/Down on Mac OS X, for consistency with other platforms.Warwick Allison2010-05-101-2/+7
* | Add some test assertsAaron Kennedy2010-05-101-0/+3
|/
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0718-76/+137
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-0717-75/+136
| |\
| | * Avoid emitting release when the mouse is ungrabbedLeonardo Sobral Cunha2010-05-072-3/+17
| | * Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-10/+6
| | * Avoid repeated create/destroy at top list boundary with sub-pixel movement.Martin Jones2010-05-061-5/+5
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0610-24/+27
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-069-24/+25
| | | |\
| | | | * qdoc fixesYann Bodson2010-05-067-15/+15
| | | | * TextInput echoMode doc.Yann Bodson2010-05-061-7/+8
| | | | * 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
| * | Doc fixBea Lam2010-05-071-1/+1
| |/
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0529-243/+304
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0529-242/+300
| |\
| | * 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
| | |/
| | * 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-052-3/+13
| | |\ \ | | | |/
| | | * 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
| | * | 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-0518-123/+144
| | |\ \ | | | |/
| | * | 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
| * | | | 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
|/ / /
* | | Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-042-12/+20