summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-049-0/+184
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-032-5/+3
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-031-9/+11
* Network: Use system publicsuffix database copy when availableIevgenii Meshcheriakov2022-03-034-6/+174
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* wasm: enable mobile native keyboardingLorn Potter2022-03-039-15/+301
* QFlatMap: add remove_ifMarc Mutz2022-03-031-0/+75
* Fix QLatin1String(const char *) constructor to be constexprSona Kurazyan2022-03-022-8/+11
* QLatin1String: add missing APIs for compatibility with Qt string viewsSona Kurazyan2022-03-022-5/+104
* Close WASM popups on non-accepted clicksDavid Skoland2022-03-021-1/+5
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-025-5/+5
* Qt namespace: fix Q_FLAG_NS declaration for Qt::MouseEventFlagsGiuseppe D'Angelo2022-03-021-1/+1
* Add the missing --no-zstd option to the manual rcc callsAlexey Edelev2022-03-021-0/+12
* Update bundled libjpeg-turbo to version 2.1.3Eirik Aavitsland2022-03-0233-222/+279
* QTest: fix QCOMPARE with QT_TYPESAFE_FLAGSMarc Mutz2022-03-021-2/+4
* macOS: Remove code for handling logical DPI changesTor Arne Vestbø2022-03-022-8/+1
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-025-11/+25
* png/ico decoder: Don't try reading beyond the fileRobert Löhning2022-03-021-2/+4
* Tidy up QTest::FatalSignalHandlerSamuel Mira2022-03-021-12/+12
* Adapt QTest::FatalSignalHandler() to support sa_sigaction when availableEdward Welbourne2022-03-021-6/+23
* Gradle: Update to 7.4Mårten Nordheim2022-03-023-3/+3
* MIME providers: Make provider implementations finalEike Ziller2022-03-021-2/+2
* Revert "Add new third party SHA-3 implementation to replace old obsolete one"Øystein Heskestad2022-03-029-936/+0
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-021-14/+18
* Bootstrap: Make compiler warnings fatalKai Köhne2022-03-021-0/+3
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* QMimeMagicRule: Fix missing check and return for "Invalid" typeEike Ziller2022-03-021-2/+5
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-023-8/+26
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-024-49/+69
* Revert "Change third party SHA-3 implementation to use"Øystein Heskestad2022-03-012-125/+144
* xcb: fix a typo for WindowTypesLiang Qi2022-03-011-1/+1
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-012-0/+11
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-011-1/+23
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-011-3/+8
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* QLabel: remove some dynamic allocationsGiuseppe D'Angelo2022-03-012-25/+21
* xcb: free a randr monitors pointer after usageLiang Qi2022-02-281-0/+1
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-02-281-0/+4
* CMake: Clean up docs of deployment variables for 6.3Alexandru Croitor2022-02-285-15/+96
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-283-3/+3
* CMake: Clean up qt_deploy_runtime_dependencies for 6.3Alexandru Croitor2022-02-284-22/+66
* Fix assert showing default-constructed QPrintPreviewDialogFriedemann Kleint2022-02-281-1/+1
* QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-281-3/+1
* QMacStyle: fix tool buttons (in checked mode)Timur Pocheptsov2022-02-281-3/+8
* Don't allocate in qt_asciiToDouble()Marc Mutz2022-02-251-17/+8
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* QTextFormat: remove unnecessary namespace-scope stream op declarationsThiago Macieira2022-02-241-10/+0
* QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-02-241-3/+0