summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | For non-developer builds, skip test that requires private APIAdrian Constantin2011-01-101-0/+3
| | * | | tst_qhttpnetworkconnection: Compile fixMarkus Goetz2011-01-101-7/+7
| | |/ /
| * | | Fix handle leak in symbian QTimer implementationShane Kearns2011-01-101-0/+38
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2011-01-1021-2761/+144
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-101-40/+54
| | |\ \
| | * | | network tests: make IMAP, FTP testdata more flexible.Rohan McGovern2011-01-106-51/+142
| | * | | Remove garbage empty test.Rohan McGovern2011-01-1014-2710/+0
| | * | | tst_networkselftest: add checks for echo, daytimeRohan McGovern2011-01-101-0/+2
| * | | | Update pathview testAlan Alpert2011-01-1015-318/+318
| | |/ / | |/| |
| * | | Fix loaded() signal to be emitted only onceBea Lam2011-01-101-40/+54
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-01-071-0/+53
| |\ \
| | * | Fixes crash in QGraphicsItem's destructor.Yoann Lopes2011-01-071-0/+53
| * | | tst_qnetworkreply: Add EXPECT_FAIL for ioGetFromBuiltinHttpMarkus Goetz2011-01-071-0/+2
| * | | Revert "Fix QNetworkReply autotest cases for QT-3494"Markus Goetz2011-01-071-13/+9
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-063-13/+123
| |\ \ \ | | |/ / | |/| |
| | * | licensing: exclude generated cookie jar table from license checkPeter Hartmann2011-01-061-1/+3
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-063-12/+120
| | |\ \
| | | * | cookie jar code: enhance security by keeping track of effective TLDsPeter Hartmann2011-01-051-0/+104
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-052-12/+16
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-042-12/+16
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-042-12/+16
| | | | | |\ \
| | | | | | * | Fix QNetworkReply autotest cases for QT-3494Ville Pernu2010-12-311-9/+13
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-311-3/+3
| | | | | | |\ \
| | | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-231-3/+3
| | | | | | | |\ \ | | | | | | | | |/ | | | | | | | |/|
| | | | | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-12-231-3/+3
| | | | | | | | |\
| | | | | | | | | * tst_headers: make failure more detailed when failing to open a fileRohan McGovern2010-12-211-3/+3
* | | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-183-1/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix declarative autotest compilation on SymbianJoona Petrell2011-01-182-1/+13
| * | | | | | | | | | Cleanup view at end of auto test.Martin Jones2011-01-181-0/+3
* | | | | | | | | | | Implement layoutDirection property on Row, Grid, FlowAlan Alpert2011-01-189-10/+489
|/ / / / / / / / / /
* | | | | | | | | | Add canPaste property to TextInput and TextEditAlan Alpert2011-01-172-0/+17
* | | | | | | | | | QDeclarativeText has new multiline propertiesChristopher Ham2011-01-142-0/+45
* | | | | | | | | | QDeclarativeDebug: Extend autotestKai Koehne2011-01-111-0/+4
* | | | | | | | | | Add methods to position view at beginning or end.Martin Jones2011-01-114-0/+135
* | | | | | | | | | Fix Qt.formatTime() to accept QTime valuesBea Lam2011-01-113-53/+109
* | | | | | | | | | set() and setProperty() should not always trigger change signalsBea Lam2011-01-111-4/+155
* | | | | | | | | | Add versioning for new Flickable methods.Martin Jones2011-01-111-0/+43
* | | | | | | | | | Disable dragging text in TextEdit.Andrew den Exter2011-01-113-0/+98
* | | | | | | | | | Fix word selection in QLineControlAlan Alpert2011-01-108-0/+1052
* | | | | | | | | | Add selection modes to TextEdit and TextInput.Andrew den Exter2011-01-102-2/+325
* | | | | | | | | | Add layoutDirection property to Qt.application elementJoona Petrell2011-01-071-0/+23
* | | | | | | | | | Introduce Qt.application.active propertyJoona Petrell2011-01-073-0/+102
* | | | | | | | | | PinchArea API changes following review.Martin Jones2011-01-071-1/+1
* | | | | | | | | | Add PinchArea autotests.Martin Jones2011-01-072-2/+3
* | | | | | | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-077-0/+397
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Alan Alpert2011-01-071-0/+46
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add linkActivated signal to TextEditAlan Alpert2011-01-077-0/+397
* | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-0778-1580/+6066
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | / / / / / / / / / | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-01-061-0/+8
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+8
| | | |/ / / / / / / | | |/| | | | | | |