summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug with distribution of spans.Jan-Arve Sæther2010-01-051-160/+222
* Make the layout{,AboutToBe}Changed signals in the QSortFilterProxyModel match...Stephen Kelly2009-12-181-11/+111
* Make sure mappings are created for columns when indexes newly become parents.Stephen Kelly2009-12-187-17/+53
* Cleanup qsqldatabase test case a little bit.Bill King2009-12-171-15/+9
* Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-173-3/+44
|\
| * Disable benchlibwalltime test.Rohan McGovern2009-12-171-3/+3
| * Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-152-0/+41
| |\
| | * Fix crash in QDBusPendingReply/QDBusReply in case of unconnected calls.Thiago Macieira2009-12-092-0/+41
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-171-3/+3
|\ \ \
| * | | (OCI) Fixes problem with clobs being handled as binaryBill King2009-12-171-3/+3
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Bill King2009-12-171-0/+35
| |\ \ \
| * \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Bill King2009-12-165-19/+291
| |\ \ \ \
* | \ \ \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-163-10/+40
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix for QTBUG-4908 SVG transparency rendering problem.Jani Hautakangas2009-12-161-0/+6
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-12-1616-13/+696
| |\ \ \ \ \ | | |/ / / /
| | * | | | (ODBC) Fixes segfault when error string is larger than 256 chars.Bill King2009-12-151-0/+24
| * | | | | Fixed qgraphicsview autotest build for winscw.Miikka Heikkinen2009-12-151-10/+10
* | | | | | Fix moc generated code with dummy Q_PROPERTYOlivier Goffart2009-12-161-0/+35
| |_|/ / / |/| | | |
* | | | | Fix autotest which checks for sample buffersTom Cooksey2009-12-151-6/+1
* | | | | Add autotest for creating a QGLWidget with alpha channelTom Cooksey2009-12-151-0/+12
* | | | | Clicking on a selected item wouldn't reset the selection anymore.Gabriel de Dietrich2009-12-151-0/+23
* | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-12-147-5/+534
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge commit oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-1410-10/+152
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge commit '9aa60dfdf5b4837b9ceb15d8fcbc96f37dce7b5a' of Oslo-Staging-1 int...Simon Hausmann2009-12-135-3/+520
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix crashes when deleting QWidgets and QGraphicsItems in touch event handlers.Bradley T. Hughes2009-12-111-1/+245
| | * | | Fix tst_QTouchEvent::touchUpdateAndEndNeverPropagate()Bradley T. Hughes2009-12-111-2/+2
| | * | | Ensure that QProcessEnvironment::operator== doesn't crashThiago Macieira2009-12-103-0/+271
| | * | | Fixes a qfileinfo autotest.Denis Dzyubenko2009-12-101-0/+2
| * | | | Put symbian-specific test inside symbian qmake scope.Rohan McGovern2009-12-101-1/+4
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-12-0911-28/+213
| |\ \ \ \
| | * \ \ \ Merge branch 'berlin-staging-2' into 4.6Joerg Bornemann2009-12-091-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Compilation fix for Windows Mobileninerider2009-11-231-1/+1
| | * | | | Merge commit 'origin/4.6' into 4.6-upstreamBradley T. Hughes2009-12-091-0/+10
| | |\ \ \ \
| | | * | | | Autotest: ensure that QSharedPointer does proper autocasting throughThiago Macieira2009-12-081-0/+10
| * | | | | | Remove this unnecessary and verbose line.Bill King2009-12-081-1/+0
* | | | | | | Fix QMetaObject::connect and disconnect with "dynamic signals"Olivier Goffart2009-12-141-0/+144
* | | | | | | Test fixed for Windows CE.ninerider2009-12-141-13/+62
* | | | | | | Compilation fix for Windows Mobileninerider2009-12-141-1/+1
* | | | | | | Optimize QGraphicsItemEffectSourcePrivate::pixmap() for QGraphicsPixmapItems.Samuel Rødal2009-12-141-0/+49
| |_|_|_|/ / |/| | | | |
* | | | | | Stabilize testOlivier Goffart2009-12-142-2/+3
* | | | | | Fixes Graphicsitem transformation problems when grouping/ungrouping.Yoann Lopes2009-12-111-0/+30
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2009-12-111-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed qgraphicseffectsource autotest.Samuel Rødal2009-12-111-1/+1
* | | | | | | Add a simple check for a common wrong usage to avoid infinite recursionJan-Arve Sæther2009-12-111-0/+20
|/ / / / / /
* | | | | | Prevented leak of keys in QPixmapCache.Samuel Rødal2009-12-101-0/+19
* | | | | | Fix redraw bugs when using graphics effects in device coordinate mode.Samuel Rødal2009-12-101-2/+7
* | | | | | Fixes internal drag and drop in QListWidget while dropping to the endOlivier Goffart2009-12-101-1/+7
* | | | | | Fix spinbox input when seecting the prefixThierry Bastian2009-12-101-0/+12
* | | | | | Fix a crash on the focus chain when removing items from the scene.Alexis Menard2009-12-091-0/+32
* | | | | | Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-12-094-4/+80
|\ \ \ \ \ \ | | |/ / / / | |/| | | |