summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine"Thierry Bastian2010-09-301-360/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-304-1/+93
|\
| * QTextCodec: Fix valgrind warning when using QTextCodec in destructions funct...Olivier Goffart2010-09-291-0/+9
| * Fix double painting when adding an item into a linear layoutThierry Bastian2010-09-291-0/+40
| * tst_qstatemachine.cpp: fix compilation with Sun StudioOlivier Goffart2010-09-281-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-271-0/+43
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-09-2737-16/+792
| | |\
| | * | Avoid creating copy of an image in memory when storing as pngaavit2010-09-271-0/+43
* | | | 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
* | | | | | Fix ListModel::set() so the implementation and docs areBea Lam2010-09-231-1/+1
* | | | | | Properly cleanup in QDeclarativeModulePlugin test.Michael Brasser2010-09-231-0/+1
|/ / / / /
* | | | | Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-222-0/+89
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-225-0/+139
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Mitigate private header problems in QtCreator by adding semi-private APIKai Koehne2010-09-223-0/+98
| * | | | Fix a crash in QDeclarativeVisualDataModelJoona Petrell2010-09-212-0/+41
| | |_|/ | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-222-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | make lupdate test less fragileOswald Buddenhagen2010-09-212-2/+8
| |/ /
* / / Bump version to 4.7.1.Jason McDonald2010-09-215-5/+5
|/ /
* | Fixed infinite loop when loading jpeg without EOI from memory.Kim Motoyoshi Kalland2010-09-203-0/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-201-0/+22
|\ \ | |/ |/|
| * tst_qpixmapfilter: Fix compilation in namespaceOlivier Goffart2010-09-201-0/+2
| * Fixed memory corruption issue in qt_blurImage for Indexed8 images.Samuel Rødal2010-09-171-0/+20
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-178-36/+388
|\ \ | |/ |/|