summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move item views puzzle example to manual testTor Arne Vestbø2023-06-282-3/+1
* Move image viewer example to manual testTor Arne Vestbø2023-06-281-5/+1
* Evaluate the QT_ANDROID_DEPLOYMENT_SETTINGS_FILE propertyAlexey Edelev2023-06-281-1/+5
* QBindable: Add doc example for ctor taking property nameFabian Kosmale2023-06-281-1/+8
* Move icons example to manual testTor Arne Vestbø2023-06-283-7/+23
* QProcess/Unix: block all Unix signals between vfork() and exec()Thiago Macieira2023-06-281-1/+48
* Windows QPA: minor code simplificationYuhang Zhao2023-06-281-15/+9
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-285-6/+6
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-284-5/+5
* QDialogButtonBox - code cleanupAxel Spoerl2023-06-284-94/+172
* QXmlStreamReader: make fastScanName() indicate parsing status to callersAhmad Samir2023-06-284-12/+49
* QXmlStreamReader: change fastScanName() to take a Value*Ahmad Samir2023-06-284-11/+13
* rhi: d3d12: Provide DXC_ defines if they are missingLaszlo Agocs2023-06-271-1/+11
* QTest: port qSleep() to std::this_thread::sleep_forAhmad Samir2023-06-271-13/+7
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-271-24/+36
* QWizard: Support fractional DPR on WindowsMorten Sørvig2023-06-272-3/+3
* Windows QPA: Move transient children with a window moveTimothée Keller2023-06-272-0/+52
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-279-11/+8
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-2715-22/+23
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-2711-33/+0
* QNetworkReply: Propagate proxy errors properlyMichael Klein2023-06-272-2/+17
* Update windeployqt with dxcLaszlo Agocs2023-06-273-0/+66
* SSL: upgrade the default DH parametersGiuseppe D'Angelo2023-06-272-8/+17
* QStorageInfo/Linux: use readAll() with /proc/self/mountinfoAhmad Samir2023-06-274-296/+423
* rhi: metal: Add support for multiview renderingLaszlo Agocs2023-06-273-29/+110
* rhi: d3d12: Handle wants-debug-info flag on the dxc pathLaszlo Agocs2023-06-261-9/+27
* rhi: gl: Implement msaa resolve for multiviewLaszlo Agocs2023-06-261-22/+27
* rhi: gl: Make resolve on par with other backendsLaszlo Agocs2023-06-262-28/+115
* rhi: d3d12: Fix resolving with multiviewLaszlo Agocs2023-06-261-7/+10
* rhi: vulkan: Fix multisample resolve with multiviewLaszlo Agocs2023-06-262-7/+36
* QMetaContainer: add missing #include <iterator>Thiago Macieira2023-06-261-0/+2
* macOS: Propagate mouse enter/exit for windows embedded into foreign windowsTor Arne Vestbø2023-06-261-4/+26
* QtNetwork: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-261-2/+3
* Fix build with -sanitize undefinedTor Arne Vestbø2023-06-262-2/+2
* Windows QPA: Fix dpi change when changing screens with keyboardTimothée Keller2023-06-261-3/+3
* Use a sanitized JS export name for WASM modulesMikolaj Boc2023-06-262-3/+11
* Add XDG theme file for example iconsTor Arne Vestbø2023-06-263-3/+56
* iOS: Propagate UIColor.tintColor as QPalette::AccentColorTor Arne Vestbø2023-06-261-0/+2
* Fix disabled and inactive group palettes for windows native styleSanthosh Kumar2023-06-266-41/+49
* rhi: d3d12: Fix more than one window with the same QRhiLaszlo Agocs2023-06-261-1/+1
* Allow storing the view mask buffer binding in QShader metadataLaszlo Agocs2023-06-261-1/+2
* Fix QTextEdit/QPlanTextEdit palette not updated on ActivationChangeMike Chen2023-06-262-0/+2
* Doc: Clarify that the rich text engine has limited support for HTML tagsTopi Reinio2023-06-261-1/+5
* qtconfigmacros.h: add note to QT_AUTOTEST_EXPORT docsAhmad Samir2023-06-261-0/+3
* QT_NO_CONTEXTLESS_CONNECT: docs tidiesGiuseppe D'Angelo2023-06-251-1/+1
* QObject: introduce QT_NO_CONTEXTLESS_CONNECTGiuseppe D'Angelo2023-06-242-0/+29
* QtCore: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-242-2/+5
* Windows QPA: introduce a way to disable redirection surfaceYuhang Zhao2023-06-241-0/+4
* QHeaderView: Don't add new sections on no-opAxel Spoerl2023-06-231-2/+3
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-06-231-4/+11