summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Android: don't report xfailBogDan Vatra2015-01-191-1/+1
| | * | | Add test for QColorDialog initial colorJoni Poikelin2015-01-191-0/+10
* | | | | Optimize unpremultiply on SSE4.1Allan Sandfeld Jensen2015-02-092-1/+33
* | | | | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+2
|/ / / /
* | | | ssl: add test for server-side QSslSocket::PeerVerifyModeJeremy Lainé2015-02-077-1/+285
* | | | [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-061-0/+22
* | | | Remove __DATE__ usage from qtbaseSune Vuorela2015-02-051-2/+2
* | | | Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-051-1/+8
* | | | Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-053-0/+75
* | | | QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+8
* | | | Fix regression from Qt4 with layout directionJan Arve Saether2015-02-051-1/+1
* | | | Diaglib: Fix compilation with MSVC 2010 / SDK 7.X.Friedemann Kleint2015-02-051-0/+4
* | | | Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-052-6/+3
* | | | Avoid creating a QPixmap on QBrush comparisonsAllan Sandfeld Jensen2015-02-042-1/+20
* | | | Generate SSE4.1 versions of premultiplying methods where convenientAllan Sandfeld Jensen2015-02-041-0/+1
* | | | Remove traces of the Maemo platformTor Arne Vestbø2015-02-043-15/+4
* | | | make shellQuoteWin() be more sparing with circumflexesOswald Buddenhagen2015-02-041-3/+3
* | | | de-noise testOswald Buddenhagen2015-02-042-0/+4
* | | | make test support qmake path with spacesOswald Buddenhagen2015-02-043-19/+30
* | | | don't rely on the right moc being in PATHOswald Buddenhagen2015-02-041-16/+21
* | | | don't rely on the right qdbuscpp2xml/qdbusxml2cpp being in PATHOswald Buddenhagen2015-02-042-2/+5
* | | | Move Rfc822NameType, DnsNameType and UniformResourceIdentifierType.Richard J. Moore2015-02-041-0/+18
* | | | Harden QAsn1Element against malicious ASN.1 strings.Richard J. Moore2015-02-041-0/+37
* | | | Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-033-4/+16
* | | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-0317-26/+26
* | | | Fixed icons lookup in QIcon::fromThemeRuslan Nigmatullin2015-02-024-6/+16
* | | | Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-021-0/+39
* | | | Add SecureTransport based SSL backend for iOS and OS XJeremy Lainé2015-02-022-12/+12
* | | | Only use 32bit version of qPremultiplyAllan Sandfeld Jensen2015-02-021-0/+1
* | | | Remove unused class QPaintBufferLars Knoll2015-01-2810-275/+0
* | | | Use qt.io rather than qt-project.org for network testsShawn Rutledge2015-01-283-3/+3
* | | | Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-281-2/+0
* | | | Introduce QQuaternion::inverted()Konstantin Ritt2015-01-281-0/+29
* | | | [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-281-8/+153
* | | | Android: Don't open assets files in read/write modeEskil Abrahamsen Blomfeldt2015-01-284-0/+84
* | | | QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-0/+6
* | | | Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-1/+64
* | | | Add conversion functions for C++11 u16string and u32stringAllan Sandfeld Jensen2015-01-242-0/+24
* | | | tst_QSet: make qhash() test deterministicMarc Mutz2015-01-231-1/+18
* | | | Fix tst_process on QNX when using spawnRafael Roquetto2015-01-231-5/+5
* | | | Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-231-3/+5
* | | | Use forkfd in QProcessThiago Macieira2015-01-232-1/+23
* | | | Use waitid with WNOWAIT in forkfdThiago Macieira2015-01-231-15/+18
* | | | Add QTextStream::readLine() overloadAlexander Volkov2015-01-231-15/+106
* | | | Deprecate QFont:: rawMode()/setRawMode()Konstantin Ritt2015-01-231-4/+0
* | | | QSslSocket: introduce support for TLS PSK (client side)Giuseppe D'Angelo2015-01-231-0/+354
* | | | Add project/unproject methods in QVector3DPaul Lemire2015-01-221-0/+158
* | | | QTextDocumentLayout: handle QTextBlock visibilityJ-P Nurmi2015-01-221-0/+42
* | | | QAssociativeIterable: add find()Marc Mutz2015-01-211-1/+4
* | | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2182-212/+1217
|\ \ \ \