summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-1012-85/+86
* Fix compilation in C++20 modeAllan Sandfeld Jensen2020-08-081-6/+12
* Avoid UB in 64bit compositionsAllan Sandfeld Jensen2020-08-081-17/+17
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-071-0/+4
* QSettings: purge deprecated APIEdward Welbourne2020-08-072-42/+1
* QStandardPaths: purge deprecated APIEdward Welbourne2020-08-072-12/+2
* QFileInfo: inline the file-time methodsEdward Welbourne2020-08-072-22/+11
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-073-55/+1
* QFile: purge deprecated APIEdward Welbourne2020-08-072-41/+2
* Purge deprecated API from QDirEdward Welbourne2020-08-072-51/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-073-126/+2
* tst_QStringConverter: fix some deprecation warningsEdward Welbourne2020-08-071-10/+11
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* QSharedData: remove #include relating to deprecationEdward Welbourne2020-08-071-4/+1
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-072-28/+37
* Avoid UB in moc generated codeLars Knoll2020-08-073-1/+17
* rhi: QRhiGles2 fix leak BlitFromRenderbufferPaul Lemire2020-08-071-0/+1
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-073-9/+194
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-072-16/+36
* macOS: Fix crash when re-using backingstore for re-created QWindowTor Arne Vestbø2020-08-071-0/+8
* Android: fix NoSuchMethodException exception in QtActivity.javaAssam Boudjelthia2020-08-071-0/+5
* QMap/QMultiMap: use =default for their default constructorsGiuseppe D'Angelo2020-08-071-2/+2
* configure: Explicitly enable float-divide-by-zero with ubsanRobert Loehning2020-08-072-4/+4
* Add x86 vector implementation of UTF-8 comparison to UTF-16Thiago Macieira2020-08-061-17/+121
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-0615-2/+243
* 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