summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update docs about how to configure OpenSSLKai Koehne2020-11-191-7/+6
* Android: use extraPrefixDirs with qmlimportscannerAssam Boudjelthia2020-11-191-2/+12
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* Doc: Fix documentation warnings for Qt TestTopi Reinio2020-11-194-4/+12
* Doc: Qt GUI: Fix custom module headerTopi Reinio2020-11-193-13/+10
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-1915-27/+105
* Get rid of the QMatrix4x4(int) constructorLars Knoll2020-11-192-35/+27
* De-inline qFuzzyCompare for QMatrix4x4 and QVector4DLars Knoll2020-11-194-44/+42
* Clean up QVector2D/3D/4DGiuseppe D'Angelo2020-11-1911-2756/+2763
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-44/+40
* Avoid linker errors for the bootstrap lib in debug builds on MSVCLars Knoll2020-11-192-0/+2
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-6/+0
* Prevent time zone lookup from using infinite amounts of memoryAndreas Buhr2020-11-191-6/+6
* HTTP2: fix crash from assertionMårten Nordheim2020-11-192-2/+7
* Fix memory corruption in QDBusInterface signal emissionsRobert Griebl2020-11-191-1/+3
* Fix schannel TLS 1.3 reneg delayMårten Nordheim2020-11-191-0/+2
* CMake: Rename the qt resource properties to be internalAlexandru Croitor2020-11-191-1/+1
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-192-10/+19
* QChar: use =delete instead of privateGiuseppe D'Angelo2020-11-191-2/+2
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-197-31/+75
* QXmlStream: sanitize input before building a QCharGiuseppe D'Angelo2020-11-181-2/+2
* CBOR: remove the X11 True and False for goodThiago Macieira2020-11-184-7/+6
* wasm: fix showing tooltipsLorn Potter2020-11-191-1/+1
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-181-0/+2
* Remove obsolete warningsChristophe Giboudeaux2020-11-182-10/+0
* xcb: Avoid use-after-free in QXcbConnection::initializeScreens()Alexander Volkov2020-11-181-2/+4
* Ensure that QMenu is polished before setting the screen in popup()David Redondo2020-11-181-1/+2
* QChar: get rid of some redundant commentsGiuseppe D'Angelo2020-11-181-4/+4
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-182-3/+3
* Fix x-height name in stylesheet docsFlorian Bruhin2020-11-171-1/+1
* Fix QGraphicsItem crash if click right button of mouseZhang Yu2020-11-181-2/+6
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-178-35/+4
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-1718-118/+137
* Document that ANGLE is gone from QtGuiVolker Hilsheimer2020-11-171-0/+15
* QLocale: simplify currency display name lookupEdward Welbourne2020-11-172-1425/+782
* Inline QLocale's QString overloads via QStringViewEdward Welbourne2020-11-172-137/+101
* String-view-ify qt_splitLocaleName() and simplify its callersEdward Welbourne2020-11-175-81/+73
* Export QLocaleId::fromName() so qttools can use itEdward Welbourne2020-11-171-1/+2
* Make QPageRanges::detach public, add data stream operatorsVolker Hilsheimer2020-11-172-1/+43
* QTest: don't wait before sending mouse event: increment the timestampShawn Rutledge2020-11-171-25/+18
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-172-3/+45
* Correct headers to build with eglfs modulesElvis Lee2020-11-1717-27/+9
* Consolidate static_asserts for event sizesVolker Hilsheimer2020-11-172-4/+4
* Android: Ensure windows always have a geometry on creationPiotr Mikolajczyk2020-11-171-0/+10
* Don't initialize POD types with memset(0)Lars Knoll2020-11-172-6/+6
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-174-96/+85
* Remove unused methodLars Knoll2020-11-171-22/+0
* Clean up QList(iterator, iterator)Lars Knoll2020-11-172-17/+16
* Only export the non inline methods of QArrayDataLars Knoll2020-11-171-6/+6
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-174-11/+17