summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2182-212/+1217
| |\
| | * windowflags test: Fix showing which flags are setSérgio Martins2015-01-191-1/+4
| | * Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-0/+33
| | * Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixelDavid Faure2015-01-191-1/+11
| | * Autotest: Selftests fail in UTC timezoneRainer Keller2015-01-195-5/+5
| | * Diaglib/Event filter: Output application state on focus events.Friedemann Kleint2015-01-161-4/+70
| | * Correction on bound values in case of repeated QSqlQuery::execBatchEric Lemanissier2015-01-161-0/+30
| | * Android: Fix QLayout testsEskil Abrahamsen Blomfeldt2015-01-163-0/+14
| | * Android: Fix QDirModel testsEskil Abrahamsen Blomfeldt2015-01-163-3/+48
| | * Android: Fix QSideBar testEskil Abrahamsen Blomfeldt2015-01-161-0/+6
| | * Android: Skip QProcess_and_GuiEventLoop testEskil Abrahamsen Blomfeldt2015-01-161-0/+4
| | * Fix QRawFont test when used with bundled FreeTypeEskil Abrahamsen Blomfeldt2015-01-161-19/+23
| | * Android: Fix QImageReader testEskil Abrahamsen Blomfeldt2015-01-162-0/+10
| | * Autotest: Find all autotests due to changed naming conventionsRainer Keller2015-01-161-27/+14
| | * Benchmarks: Build gui benchmarks only when gui module availableRainer Keller2015-01-161-1/+1
| | * Fix compilation with older MSVC: use qIsNan instead of isnanThiago Macieira2015-01-151-2/+2
| | * Android: XFAIL a few tests in QDnsLookupEskil Abrahamsen Blomfeldt2015-01-121-0/+18
| | * Fix memory leaks with QDBusServerThiago Macieira2015-01-111-0/+2
| | * QScreen manual test: use sizeHint; don't override QLineEdit text colorShawn Rutledge2015-01-093-4/+9
| | * Skip incompatible QTextLayout tests when dpi-scaling is usedEskil Abrahamsen Blomfeldt2015-01-091-0/+62
| | * Android: Fix QDataStream testEskil Abrahamsen Blomfeldt2015-01-092-0/+10
| | * Android: Fix QTextBoundaryFinder testEskil Abrahamsen Blomfeldt2015-01-092-0/+13
| | * Android: Fix qpixmap test.BogDan Vatra2015-01-081-3/+25