summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to prefer the cipher preferences specified by the server.Richard J. Moore2015-04-251-7/+85
* Fix overflow in rgb30 gradient testsAllan Sandfeld Jensen2015-04-241-6/+6
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2219-99/+608
|\
| * Skip tst_QFiledialog::directoryEnteredSignal() depending on side bar entry co...Friedemann Kleint2015-04-211-2/+5
| * QDir: fix int overflowNikita Baryshnikov2015-04-201-0/+41
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+17
| * Tests: Use blacklist for failing tests in tst_macnativeventsCaroline Chao2015-04-172-1/+11
| * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-161-19/+0
| * Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-13/+33
| * Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-154-46/+202
| * Add support for unregistering of custom meta types.Robert Griebl2015-04-141-0/+48
| * QStateMachine: remove conflicting transitions after selection.Erik Verbruggen2015-04-101-10/+89
| * QStateMachine: fix history state restoration.Erik Verbruggen2015-04-101-0/+87
| * Add a means to set the application icon where supportedAndy Shaw2015-04-103-0/+75
| * Remove the old headersclean unit testThiago Macieira2015-04-102-8/+0
* | Improve error handling in qtestlibLars Knoll2015-04-211-1/+3
* | Add qHash(QMatrix) and qHash(QTransform)Marc Mutz2015-04-211-0/+17
* | Remove unused functionFrederik Gladhorn2015-04-201-10/+0
* | Add qHash(QVector)Marc Mutz2015-04-201-0/+18
* | Add qHash(QUrlQuery)Marc Mutz2015-04-201-0/+3
* | Add qHash(QList)Marc Mutz2015-04-201-0/+14
* | Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-7/+36
* | Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-131-22/+81
* | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-1020-35/+83
* | QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-101-0/+26
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-082-0/+102
|\|
| * QSaveFile: Fix permissions on creationKai Koehne2015-04-081-0/+8
| * Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-071-0/+94
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0619-15/+236
|\|
| * QVLA: Add operator= for initializer listsKai Koehne2015-04-041-0/+20
| * QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+17
| * QIODevice: do not change the 'pos' member for sequential devicesAlex Trotsenko2015-04-041-0/+44
| * QUuid: add missing relational operatorsMarc Mutz2015-04-041-3/+17
| * Tests: Blacklist tests for ubuntu 14.04Caroline Chao2015-04-019-0/+36
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-017-12/+102
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-317-12/+102
| | |\
| | | * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-0/+37
| | | * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-0/+39
| | | * QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+1
| | | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-092-5/+8
| | | * tst_QDnsLookup: Update to match the new zone for test.qt-project.orgThiago Macieira2015-03-051-4/+8
| | | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-3/+9
* | | | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+16
* | | | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+44
* | | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+41
* | | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+33
* | | | Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-021-0/+4
* | | | Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-021-0/+6
* | | | tst_QString: refactor the op+= testsMarc Mutz2015-04-021-4/+29
* | | | tst_QString: refactor the insert testsMarc Mutz2015-04-021-2/+112