Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | QTreeView: fix PageUp/PageDown with disabled items. | Olivier Goffart | 2010-04-07 | 1 | -0/+32 | |
| * | | | | | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-04-14 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| | * | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-13 | 1 | -0/+13 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | / | | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | | * | | | | | | CSS: fixes border only affecting the first widget. | Olivier Goffart | 2010-04-12 | 1 | -0/+13 | |
* | | | | | | | | | Revert "qdeclarativefocusscope works fine as a parallel test" | Aaron Kennedy | 2010-04-14 | 1 | -1/+0 | |
* | | | | | | | | | qdeclarativefocusscope works fine as a parallel test | Aaron Kennedy | 2010-04-14 | 1 | -0/+1 | |
* | | | | | | | | | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 3 | -0/+33 | |
* | | | | | | | | | Image with PreserveAspect enabled with either width or height defined should ... | Joona Petrell | 2010-04-14 | 2 | -1/+30 | |
* | | | | | | | | | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 2 | -0/+27 | |
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 30 | -233/+233 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix qdeclarativedom test | Yann Bodson | 2010-04-14 | 1 | -9/+9 | |
| * | | | | | | | | | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 30 | -224/+224 | |
* | | | | | | | | | | 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 | 2 | -0/+253 | |
* | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-14 | 42 | -29/+65 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 1 | -0/+27 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | -271/+85 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | 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 | 33 | -214/+733 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | 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 | |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 1 | -0/+27 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | fillmode is a static visual test, so only record one frame. | Michael Brasser | 2010-04-14 | 1 | -269/+1 | |
* | | | | | | | | | | | Support recording visual snapshot tests. | Michael Brasser | 2010-04-14 | 1 | -2/+11 | |
* | | | | | | | | | | | Don't crash when columns == 0 | Martin Jones | 2010-04-14 | 2 | -0/+73 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | 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 | 26 | -210/+666 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-13 | 80 | -763/+1009 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | 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 | 1 | -15/+19 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Use SRCDIR to make examples test work with shadow builds. | Yann Bodson | 2010-04-13 | 1 | -15/+19 | |
| | * | | | | | | | | | 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 | 2 | -5/+6 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | 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 | 2 | -5/+6 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Fix compile error | Shane Kearns | 2010-04-12 | 2 | -5/+6 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| * | | | | | | | | Skip test for cocoa: setToolTip | Morten Johan Sørvig | 2010-04-13 | 1 | -0/+3 | |
| * | | | | | | | | Replaced qWarning with QCOMPARE/QVERIFY statements in tst_QFileInfo | Zeno Albisser | 2010-04-13 | 1 | -28/+14 | |
| * | | | | | | | | Don't test DBus BIC if QT_NO_DBUS is defined. | Morten Johan Sørvig | 2010-04-13 | 1 | -0/+2 | |
| * | | | | | | | | Removed broken tests from tst_QFileInfo::isSymlink_data() | Zeno Albisser | 2010-04-13 | 1 | -11/+7 | |
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-13 | 19 | -144/+601 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Revert Merge Request 551. This introduces regressions to Qt. | Thiago Macieira | 2010-04-12 | 1 | -56/+0 | |
| | * | | | | | | | Fix a race where QThread::exit() is "lost" when called after start() | Bradley T. Hughes | 2010-04-12 | 1 | -11/+36 | |
| | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-12 | 19 | -133/+621 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-10 | 19 | -133/+621 | |
| | | |\ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | |