summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QAbstractNativeEventFilter: Fix the Mac example class nameLaszlo Papp2022-08-041-1/+1
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-032-2/+29
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16
* moc: handle attributes in class declarationsFabian Kosmale2022-08-032-1/+4
* cmake: Share most finalizers between macOS and iOS appsTor Arne Vestbø2022-08-031-6/+11
* QDom: use QDomDocument::ParseResult for storing the error infoSona Kurazyan2022-08-033-26/+9
* Improve QDomDocument::setContent() APISona Kurazyan2022-08-036-67/+360
* qmetaobject: Fix sign-compare warningFabian Kosmale2022-08-031-1/+1
* Use the correct module exports in qtloaderMikolaj Boc2022-08-031-4/+4
* rhi: d3d: Switch to DirectComposition for semi-transparent windowsLaszlo Agocs2022-08-033-153/+189
* rhi: vulkan: Improve alpha swapchain logicLaszlo Agocs2022-08-031-10/+34
* vulkan: Request an 1.3 instance if supportedLaszlo Agocs2022-08-031-9/+11
* Schannel: move final read to disconnected()Mårten Nordheim2022-08-031-119/+122
* Rearrange the skipping of a test to give a better messageEdward Welbourne2022-08-031-2/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-034-10/+54
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* SQLite: Update SQLite to v3.39.2Andy Shaw2022-08-033-5775/+10259
* Disable constinit for MSVC compilersOliver Wolff2022-08-033-8/+5
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-039-25/+17
* Add license headers to cmake filesLucie Gérard2022-08-031774-94/+5329
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Remove the CLASSNAME argument from qt6_add_pluginJoerg Bornemann2022-08-031-16/+0
* CMake: Remove internal __qt_add_plugin_*_args variablesJoerg Bornemann2022-08-031-37/+0
* CMake: Remove the now unused option __QT_INTERNAL_NO_INSTALLJoerg Bornemann2022-08-031-4/+0
* QLocale: Expose FormatTime enum via Q_ENUMMaximilian Goldstein2022-08-021-0/+1
* Build minimal subset of tests for Android multi-ABI Qt buildsAlexey Edelev2022-08-025-1/+22
* QAbstractNativeEventFilter: Add a Windows exampleLaszlo Papp2022-08-022-0/+23
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-021-1/+1
* QMetaObject: fix check for void's metatype in metaType()Thiago Macieira2022-08-011-1/+2
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-012-3/+72
* QMetaObject: improve methodMatch() to include the stored metatypesThiago Macieira2022-08-011-3/+49
* QMetaType: fix void* parametersThiago Macieira2022-08-013-3/+79
* QProperty: optimize non-recursive notification logicFabian Kosmale2022-08-012-8/+10
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-011-5/+6
* rhi: gl: Avoid magic adjustments to the context/window formatLaszlo Agocs2022-08-018-46/+30
* Remove outdated docs for qOverload()Sona Kurazyan2022-08-012-15/+0
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-014-30/+170
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-011-0/+34
* rhi: gl: Reset the buffer bindings on beginExternalLaszlo Agocs2022-08-011-1/+7
* Evaluate TranslucentBackground when (re)creating the windowLaszlo Agocs2022-08-011-0/+2
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-012-3/+3
* Extract header qtdeprecationmarkers.h from qglobal.hSona Kurazyan2022-07-314-266/+283
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-3018-94/+71
* QVariant: update the noexcept content for a few typesThiago Macieira2022-07-302-26/+36
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-294-43/+95
* Extract header qtversionchecks.h from qglobal.hSona Kurazyan2022-07-295-52/+69
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-297-340/+375
* Move the check for -fPIC compile flag to qcompilerdetection.hSona Kurazyan2022-07-292-7/+7