summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-30765-1119/+1403
|\
| * QDeclarativeDebug: Make autotests more robustKai Koehne2010-09-302-13/+10
| * QDeclarativeDebugClient: Make sure status is consistentKai Koehne2010-09-302-1/+7
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-30765-1120/+1401
| |\
| | * Revert "QDeclarativeDebugService: Add bc autotest" to get changes through sta...Joona Petrell2010-09-303-95/+2
| | * Autotest that new "import Qt 4.7"s aren't added accidentallyAaron Kennedy2010-09-291-0/+57
| | * Replace "import Qt 4.7" with "import QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-292-0/+25
| | |\
| | | * Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-282-0/+25
| | * | Add test for Qt 4.7 moduleAaron Kennedy2010-09-295-1/+183
| | * | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29754-1051/+1051
| | |/
| | * If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-283-0/+28
| | * QDeclarativeDebugService: Add bc autotestKai Koehne2010-09-283-2/+95
| | * Make QmlDebug protocol more robustKai Koehne2010-09-285-69/+58
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-301-3/+57
|\ \ \ | |/ / |/| |
| * | Fix QScriptEngine::abortEvaluation.Jedrzej Nowacki2010-09-301-3/+57
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-3026-2/+170216
|\ \ \ | |/ /
| * | Update frameGeometry when the unified toolbar visiblity is toggledAndy Shaw2010-09-291-0/+19
| * | Autotest: also enable testing of QtDeclarativeThiago Macieira2010-09-281-0/+1
| * | Add Qt 4.7.0 baseline symbols to the 4.7 branchThiago Macieira2010-09-2819-0/+170074
| * | Disable NTLM tests again, our server is not working.Thiago Macieira2010-09-281-2/+2
| * | SSL: Add benchmark for QSslSocket::systemCaCertificates()Markus Goetz2010-09-284-0/+120
| |/
* | Skip tst_QFont::lastResortFont() for Q_WS_QWSAlessandro Portale2010-09-291-0/+5
* | Fixed failure of benchlibcallgrind selftest on some platforms.Rohan McGovern2010-09-291-6/+16
* | Fix QFontMetrics::lineWidth() for fonts with defined point sizeAlessandro Portale2010-09-281-0/+18
* | Implemeting, exporting and autotesting QFont::lastResortFont()Alessandro Portale2010-09-281-0/+7
* | Fixed compile error on non-Symbian platforms.axis2010-09-281-0/+2
* | Fixed regression when typing in QTextControl based widgets on Symbianaxis2010-09-271-53/+204
|/
* Made the Symbian menu close when switching native focus.axis2010-09-271-0/+33
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-269-1/+109
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-249-1/+109
| |\
| | * More declarative autotests.Michael Brasser2010-09-249-1/+109
* | | Fix a compilation issue of tst_qsettings for win32-msvc.Liang Qi2010-09-241-0/+1
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-241-1/+22
|\ \
| * | Fixed floating point overflow issues in QRasterizer::rasterizeLineSamuel Rødal2010-09-231-1/+0
| * | Fixed scaled point drawing with square cap in raster paint engine.Samuel Rødal2010-09-231-0/+22
| |/
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-242-1/+28
|\ \ | |/ |/|
| * Merge branch 'eventStarvationFixes' into 4.7-s60axis2010-09-232-1/+28
| |\
| | * Fixed event starvation on Symbian if timers were constantly recreatedaxis2010-09-231-4/+0
| | * Fixed deployment when using shadow builds.axis2010-09-231-1/+1
| | * Marked a test as XFAIL on Symbian.axis2010-09-231-0/+4
| | * Made posted events part of the round robin queue.axis2010-09-231-0/+27
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-234-5/+294
|\ \ \ | |/ / |/| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-234-5/+294
| |\ \
| | * | QPainter not restored correctly in Graphics View.Bjørn Erik Nilsen2010-09-221-5/+43
| | * | Setting QGraphicsItem::ItemClipsChildrenToShape forces ItemClipsToShapeBjørn Erik Nilsen2010-09-221-0/+188
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-222-0/+63
| | |\ \
| | | * | QThread: make sure start works even if called after exitOlivier Goffart2010-09-221-0/+41
| | | * | QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-221-0/+22
* | | | | Various declarative autotest additions.Michael Brasser2010-09-238-0/+95