summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-31303-3913/+3915
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-31966-12546/+12546
|\
| * Update tech preview license header.Jason McDonald2009-08-31962-12494/+12494
* | fix crash due to double deletionKent Hansen2009-08-311-0/+22
* | implement functionExit() callbacks on the JITKent Hansen2009-08-311-14/+30
* | Merge branch '4.6'Thiago Macieira2009-08-317-41/+901
|\ \
| * \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-313-41/+53
| |\ \ | | |/
| | * Autotest: add some D-Bus tests sending complex structs and lists of themThiago Macieira2009-08-312-0/+53
| | * Fix license headers.Jason McDonald2009-08-311-41/+0
| * | Benchmark test for QSvgRenderer.Ariya Hidayat2009-08-314-0/+848
* | | Update the qmake autotest: re MSVC test failure findMocs and findDepsKeith Isdale2009-08-312-10/+4
|/ /
* | Mark the QSharedPointer with Qt::Uninitialized explicitThiago Macieira2009-08-281-0/+12
* | Add an autotest to check QPainter rendering to a QGLPixelBuffer worksTom Cooksey2009-08-281-0/+33
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-2847-1048/+850
|\ \
| * | Make it possible for autotests to check if JIT is enabled or notKent Hansen2009-08-282-10/+40
| * | Add test for the styled close buttonOlivier Goffart2009-08-281-0/+128
| * | QScriptContextInfo: fix the line numbers with JITOlivier Goffart2009-08-281-2/+8
| * | Fix QtOpenGL autotestTom Cooksey2009-08-281-5/+5
| * | Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-08-284-29/+276
| |\ \
| | * | Q_ASSERT failure in QStateMachinePrivate::handleTransitionSignal.Gabriel de Dietrich2009-08-281-0/+42
| | * | Fix the API for resetting QAbstractItemModels.Stephen Kelly2009-08-283-29/+234
| * | | Merge branch '4.5' into 4.6Thiago Macieira2009-08-2839-1010/+401
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-282-0/+104
| | * Add missing license headers.Jason McDonald2009-08-2813-33/+409
| | * Fix more duplicated license headers.Jason McDonald2009-08-2845-1804/+41
* | | more verbose error messages in lance...Gunnar Sletta2009-08-281-1/+1
|/ /
* | Add an autotest for qmake's include functionKeith Isdale2009-08-288-0/+61
* | QAbstractAnimation: fixes segfault when deleting animation inside updateCurre...Leonardo Sobral Cunha2009-08-271-4/+49
* | Merge branch '4.6'Thiago Macieira2009-08-27138-1103/+5012
|\ \
| * \ Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-08-271-0/+114
| |\ \
| | * | Add an autotest to check reparenting a QGLWidget worksTom Cooksey2009-08-271-0/+68
| | * | Add an autotest to check rendering to a QGLWidget worksTom Cooksey2009-08-271-0/+46
| * | | Merge branch '4.5' into 4.6Thiago Macieira2009-08-2783-198/+2621
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add missing license headers and adjust test data to match.Jason McDonald2009-08-2786-236/+2448
| | * Fix duplicated license headers.Jason McDonald2009-08-278-328/+0
| | * Fix some duplicated license headers.Jason McDonald2009-08-2714-574/+0
| | * Adjusting ftp server address for Nokia network.Jesper Thomschütz2009-08-261-1/+1
| | * Fix subControlRect of the Mac style for the QComboBoxBenjamin Poulain2009-08-251-0/+50
| * | fix whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-0/+2
| * | Make sure itemAt() reflects the visual order.Jan-Arve Sæther2009-08-271-1/+24
| * | Do not crash when double-clicking a tab in a QTabBar with movable tabsFrank Reininghaus2009-08-271-0/+34
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-08-273-0/+107
| |\ \
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Keith Isdale2009-08-2746-908/+1871
| | |\ \
| | * | | Add new manual test to check if CMYK encoded JPEG look the same whenKeith Isdale2009-08-273-0/+107
| * | | | Fix some missing and duplicated license headers.Jason McDonald2009-08-278-2/+330
| | |/ / | |/| |
| * | | Fixes invalid use of staticsBill King2009-08-271-5/+9
| * | | ignore warning in autotestKent Hansen2009-08-261-0/+1
| * | | warn if QScriptValue::setScriptClass() is called on incompatible objectKent Hansen2009-08-261-6/+23
| * | | Fix build of autotest on MSVCThierry Bastian2009-08-261-1/+1
| * | | Add move API to QAbstractItemModel.Stephen Kelly2009-08-264-2/+1230