summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-202-8/+10
* Fix a number of qdoc warningsFriedemann Kleint2020-08-2022-257/+25
* Fix deprecation warnings in QtSql code snippetsFriedemann Kleint2020-08-201-2/+2
* Fix qHash(const QModelIndex &index)Friedemann Kleint2020-08-201-1/+1
* xdgdesktopportal: Avoid dangling pointerMichael Weghorn2020-08-201-2/+2
* Remove QSslSocket::abort()Alex Trotsenko2020-08-203-39/+11
* Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-201-1/+0
* Doc: Use https in links that don't redirect properlyPaul Wicking2020-08-201-2/+2
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2046-5476/+302
* QSslContext - do a little cleanup (OpenSSL)Timur Pocheptsov2020-08-193-11/+11
* QFileSystemModel: don't display a modal messagebox on errorVolker Hilsheimer2020-08-191-23/+2
* Clean up itemviews after QStyleOption version cleanupVolker Hilsheimer2020-08-197-28/+22
* QMenu: make less sensitive to mouse jitterVolker Hilsheimer2020-08-191-1/+1
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-196-137/+165
* Fix QXmlStreamSimpleStack to work also with non POD data typesLars Knoll2020-08-193-14/+24
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-194-59/+67
* Smaller change towards using QStringViewLars Knoll2020-08-192-4/+4
* Refactor qxmlstream_p.hLars Knoll2020-08-1912-1936/+1818
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-1913-150/+138
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-192-31/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-197-142/+2
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-193-7/+23
* CMake: Add /OPT:REF flag when building Qt on WindowsAlexandru Croitor2020-08-191-0/+7
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-193-0/+216
* Update qmake before building srcKai Koehne2020-08-191-1/+5
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Fix the doc exampleJarek Kobus2020-08-191-1/+1
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* Use the factor() function for getting scale factorsMorten Johan Sørvig2020-08-191-2/+2
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* CMake Build: Add include guards for FindPPS.cmake and FindSlog2.cmakeCristian Adam2020-08-192-0/+8
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* CMake Build: Do not link to pthread for QNX for cxx11_future detectionCristian Adam2020-08-191-1/+1
* CMake Build: Add socket as a dependency for QtNetwork on QNXCristian Adam2020-08-191-0/+2
* tst_qplainttextedit: Do not use paste() method with no clipboardCristian Adam2020-08-191-0/+4
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-195-3/+858
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-195-2/+14
* Document qmake variable ANDROID_TARGET_ARCHKai Koehne2020-08-191-8/+8
* CMake Port: Remove outdated information in README.mdKai Koehne2020-08-191-3/+0
* Windows: Avoid syncqt needlessly re-generating headersKai Koehne2020-08-191-1/+2
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-196-2/+28
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* QMultiMap: fix regression in find(Key, T)Giuseppe D'Angelo2020-08-191-5/+12