summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove -qt-xcb, -system-xcb from README and commentsKai Koehne2020-05-192-7/+1
* Configure: Do not automatically enable compilation of examples for testsKai Koehne2020-05-191-8/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-1913-32/+98
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-1813-32/+98
| |\
| | * CMake: Don't hard-code the sysroot in Qt5XXXConfigExtras.cmakeJoerg Bornemann2020-05-141-1/+8
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-147-23/+52
| | |\
| | | * Fix scanned resources in static buildsv5.15.0Tor Arne Vestbø2020-05-111-1/+1
| | | * qstandardpaths_win.cpp: Fix GetCurrentProcessToken() for Win7v5.15.0-rc2Fredrik Orderud2020-05-071-1/+6
| | | * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-073-6/+31
| | | * Add more deprecation notices to QtNetwork release notesMårten Nordheim2020-05-071-14/+12
| | | * Fix 32bit integer overflow in ICC parsingv5.15.0-rc1Allan Sandfeld Jensen2020-05-041-1/+2
| | * | Small fixes for the Q*Ref deprecation stuffMarc Mutz2020-05-141-4/+12
| | * | Fix invalid text layout data when a full layout run is interruptedStefan Löffler2020-05-141-2/+5
| | * | Support opening directories over portalJan Grulich2020-05-142-1/+30
| | * | Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
| | * | Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-122-26/+44
| | * | Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* | | | cmake: add config module name for devicediscoverySamuli Piippo2020-05-191-0/+1
* | | | Direct Write Font Engine: Fix leaking IDWriteFontFace instancesFriedemann Kleint2020-05-191-2/+3
* | | | Enable Universal Links on iOSLars Schmertmann2020-05-193-0/+59
* | | | webOS: Fix allocateTimerIdJani Hautakangas2020-05-181-1/+8
* | | | Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-1814-350/+2080
* | | | Windows QPA: Fix window class name clash when mixing Qt librariesFriedemann Kleint2020-05-181-1/+2
|/ / /
* | | Cleanup qUncompressLars Knoll2020-05-171-21/+8
* | | Don't access QArrayData::sharedNull() from QByteArray anymoreLars Knoll2020-05-171-4/+2
* | | QChar: make fullConvertCase()'s result type more usableMarc Mutz2020-05-172-15/+22
* | | CMake: Don't create *Depends header for header-only modulesJoerg Bornemann2020-05-162-3/+9
* | | Add central macro to disable float comparison warningsMarc Mutz2020-05-161-0/+6
* | | QTaggedPointer: verify constexpr'ness of some ctorsMarc Mutz2020-05-161-0/+33
* | | Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-156-34/+263
* | | Add support of connecting signals to QFutureSona Kurazyan2020-05-154-1/+256
* | | IBus: Use WAYLAND_DISPLAY on Wayland sessions to make up socket namesTakao Fujiwara2020-05-151-11/+27
* | | QTaggedPointer: some API cleanupsMarc Mutz2020-05-152-31/+49
* | | CMake: Add MODULE_INCLUDE_NAME one-value-keyword to qt_add_moduleJoerg Bornemann2020-05-152-10/+17
* | | Remove deprecated method from QFont, QFontMetrics, and QFontInfoVolker Hilsheimer2020-05-156-436/+1
* | | QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-154-1/+64
* | | Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-1523-766/+24
* | | Deprecate QGuiApplication::paletteChanged() signalAndy Shaw2020-05-154-10/+46
* | | QNetworkReply: Remove some bearer management leftoversMårten Nordheim2020-05-155-113/+3
* | | Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-151-5/+5
* | | cmake: QTestCase: enable threading supportFabian Kosmale2020-05-151-0/+1
* | | CMake: Enable default usage of utf8 sources for Qt consumersAlexandru Croitor2020-05-154-1/+27
* | | pro2cmake: Fix Scope.get_string for list valuesJoerg Bornemann2020-05-151-1/+2
* | | QString: remove more functions overloaded on charMarc Mutz2020-05-152-38/+0
* | | QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-152-1/+19
* | | Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-156-6/+18
* | | Remove deprecated QAccessible::updateAccessibility overloadVolker Hilsheimer2020-05-152-26/+2
* | | Initialize TextureOp and BufferOp structsVolker Hilsheimer2020-05-151-7/+7
* | | QLabel: lay out text using a text control when label can get focusVolker Hilsheimer2020-05-151-1/+3
* | | Fix artifacts when rendering multisubpath dashed QPainterPath with openGLDmitry Kazakov2020-05-151-8/+27