Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid emitting release when the mouse is ungrabbed | Leonardo Sobral Cunha | 2010-05-07 | 3 | -3/+61 |
| | | | | | | | | | | Added an onCanceled signal to mouse area, which is triggered when the mouse area rejects the event (propagates to the nearest mouse area beneath) or some other element steals the mouse grab (flickable, for example). Task-number: QTBUG-10162 Reviewed-by: Michael Brasser | ||||
* | Resize qmlruntime window to new dimensions when orientation changes | Joona Petrell | 2010-05-07 | 8 | -18/+156 |
| | | | | | Task-number: Reviewed-by: Warwick Allison | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-07 | 330 | -3187/+6439 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (118 commits) Avoid repeated create/destroy at top list boundary with sub-pixel movement. Call QDeclarativeItem::geometryChanged() base implementation qdoc fixes. Avoid warnings as delegates with bindings to parent are created and destroyed. qdoc fixes TextInput echoMode doc. Make sure to call base class implementation. More cleanup Cleanup Cleanup Use enum for drag.axis in doc and examples. Add missing test file. Fix autotest Add QML_XHR_DUMP option Compile doc fixes Doc: more clarification of cacheBuffer Fix some compiler warnings. Another initialization fix. Unleak. Fix compile in namespace. ... | ||||
| * | Avoid repeated create/destroy at top list boundary with sub-pixel movement. | Martin Jones | 2010-05-06 | 1 | -5/+5 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-06 | 41 | -90/+147 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-06 | 36 | -89/+98 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativepainteditem.cpp | ||||
| | | * | qdoc fixes. | Yann Bodson | 2010-05-06 | 1 | -0/+11 |
| | | | | |||||
| | | * | qdoc fixes | Yann Bodson | 2010-05-06 | 7 | -15/+15 |
| | | | | |||||
| | | * | TextInput echoMode doc. | Yann Bodson | 2010-05-06 | 1 | -7/+8 |
| | | | | |||||
| | | * | Make sure to call base class implementation. | Michael Brasser | 2010-05-06 | 1 | -0/+1 |
| | | | | |||||
| | | * | More cleanup | Yann Bodson | 2010-05-06 | 9 | -22/+26 |
| | | | | |||||
| | | * | Cleanup | Yann Bodson | 2010-05-06 | 6 | -11/+12 |
| | | | | |||||
| | | * | Cleanup | Yann Bodson | 2010-05-06 | 7 | -26/+18 |
| | | | | |||||
| | | * | Use enum for drag.axis in doc and examples. | Yann Bodson | 2010-05-06 | 7 | -8/+8 |
| | | | | |||||
| | * | | Call QDeclarativeItem::geometryChanged() base implementation | Aaron Kennedy | 2010-05-06 | 5 | -1/+49 |
| | |/ | |||||
| * | | Avoid warnings as delegates with bindings to parent are created and destroyed. | Martin Jones | 2010-05-06 | 6 | -9/+29 |
| |/ | | | | | | | Task-number: QTBUG-10359 | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-06 | 4 | -7/+28 |
| |\ | |||||
| | * | Fix autotest | Aaron Kennedy | 2010-05-06 | 1 | -0/+1 |
| | | | |||||
| | * | Add QML_XHR_DUMP option | Aaron Kennedy | 2010-05-06 | 1 | -0/+21 |
| | | | |||||
| | * | Compile | Aaron Kennedy | 2010-05-06 | 1 | -1/+0 |
| | | | |||||
| | * | doc fixes | Yann Bodson | 2010-05-06 | 1 | -6/+6 |
| | | | |||||
| * | | Add missing test file. | Martin Jones | 2010-05-06 | 1 | -0/+16 |
| |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 3 | -3/+4 |
| |\ | |||||
| | * | Another initialization fix. Unleak. | Warwick Allison | 2010-05-05 | 2 | -1/+2 |
| | | | |||||
| | * | Fix compile in namespace. | Michael Brasser | 2010-05-05 | 1 | -2/+2 |
| | | | |||||
| * | | Doc: more clarification of cacheBuffer | Martin Jones | 2010-05-05 | 2 | -0/+6 |
| | | | |||||
| * | | Fix some compiler warnings. | Martin Jones | 2010-05-05 | 2 | -24/+25 |
| |/ | |||||
| * | Initialize variable and crash less. | Martin Jones | 2010-05-05 | 1 | -0/+1 |
| | | |||||
| * | Add a switch to the menu to hide/show the runtime warnings | Kai Koehne | 2010-05-05 | 5 | -17/+222 |
| | | | | | | | | Reviewed-by: mae | ||||
| * | Fix i18n example. | Yann Bodson | 2010-05-05 | 6 | -17/+81 |
| | | | | | | | | Add french translation to photoviewer demo. | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 100 | -531/+999 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 35 | -120/+154 |
| | |\ | |||||
| | | * | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 35 | -120/+154 |
| | | | | |||||
| | * | | Fix cacheBuffer documentation. | Martin Jones | 2010-05-05 | 3 | -12/+28 |
| | |/ | | | | | | | | | | Task-number: QTBUG-10385 | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 8 | -22/+22 |
| | |\ | |||||
| | | * | Docs - point to property types from tutorial and QML Basic Types page | Bea Lam | 2010-05-05 | 2 | -10/+13 |
| | | | | |||||
| | | * | Fix qdoc errors | Bea Lam | 2010-05-05 | 6 | -12/+9 |
| | | | | |||||
| | * | | Document delegate life cycle. | Martin Jones | 2010-05-05 | 3 | -1/+11 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-10353 | ||||
| | * | | little doc fix. | Martin Jones | 2010-05-05 | 1 | -1/+1 |
| | |/ | |||||
| | * | Turn off smooth rendering for qDrawBorderPixmap() with transforms. | Martin Jones | 2010-05-05 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | On non-gl graphics systems smooth rendering of qDrawBorderPixmap() with a transform applied resulted in ugly artifacts. Better to draw without smooth and get a correct looking result, though with jaggy edges. Task-number: QTBUG-5687 Reviewed-by: Gunnar | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 21 | -207/+223 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-05 | 3 | -2/+13 |
| | | |\ | |||||
| | | | * | Don't start valuesource animations until all component objects have been ↵ | Michael Brasser | 2010-05-05 | 3 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completed. Task-number: QTBUG-9413 | ||||
| | | * | | doc | Warwick Allison | 2010-05-05 | 19 | -205/+210 |
| | | |/ | | | | | | | | | | | | | Task-number: QTBUG-10386 | ||||
| | * | | Test for QList<QObject*> model with object properties changing. | Martin Jones | 2010-05-05 | 1 | -0/+99 |
| | | | | |||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 35 | -152/+396 |
| | |\ \ | | | |/ | |||||
| | | * | Example i18n. | Warwick Allison | 2010-05-05 | 6 | -0/+69 |
| | | | | |||||
| | | * | Allow translations without extra command-line args, and document both. | Warwick Allison | 2010-05-05 | 3 | -27/+68 |
| | | | | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-05 | 58 | -467/+874 |
| | | |\ | |||||
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-05 | 22 | -119/+251 |
| | | | |\ |