summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
* Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* QNX: Add the ability to disable EGL_KHR_surfaceless_context useJames McDonnell2018-07-013-2/+18
* Android: tst_QStaticText: QEXPECT_FAIL some testsMårten Nordheim2018-06-301-0/+6
* Android: QEXPECT_FAIL in tst_QRawFont::fallbackFontsOrderMårten Nordheim2018-06-301-0/+3
* Android: QEXPECT_FAIL tst_QFontDatabase::condensedFontMatchingMårten Nordheim2018-06-301-0/+3
* Android: tst_QFont: QEXPECT_FAIL a couple failing checksMårten Nordheim2018-06-301-0/+6
* Android: QEXPECT_FAIL a failing conditionMårten Nordheim2018-06-301-0/+3
* Android: Pass tst_QFactoryLoaderMårten Nordheim2018-06-302-0/+19
* Reduce amount of log output of the qcomplextext autotestLars Knoll2018-06-301-88/+56
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-302-2/+13
* Android: Pass tst_qlibraryMårten Nordheim2018-06-292-15/+57
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-293-1/+130
* Doc: Add references to QDBusAbstractAdaptor implementation examplePaul Wicking2018-06-293-38/+14
* Fix: bad-looking scaled rendering of painterpath in OpenGL paint engineEirik Aavitsland2018-06-281-21/+17
* Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-285-105/+45
* Fix automatic showing/hiding of the Windows 10 on-screen keyboardAndre de la Rocha2018-06-283-38/+74
* Doc: Remove old and broken QDBus adaptor examplePaul Wicking2018-06-282-338/+2
* Android: Blacklist tst_QPainter::textOnTransparentImageMårten Nordheim2018-06-281-0/+3
* Android: Blacklist some cases in tst_qwindowMårten Nordheim2018-06-281-0/+23
* Android: Make tst_qfile passMårten Nordheim2018-06-281-3/+22
* Android: fix tst_qloggingMårten Nordheim2018-06-282-1/+19
* Android: Pass tst_qlocaleMårten Nordheim2018-06-281-4/+19
* Android: Pass tst_QUuidMårten Nordheim2018-06-281-0/+11
* QSortFilterProxyModel unittest: add test for filtered-out-after-setDataDavid Faure2018-06-281-6/+33
* Fix QtWayland non-toplevel in-source buildsPaul Olav Tvete2018-06-271-4/+8
* tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
* configure: permit digits in variable assignments on the cmdlineOswald Buddenhagen2018-06-271-4/+4
* macOS: Guard non-reentrant uses of NSOpenGLContextTor Arne Vestbø2018-06-271-0/+5
* Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-272-16/+37
* QAbstractItemModelTester: don't call match(QModelIndex(), ...)David Faure2018-06-271-2/+3
* QAbstractItemModelTester: fix out-of-bounds index() callsDavid Faure2018-06-272-7/+24
* ItemModels: Cache last-known child indexErik Verbruggen2018-06-272-11/+25
* ItemModels: search for the child index in 2 directionsErik Verbruggen2018-06-271-7/+29
* QAbstractItemModelTester: add missing includesDavid Faure2018-06-271-0/+2
* Android: tst_qtimezone: Blacklist a bunchMårten Nordheim2018-06-271-0/+171
* Android: tst_QTimeZone::transitionEachZone: skip 2 zonesMårten Nordheim2018-06-271-0/+4
* Windows QPA/GL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-263-25/+49
* Doc: Fix typoPaul Wicking2018-06-261-1/+1
* wayland-scanner.prf: Remove special-casing for generated headersJohan Klokkhammer Helsing2018-06-261-63/+12
* Android: Blacklist various cases in tst_QLineEditMårten Nordheim2018-06-261-0/+31
* Android: Blacklist a few cases in tst_qgroupboxMårten Nordheim2018-06-261-0/+13
* Android: Blacklist tst_qframe::testPaintingMårten Nordheim2018-06-261-0/+3
* Kludge round Android's ignorance of some esoteric time-zone transitionsEdward Welbourne2018-06-261-3/+9
* Doc: Add Hello GLES3 examplePaul Wicking2018-06-264-1/+48
* tst_QTimer: Replace unconditional qWait()s with QSignalSpyKari Oikarinen2018-06-261-152/+111
* Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
* QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-254-8/+9
* qmake: escape colons and hashmarks in dependency pathsOswald Buddenhagen2018-06-257-7/+36