summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Defer release of QMetalGraphicsPipeline objectsAndy Nichols2022-08-031-7/+16
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* 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-035-65/+235
* 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
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-032-8/+51
* 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-036-22/+14
* Add license headers to cmake filesLucie Gérard2022-08-03165-90/+492
* CMake: Remove the CLASSNAME argument from qt6_add_pluginJoerg Bornemann2022-08-031-16/+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
* 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-011-1/+3
* QMetaObject: improve methodMatch() to include the stored metatypesThiago Macieira2022-08-011-3/+49
* QMetaType: fix void* parametersThiago Macieira2022-08-011-2/+2
* 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-012-29/+12
* Remove outdated docs for qOverload()Sona Kurazyan2022-08-012-15/+0
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-013-30/+146
* 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
* 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-293-27/+78
* 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
* Extract header qoverload.h from qglobal.hSona Kurazyan2022-07-295-114/+130
* Extract header qtranslation.h from qglobal.hSona Kurazyan2022-07-295-229/+250
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* Remove the unused forward declaration for QDataStream from qglobal.hSona Kurazyan2022-07-291-6/+0
* QVariant: move d.get() into qNumVariantToHelperThiago Macieira2022-07-281-9/+9
* Revert "CUPS: Add support for accessible IPP printers"Volker Hilsheimer2022-07-281-5/+2
* QMetaObject: move QMetaMethodPrivate into an unnamed namespaceThiago Macieira2022-07-283-2/+4
* QMetaObject: simplify printMethodNotFoundWarning() a littleThiago Macieira2022-07-281-9/+6