summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark QSslError(SslError error) as explicitLars Schmertmann2020-08-062-6/+6
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-061-0/+2
* CMake: Don't use lld linker for Android with a Windows hostAlexandru Croitor2020-08-061-1/+4
* CMake: Fix prl files of static Qt buildsAlexandru Croitor2020-08-062-0/+10
* Update qgrayraster.cAllan Sandfeld Jensen2020-08-061-79/+77
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-0617-24/+109
* QMultiMap: add range eraseGiuseppe D'Angelo2020-08-063-48/+82
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-062-0/+109
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-0624-2054/+3315
* Make clang-format ignore formatting of third party codeEirik Aavitsland2020-08-061-0/+2
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-061-0/+2
* Update bundled libjpeg-turbo to version 2.0.5Eirik Aavitsland2020-08-068-15/+47
* CMake: Fix build with custom INSTALL_INCLUDEDIRJoerg Bornemann2020-08-063-14/+13
* Add qt.pointer.grab logging in QEventPointShawn Rutledge2020-08-061-0/+27
* Mac: (temporarily?) drop support for QMultiMap in QSettingsGiuseppe D'Angelo2020-08-061-44/+20
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-069-72/+96
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-061-2/+28
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-064-0/+111
* Add QEventPoint::pressTimestamp() and priv setPressTimestamp()Shawn Rutledge2020-08-062-1/+4
* qustrlen: Add #warnings to explain how to deal with GCC 7.x's ASanThiago Macieira2020-08-051-0/+7
* Optimize non-vectorized UTF-8 to UTF-16 comparison to US-ASCIIThiago Macieira2020-08-051-13/+21
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-056-5/+86
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-051-20/+1
* Allow use of charXX_t in QUtf8FunctionsThiago Macieira2020-08-051-2/+42
* MSVC: remove the extern templateThiago Macieira2020-08-054-79/+52
* xcb: avoid a usage of invalid reply in qxcbdragLiang Qi2020-08-061-4/+5
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-057-141/+69
* CMake: Don't build debug tools by default in debug_and_release buildsJoerg Bornemann2020-08-052-0/+10
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* wasm: factor visual viewport scale into dprMorten Johan Sørvig2020-08-052-6/+31
* wasm: set viewport size to device size on mobileMorten Johan Sørvig2020-08-051-1/+8
* XCB: Update logical DPI on “Xft/DPI” changeMorten Johan Sørvig2020-08-051-0/+14
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-052-5/+3
* Clear old triangulated vertex data when a path is completely clippedJoni Poikelin2020-08-051-1/+1
* CMake: Don't use std=gnu++11 when building Qt internal targetsAlexandru Croitor2020-08-053-0/+21
* Tidy up unicode table generationEdward Welbourne2020-08-052-49/+43
* Android: fix NoSuchMethodException exception in QtActivity.javaAssam Boudjelthia2020-08-051-0/+124
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-0520-2/+3027
* Define unix platform interfaces also without openglSamuli Piippo2020-08-051-2/+2
* QNX: adapt to new event APIsSamuli Piippo2020-08-051-9/+40
* Fix compiler issues when qreal is floatMichal Klocek2020-08-055-6/+6
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-054-5/+5
* Add an AES-based qHash function, inspired on Go'sThiago Macieira2020-08-041-0/+137
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-043-10/+67
* QList: properly declare operator== for MSVCGiuseppe D'Angelo2020-08-041-16/+22
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-042-2/+20
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* QSslSocket: remove a redundant forward declarationTimur Pocheptsov2020-08-041-1/+0
* QtNetwork: use Q_DISABLE_COPY_MOVETimur Pocheptsov2020-08-046-6/+6