| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix examples autotest when compiled without webkit or xmlpatterns | Bea Lam | 2010-05-17 | 1 | -2/+2 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-17 | 4 | -6/+170 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-17 | 4 | -13/+168 |
| |\ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-17 | 2 | -11/+4 |
| | |\ |
|
| | * | | Don't crash due to recursive positioning. | Martin Jones | 2010-05-17 | 1 | -2/+25 |
|
|
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-16 | 17 | -3/+292 |
| | |\ \ |
|
| | * | | | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 2 | -1/+139 |
|
|
| * | | | | Fix doc for status, add Image::onLoaded. | Warwick Allison | 2010-05-17 | 1 | -3/+6 |
|
|
* | | | | | Check for acquireReg() failure | Aaron Kennedy | 2010-05-17 | 2 | -0/+35 |
| |_|_|/
|/| | | |
|
* | | | | ListModel::get() shouldn't print warnings for invalid indices since it | Bea Lam | 2010-05-17 | 1 | -10/+4 |
|/ / / |
|
* | | | graphicsWidgets doc example was previously removed | Bea Lam | 2010-05-16 | 1 | -1/+0 |
| |/
|/| |
|
* | | Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89 | Aaron Kennedy | 2010-05-14 | 2 | -3/+119 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-14 | 87 | -644/+740 |
|\ \
| |/ |
|
| * | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 63 | -67/+480 |
|
|
| * | Minor declarative webview tweaks | Alan Alpert | 2010-05-13 | 22 | -573/+230 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-13 | 1 | -1/+3 |
| |\ |
|
| | * | ListModel::get() should return undefined if bad index specified | Bea Lam | 2010-05-13 | 1 | -1/+3 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-13 | 17 | -76/+1355 |
| |\ \
| | |/ |
|
| * | | Add an example spinner. | Martin Jones | 2010-05-13 | 1 | -3/+27 |
|
|
* | | | Add Qt.include() method for scoped inclusion of JavaScript files | Aaron Kennedy | 2010-05-14 | 15 | -0/+173 |
| |/
|/| |
|
* | | Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA... | Joona Petrell | 2010-05-13 | 3 | -8/+16 |
|
|
* | | Fix for graphics widget in the background stealing declarative item's focus | Joona Petrell | 2010-05-13 | 2 | -0/+57 |
|
|
* | | Possibly fix autotest | Alan Alpert | 2010-05-12 | 1 | -1/+1 |
|
|
* | | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 2 | -0/+6 |
|
|
* | | Flickable small API changes. | Yann Bodson | 2010-05-12 | 1 | -0/+28 |
|
|
* | | Add missing test, qdeclarativelayoutitem, to declarative.pro | Leonardo Sobral Cunha | 2010-05-12 | 1 | -0/+1 |
|
|
* | | Sorted the tests list in declarative.pro | Leonardo Sobral Cunha | 2010-05-12 | 1 | -65/+65 |
|
|
* | | Bail out early if the same target value is reassigned to a Behavior. | Michael Brasser | 2010-05-12 | 7 | -2/+1181 |
|/ |
|
* | Ensure PathView "attribute" attached properties are created correctly | Martin Jones | 2010-05-11 | 2 | -0/+105 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-05-11 | 2 | -5/+2 |
|\ |
|
| * | Round ideal width up to prevent incorrect word wrapping on Mac OS X | Aaron Kennedy | 2010-05-11 | 1 | -2/+2 |
|
|
| * | Remove unnecesary check for debug output. | Martin Jones | 2010-05-10 | 1 | -3/+0 |
|
|
* | | Correct ownership of signal handlers in state changes. | Michael Brasser | 2010-05-11 | 2 | -0/+40 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-10 | 15 | -153/+217 |
|\ |
|
| * | Remove debug messages from mousearea autotest file | Leonardo Sobral Cunha | 2010-05-10 | 1 | -6/+6 |
|
|
| * | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms. | Warwick Allison | 2010-05-10 | 1 | -0/+8 |
|
|
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-07 | 18 | -152/+270 |
| |\ |
|
| | * | Fix autotests | Aaron Kennedy | 2010-05-07 | 5 | -152/+8 |
|
|
| | * | Fix autotests (remove import Qt.widgets) | Aaron Kennedy | 2010-05-07 | 2 | -2/+0 |
|
|
| | * | Add missing qml file to qdeclarativemousearea | Leonardo Sobral Cunha | 2010-05-07 | 1 | -0/+28 |
|
|
| | * | Update mouse area qmlvisual test to follow change QTBUG-10162 | Leonardo Sobral Cunha | 2010-05-07 | 1 | -2/+2 |
|
|
| | * | Fix autotest bug in MouseArea | Leonardo Sobral Cunha | 2010-05-07 | 1 | -1/+1 |
|
|
| | * | Avoid emitting release when the mouse is ungrabbed | Leonardo Sobral Cunha | 2010-05-07 | 1 | -0/+44 |
|
|
| | * | Resize qmlruntime window to new dimensions when orientation changes | Joona Petrell | 2010-05-07 | 5 | -2/+132 |
|
|
| * | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 13 | -194/+280 |
| |\ \ |
|
| * | | | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -2/+2 |
|
|
* | | | | Error message on QWS appears to have changed. | Martin Jones | 2010-05-10 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Call QDeclarativeItem::geometryChanged() base implementation | Aaron Kennedy | 2010-05-06 | 4 | -1/+47 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-06 | 2 | -1/+1 |
|\ \ \ |
|
| * | | | Fix autotest | Aaron Kennedy | 2010-05-06 | 1 | -0/+1 |
|
|