summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-1712-112/+184
|\
| * Fix tst_QVariant::invalidColorJiang Jiang2011-05-111-1/+0
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-113-5/+5
| * Build fix for tst_qrawfontJiang Jiang2011-05-101-2/+2
| * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-105-88/+88
| * Fix QRawFont::setPixelSize() on MacEskil Abrahamsen Blomfeldt2011-05-061-0/+36
| * Remove warning from QColor::setNamedColor().Samuel Rødal2011-05-061-2/+0
| * Merge remote branch 'qt-mainline/4.8'aavit2011-05-0625-73/+645
| |\
| * | Remove misspelled comment in tst_qtextdocument.cppEskil Abrahamsen Blomfeldt2011-05-051-1/+1
| * | Merge branch 'master' into merge_rasterFabien Freling2011-05-041-16/+29
| |\ \
| | * | Fix the autotest condition.Fabien Freling2011-05-031-15/+27
| | * | Fix the update() autotest for raster.Fabien Freling2011-05-021-1/+2
| | * | Merge remote branch 'fire/master'Fabien Freling2011-04-189-17/+888
| | |\ \
| * | | | Include pixel size of font in exported HTML from QTextDocumentEskil Abrahamsen Blomfeldt2011-05-041-0/+26
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-165-545/+47
|\ \ \ \ \
| * | | | | Revert all QScroller and QFlickGesture related code.Robert Griebl2011-05-163-541/+0
| * | | | | Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-05-162-4/+47
* | | | | | Disable QtConcurrent for Symbian winscw builds.Laszlo Agocs2011-05-122-0/+5
|/ / / / /
* | | | | Merge remote branch 'qt/4.8' into staging-masterShane Kearns2011-05-104-0/+181
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-094-0/+181
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Allow different text for undo actions and items in QUndoViewAlexander Potashev2011-05-091-0/+59
| | * | | | Allow using not only prefixes for undo command textAlexander Potashev2011-05-094-0/+122
* | | | | | Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-108-6/+280
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix tst_qnetworkreply::httpProxyCommands autotestShane Kearns2011-05-051-2/+7
| * | | | | Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-051-1/+9
| * | | | | Fix spelling mistakeShane Kearns2011-05-041-1/+1
| * | | | | Fix crash when QSocketNotifier used with an invalid descriptorShane Kearns2011-04-212-1/+110
| * | | | | Add autotests for configuration dependent network proxiesShane Kearns2011-04-182-1/+145
| * | | | | Fix some warnings in symbian network testsShane Kearns2011-04-124-1/+9
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-063-6/+29
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-0517-64/+510
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Ensure that QDateTimeEdit::calendarWidget() will always return a valid widget.Robin Burchell2011-05-051-0/+23
| * | | | | | HTTP auto tests: do not load resources from cache that must be revalidtdPeter Hartmann2011-05-042-6/+6
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-052-17/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Make autotest more resilient against network timeoutaavit2011-05-031-1/+2
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-05-021-16/+16
| |\ \ \ \ \
| | * | | | | Make pixel size a qreal in QRawFontEskil Abrahamsen Blomfeldt2011-05-021-16/+16
| | * | | | | Make sure removed QTextBlock is invalidJiang Jiang2011-04-291-0/+12
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-051-6/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/4.8' into HEADThiago Macieira2011-04-2927-292/+1470
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-04-291-6/+7
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-05-055-1/+48
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-28162-1968/+7271
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Added autotest for threaded text rendering.Laszlo Agocs2011-04-261-0/+41
| * | | | | | | | | Fix autotest failure in XmlPattern qxmlqueryHonglei Zhang2011-04-201-2/+2
| * | | | | | | | | Fix memory leak bugs in XmlPatternsHonglei Zhang2011-04-194-2/+8
* | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-045-3/+91
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix insert and scroll to bottom casemae2011-04-261-0/+18
| * | | | | | | | | | Merge branch 'master' of ../qt-qml-stagingMichael Brasser2011-04-1454-202/+1136
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | QDeclarativeDebug: Fix test caseKai Koehne2011-03-301-1/+1