summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QHttp: Fix handling of redirect loaded from cacheMårten Nordheim2022-04-272-0/+60
* QNetworkReply: update decompress error message and handlingMårten Nordheim2022-04-276-20/+111
* tst_qitemdelegate: make it more robustGiuseppe D'Angelo2022-04-271-2/+1
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-272-8/+15
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-272-24/+29
* tests: Blacklist tst_QLocalSocket::threadedConnection on WindowsAlexandru Croitor2022-04-271-0/+3
* QtXml: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-272-26/+22
* egl: Remove the disabling of surfaceless contexts for MesaLaszlo Agocs2022-04-271-9/+0
* Revive eglfs' raster window supportLaszlo Agocs2022-04-277-48/+61
* eglfs_x11: Fix running flag linkageLaszlo Agocs2022-04-271-1/+1
* Update comments in QQuaternion::getEulerAnglesInho Lee2022-04-271-2/+3
* QAbstractItemView: warn in some erroneous conditionsGiuseppe D'Angelo2022-04-271-2/+6
* QFutureInterface: insert x86 PAUSE in tight CMPXCHG loopThiago Macieira2022-04-261-2/+11
* Fix for ClangCl missing F16C intrinsics in qfloat16.hMario Emmenlauer2022-04-261-5/+6
* Fix build with GCC 12's libstdc++ and ClangThiago Macieira2022-04-261-0/+3
* Don't declare type 'id' in the global namespace in a public headerTor Arne Vestbø2022-04-273-2/+82
* Pass compilers on to examples configsAllan Sandfeld Jensen2022-04-261-0/+4
* uic: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-266-10/+11
* uic: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-2611-248/+264
* QtCore: remove the remaining uses of QLatin1StringSona Kurazyan2022-04-262-3/+3
* Simplify QConfFileSettingsPrivate::readIniSection() using QBAVEdward Welbourne2022-04-261-16/+15
* Fix potential crash in QNetworkInformation if no network is availableSimeon Kuran2022-04-261-11/+16
* rhi: d3d11: fail early with a broken deviceLaszlo Agocs2022-04-263-2/+312
* rhi: Make QRhiRenderTarget's rp getter functional with swapchainsLaszlo Agocs2022-04-266-0/+6
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2612-39/+63
* Platformsupport: stop using QLatin1Char() for creating char literalsSona Kurazyan2022-04-268-13/+13
* macdeployqt: Ignore repeated references to binary when parsing otool -LTor Arne Vestbø2022-04-261-0/+2
* Clear tst_QSettings of deprecation warningsEdward Welbourne2022-04-262-7/+5
* tst_QSettings::testVariantTypes(): modernize list initializationsEdward Welbourne2022-04-261-10/+6
* Convert tst_QSettings::testVariantTypes()'s macro body into a lambdaEdward Welbourne2022-04-261-13/+18
* Clean up tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-27/+26
* Rearrange tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-24/+24
* Remove two unused resource files from tst_qsettingsEdward Welbourne2022-04-264-8/+0
* Inline a shared data-driven test table in tst_QSettingsEdward Welbourne2022-04-261-88/+23
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-263-13/+8
* Correct documentation of INI format's loss of type informationEdward Welbourne2022-04-261-5/+8
* Android: set useLegacyPackaging to true in build.gradleAssam Boudjelthia2022-04-263-4/+3
* Android: add missing properties in AndroidManifest.xmlAssam Boudjelthia2022-04-262-4/+20
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-2637-144/+141
* DBusConnection: reuse pre-defined constat values where possibleSona Kurazyan2022-04-261-4/+3
* AtSpiAdaptor: fix debug messages to output the values before clearingSona Kurazyan2022-04-261-5/+10
* OpenGL: port away from QLatin1StringSona Kurazyan2022-04-263-15/+15
* Windows QPA: Only refresh the window theme if it really changesYuhang Zhao2022-04-261-11/+14
* Fix compiler warning from deprecated overloadsVolker Hilsheimer2022-04-262-2/+2
* CUPS: Add support for accessible IPP printersLu YaNing2022-04-261-2/+5
* Fix build with GCC12: avoid QCborStreamReader::preparse()Thiago Macieira2022-04-251-2/+2
* QTextEngine: don't pass empty data to bidiReorderThiago Macieira2022-04-251-4/+6
* XCB: fix GCC 12 warning about uninitialized variable useThiago Macieira2022-04-251-1/+1
* macOS: Use originating view as drag source when dragging multiple itemsStefan Wastl2022-04-261-5/+3
* Correct leap year sequence in systemTimeYearMatching()Edward Welbourne2022-04-251-1/+1