summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d11: Flush() when destroying a swapchainLaszlo Agocs2024-02-221-1/+5
* Move QtDisplayManager dpi calculations to functionsPetri Virkkunen2024-02-221-10/+13
* Do not register focus listener for null view in QtEmbeddedDelegatePetri Virkkunen2024-02-221-1/+2
* QStorageInfo: Use new comparison helper macrosRym Bouabid2024-02-222-17/+18
* QProcessEnvironment: Use new comparison helper macrosRym Bouabid2024-02-223-7/+26
* QDBusUtil::isValidBusName(): remove an impossible condition guardMarc Mutz2024-02-221-3/+0
* QFileInfo and QDir: use new \compares commandRym Bouabid2024-02-212-0/+3
* Assert if CoUninitialize is called on wrong threadJøger Hansegård2024-02-212-0/+2
* CMake: Default QT_I18N_SOURCE_LANGUAGE to "en"Joerg Bornemann2024-02-213-2/+8
* Doc: Link to qt_add_translations from qt_standard_project_setupJoerg Bornemann2024-02-211-0/+2
* CMake: Rename I18N_*LANGUAGES variables and parametersJoerg Bornemann2024-02-213-18/+19
* QIcon: complete the documentation of ThemeIconsVolker Hilsheimer2024-02-211-152/+170
* QIcon: remove unmapped ThemeIcon enum valuesVolker Hilsheimer2024-02-212-282/+0
* QHttp2Connection: add extra docsMårten Nordheim2024-02-212-4/+312
* QMime: remove unused qmap.h includesMarc Mutz2024-02-212-2/+0
* [docs] QDBusUtil: remove documentation of bygone functionsMarc Mutz2024-02-211-19/+0
* CMake: Fix wasm build without PCH enabledAlexandru Croitor2024-02-201-0/+2
* Apple icon engine: maintain aspect ratio of imageVolker Hilsheimer2024-02-202-24/+22
* Remove unused method QPlatformBackingStore::rhiSwapChain()Tor Arne Vestbø2024-02-201-2/+0
* wasm: make opengles3 (webgl2) default surface formatLorn Potter2024-02-212-17/+34
* Remove QT_ANDROID_DEPLOY_RELEASE variableAlexey Edelev2024-02-202-24/+3
* qfloat16: use new \compares commandIvan Solovev2024-02-201-0/+9
* Date and Time classes: use new \compares commandIvan Solovev2024-02-202-0/+12
* Mark the REST enablers as Tech PreviewGiuseppe D'Angelo2024-02-202-2/+2
* QDataStream: reimplement and constrain operator<<(bool)Giuseppe D'Angelo2024-02-203-11/+19
* QPainter: fix assert when drawing bitmaps at very near to .5 coordEirik Aavitsland2024-02-201-6/+8
* Windows QPA: Fix unity buildFriedemann Kleint2024-02-201-0/+2
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-209-9/+9
* Be more verbose if QT_LOGGING_DEBUG is setKai Köhne2024-02-201-9/+29
* Long live QT_TECH_PREVIEW_APIGiuseppe D'Angelo2024-02-201-0/+39
* QStringView: use new comparison helper macrosIvan Solovev2024-02-202-25/+20
* Simplify QLatin1StringView vs byte array relational operatorsIvan Solovev2024-02-203-114/+54
* Add QStringView vs byte array relational operatorsIvan Solovev2024-02-202-0/+40
* Add QByteArrayView vs const char * relational operatorsIvan Solovev2024-02-202-19/+28
* Add QByteArray vs QByteArrayView relational operatorsIvan Solovev2024-02-201-0/+11
* Add QUtf8StringView vs byte array relational operatorsIvan Solovev2024-02-202-1/+59
* Add QLatin1StringView vs QByteArrayView relational operatorsIvan Solovev2024-02-202-0/+27
* Comparison helper macros: add an Attributes parameterIvan Solovev2024-02-202-62/+179
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-1963-8618/+19846
* QHttp2Connection: confirm successive remote stream IDs are higherMårten Nordheim2024-02-192-5/+8
* Fusion icons: fix artifacts in media iconsChristian Ehrlicher2024-02-1921-35/+12
* QErrorMessage: Honor devicePixelRatio for SP_MessageBoxInformationChristian Ehrlicher2024-02-191-1/+3
* QWindowsStyle: remove unused code in QWindowsStyle::standardPixmap()Christian Ehrlicher2024-02-191-40/+0
* Windows style: remove unused function and memberChristian Ehrlicher2024-02-192-13/+0
* rcc: Suppress MSVC warning C4711 in generated codehjk2024-02-191-0/+4
* QHttp2Connection: fix potential streamId reuseMårten Nordheim2024-02-191-1/+2
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-1911-25/+34
* wasm: fix copy/paste error in FS export checkMorten Sørvig2024-02-191-11/+5
* QWindows11Style: Set mask for MDI Window only in case widget is validWladimir Leuschner2024-02-191-9/+11
* Android: Implement input connection listener in QtInputDelegateTinja Paavoseppä2024-02-194-29/+23