| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily disable tests that require compilation | Aaron Kennedy | 2010-04-14 | 1 | -0/+3 |
|
|
* | Further improve failure output | Aaron Kennedy | 2010-04-14 | 1 | -57/+7 |
|
|
* | Remove double fail message | Aaron Kennedy | 2010-04-14 | 1 | -2/+0 |
|
|
* | Improve test failure message | Aaron Kennedy | 2010-04-14 | 1 | -1/+2 |
|
|
* | Fix qdeclarativeloader test on Windows | Yann Bodson | 2010-04-14 | 1 | -4/+5 |
|
|
* | Bring support of anchors in QML for QGraphicsWidget derived classes. | Alexis Menard | 2010-04-14 | 13 | -75/+613 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 44 | -44/+96 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 2 | -1/+28 |
| |\ |
|
| * | | Stabilize test. | Warwick Allison | 2010-04-14 | 8 | -12/+24 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 4 | -8/+8 |
| |\ \ |
|
| * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 19 | -414/+241 |
| |\ \ \ |
|
| * | | | | Give better error messages on plugin load failures. | Warwick Allison | 2010-04-14 | 2 | -15/+31 |
|
|
| * | | | | More verbose message on failure. | Warwick Allison | 2010-04-14 | 1 | -1/+4 |
|
|
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 3968 | -159784/+330035 |
| |\ \ \ \ |
|
| * | | | | | Pass even if $LANG is not set to en_US.* | Warwick Allison | 2010-04-14 | 33 | -16/+37 |
|
|
* | | | | | | Missing file | Aaron Kennedy | 2010-04-14 | 1 | -0/+5 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 2 | -6/+6 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Doc fix. | Michael Brasser | 2010-04-14 | 2 | -6/+6 |
|
|
* | | | | | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 2 | -1/+28 |
|/ / / / |
|
* | | | | Reduce QML runtime capabilities to NetworkServices and ReadUserData | Joona Petrell | 2010-04-14 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | fillmode is a static visual test, so only record one frame. | Michael Brasser | 2010-04-14 | 1 | -269/+1 |
|
|
* | | | emit onMovementStarted/Ended/Changed on wheel events | Martin Jones | 2010-04-14 | 1 | -0/+4 |
|
|
* | | | Make it clear that Qt.labs modules may not remain compatible. | Martin Jones | 2010-04-14 | 2 | -0/+5 |
|
|
* | | | Complete item creation after its initial properties have been initialized. | Martin Jones | 2010-04-14 | 1 | -2/+2 |
|
|
* | | | Support recording visual snapshot tests. | Michael Brasser | 2010-04-14 | 4 | -5/+26 |
|
|
* | | | Minehunt cleanup/optimization. | Michael Brasser | 2010-04-14 | 7 | -134/+125 |
|
|
* | | | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 3 | -4/+78 |
| |/
|/| |
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 1 | -0/+1 |
|\ \ |
|
| * | | Link to QML for Qt programmers from main page | Bea Lam | 2010-04-13 | 1 | -0/+1 |
|
|
* | | | Use different ports for network tests to avoid clashes in parallel testing. | Martin Jones | 2010-04-13 | 6 | -20/+20 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 3968 | -159857/+330075 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-13 | 168 | -1607/+2392 |
| |\ \ |
|
| | * | | Remove warning on ASCII cast | Thiago Macieira | 2010-04-13 | 1 | -1/+1 |
|
|
| | * | | Fix compilation on Solaris, AIX and HP-UX. | Thiago Macieira | 2010-04-13 | 1 | -5/+0 |
|
|
| | * | | Speed up borderimage test. | Yann Bodson | 2010-04-13 | 1 | -6/+6 |
|
|
| | * | | Exclude webview examples when compiled without webview | Aaron Kennedy | 2010-04-13 | 1 | -0/+6 |
| | |/ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-13 | 13 | -106/+138 |
| | |\ |
|
| | | * | Use SRCDIR to make examples test work with shadow builds. | Yann Bodson | 2010-04-13 | 1 | -15/+19 |
|
|
| | | * | Example fixes | Bea Lam | 2010-04-13 | 10 | -83/+110 |
|
|
| | * | | Fix test | Aaron Kennedy | 2010-04-13 | 1 | -1/+2 |
|
|
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-04-13 | 6 | -9/+9 |
| |\ \ \ |
|
| | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7 | Iain | 2010-04-13 | 40 | -184/+401 |
| | |\ \ \ |
|
| | | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-04-13 | 6 | -9/+9 |
| | | |\ \ \ |
|
| | | | * | | | Fix compile error | Shane Kearns | 2010-04-12 | 2 | -5/+6 |
|
|
| | | | * | | | Don't try to use so much permissions, use something a lot more sane | Thomas Zander | 2010-04-12 | 1 | -1/+1 |
|
|
| | | | * | | | A bit saner suggestion | Thomas Zander | 2010-04-12 | 1 | -1/+1 |
|
|
| | | | * | | | Remove not needed permissions | Thomas Zander | 2010-04-12 | 1 | -1/+0 |
|
|
| | * | | | | | Fix qmake.pro after Symbian alternate build system integration | Iain | 2010-04-13 | 1 | -0/+2 |
| | | |/ / /
| | |/| | | |
|
| | * | | | | Make compile on Symbian | Thomas Zander | 2010-04-12 | 1 | -1/+1 |
|
|
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-04-13 | 3627 | -151605/+318232 |
| |\ \ \ \ \ |
|