summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-0410-0/+315
* 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-037-7/+195
* pro2cmake: Fix indentation of INSTALL_EXAMPLESDIR assignmentJoerg Bornemann2022-03-031-1/+1
* pro2cmake: Fix static type errors in condition_simplifier_cache.pyJoerg Bornemann2022-03-031-5/+1
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* wasm: enable mobile native keyboardingLorn Potter2022-03-0310-15/+303
* QFlatMap: add remove_ifMarc Mutz2022-03-032-0/+162
* tst_qflags: don't suppress deprecation warningsMarc Mutz2022-03-031-1/+0
* Add compile-time checks for QLatin1StringSona Kurazyan2022-03-021-0/+60
* 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-023-28/+127
* 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
* tests: XFAIL a few in tst_QStaticText on WaylandLiang Qi2022-03-021-0/+23
* tests: XFAIL tst_QOpenGL::bufferMapRange() on WaylandLiang Qi2022-03-021-0/+2
* tests: XFAIL tst_QImageReader::setScaledClipRect() SVG/SVGZLiang Qi2022-03-021-0/+2
* macOS: Remove code for handling logical DPI changesTor Arne Vestbø2022-03-022-8/+1
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-027-19/+130
* 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
* Activate tst_qxmlstream for AndroidAndreas Buhr2022-03-023-11/+42
* CI: Blacklist systemFixedFont for QNXPasi Petäjäjärvi2022-03-021-1/+3
* Android: temporary skip tst_QDialog::dialogInGraphicsViewIvan Solovev2022-03-021-0/+4
* Android: skip tst_QDialog::snapToDefaultButtonIvan Solovev2022-03-022-3/+3
* 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-025-14/+80
* Bootstrap: Make compiler warnings fatalKai Köhne2022-03-022-5/+9
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-022-27/+37
* 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-024-12/+28
* 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
* Conan: Include Android specific option values in 'package_id'Iikka Eklund2022-03-011-19/+36
* xcb: free a randr monitors pointer after usageLiang Qi2022-02-281-0/+1
* tst_qflags: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-02-281-3/+10