summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QML ecmascript autotest.Yann Bodson2010-11-081-1/+2
* Fix QtQuick import.Yann Bodson2010-11-081-1/+1
* Text alignment is broken with multi-line text and implicit size.Yann Bodson2010-11-086-0/+97
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-06151-3689/+7508
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-05151-3689/+7508
| |\
| | * Image bounding rect should always include the area being paintedJoona Petrell2010-11-052-0/+74
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-0461-3168/+2776
| | |\
| | | * Update visual tests for Mac.Yann Bodson2010-11-0461-3168/+2776
| | * | Whitespace fixesAlan Alpert2010-11-043-14/+14
| | |/
| | * Run all QML visual tests now.Alan Alpert2010-11-041-1/+1
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-041-0/+32
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-0442-360/+3509
| | | |\
| | * | | Make qmlvisual tests more stableAlan Alpert2010-11-0441-611/+677
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-11-041-0/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-0/+1
| | * | | Maintain passing visualtests on X11Alan Alpert2010-11-0410-3/+925
| | |/ /
| | * | Fix regression in 648eb76c and update visual tests.Martin Jones2010-11-0416-369/+369
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-043-0/+32
| | |\ \
| | | * | Add testcase for QTBUG-13719.Michael Brasser2010-11-043-0/+32
| | * | | Don't emit xChanged()/yChanged() twice.Martin Jones2010-11-041-0/+10
| | |/ /
| | * | highlightranges.qml example and visual test contained binding loop.Martin Jones2010-11-031-4/+8
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-0311-2/+912
| | |\ \
| | | * | Regression: QDeclarativeText does not update when text turns emptyYann Bodson2010-11-034-0/+736
| | | * | Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-025-2/+23
| | | * | Regression: Text element breaks when using \n for separating linesYann Bodson2010-11-022-0/+153
| | * | | Combining ListView.StrictlyEnforceRange and resizing currentItem stalls.Martin Jones2010-11-038-0/+2150
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-022-72/+367
| | |\ \
| | * | | Removing a binding while it is being applied caused a crash.Martin Jones2010-11-022-0/+42
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-051-2/+3
|\ \ \ \ \
| * | | | | Hide the cursor in the tested text editHarald Fernengel2010-11-051-2/+3
| |/ / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-051-0/+81
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tst_qnetworkreply: New HTTP test with AuthenticationReuseAttributeMarkus Goetz2010-11-051-0/+29
| * | | | tst_qnetworkreply: One more HTTP test using setReadBufferSize()Markus Goetz2010-11-051-0/+52
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-0541-212/+573
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Give the toplevel widget a layoutHarald Fernengel2010-11-041-1/+8
| * | | | fix tests when using Qt in a namespaceHarald Fernengel2010-11-041-0/+2
| * | | | Fix tst_symbols auto testHarald Fernengel2010-11-042-3/+3
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-11-0440-212/+564
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fix isLikelyToBeNfs usageHarald Fernengel2010-11-021-2/+4
| | * | | Fixed QGraphicsView autotest to use a dummy toplevel widgetDominik Holland2010-11-021-46/+102
| | * | | Fixed QMdiArea autotest to use a dummy toplevel widget.Dominik Holland2010-11-021-4/+15
| | * | | Fixed QMenuBar autotest. Changed window activation order.Dominik Holland2010-11-021-1/+1
| | * | | Fixed QStyleSheetStyle autotest to use a dummy toplevel widgetDominik Holland2010-11-021-2/+6
| | * | | Fixed QPathCliper autotest, to skip a test when qreal != doubleDominik Holland2010-11-021-0/+3
| | * | | Fixed QComboBox autotest to use a dummy toplevel widgetDominik Holland2010-11-021-6/+8
| | * | | Fixed QColumnView autotest. Added an QApplication::processEventsDominik Holland2010-11-021-0/+2
| | * | | Fixed QAccessability autotest to use a dummy toplevel widgetDominik Holland2010-11-021-3/+5
| | * | | Fix QListWidget testRalf Engels2010-11-021-0/+1
| | * | | Fix QGraphicsItems autotestRalf Engels2010-11-021-0/+2
| | * | | Fixed QGraphicsScene autotest to use a dummy toplevel widgetDominik Holland2010-11-021-3/+9