aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mark the JIT related code as security criticalFabian Kosmale2025-08-056-0/+6
* cmake/qt_add_qml_module: Fix QtQuick auto dependency setupFabian Kosmale2025-08-051-15/+12
* QQuickPressHandler: c++23 compile fixTim Blechmann2025-08-051-1/+1
* Doc: Create a Getting Started section for the Qt Quick moduleAlexei Cazacov2025-08-0558-1/+4449
* qmllint: emit parser warnings via QQmlJSLoggerSami Shalayel2025-08-041-13/+7
* Curve renderer: Handle multiple syncs before updateNodeEirik Aavitsland2025-08-041-4/+12
* Use Accessible.name for StaticText in QAccessibleQuickItemLars Schmertmann2025-08-031-2/+10
* Dialogs: Declare FileDialogDelegateLabel from its module aliasOliver Eftevaag2025-08-015-5/+5
* Remove link to deprecated MS documentationBenedikte Holm2025-08-013-3/+3
* Material Toolbar: Reflect background color with set custom primary colorSanthosh Kumar2025-07-311-1/+3
* Doc: Remove link to deprecated method QQmlEngine::importPluginKai Köhne2025-07-301-1/+1
* qt_generate_deploy_app_script: Handle executable names with spacesKai Köhne2025-07-301-3/+3
* sg: Fix culling in layersLaszlo Agocs2025-07-295-3/+44
* Doc: Fix link in font documentationKai Köhne2025-07-291-1/+1
* Fix QSGDefaultRectangleNode::color() always returning invalidDheerendra Purohit2025-07-281-0/+1
* Make sure we propely dereference all glyphs in distance field cacheEskil Abrahamsen Blomfeldt2025-07-282-8/+10
* QColorOutput: flush stderr on destructionSami Shalayel2025-07-281-0/+2
* Doc: Clarify stacking behavior in QQuickitem documentationDheerendra Purohit2025-07-281-4/+6
* Doc: Describe when Repeater.count doesn't match delegate instance countDheerendra Purohit2025-07-281-4/+22
* Doc: Fix incorrect description of SignalSpy::clear() behaviorDheerendra Purohit2025-07-281-1/+1
* Doc: Add textual descriptions for QtLabsPlatform documentation imagesDheerendra Purohit2025-07-288-11/+11
* Doc: Improve the documentation of effectiveScrollBarHeight/WidthDheerendra Purohit2025-07-281-4/+6
* Make it explicit that TableView's rowHeight and columnWidthProvider's can als...Kai Köhne2025-07-251-4/+4
* QQuickAttachedPropertyPropagator: fix incorrect logging outputMitch Curtis2025-07-241-2/+2
* Avoid accessing garbage memory on the js stackLuca Di Sera2025-07-243-8/+22
* FluentWinUI3 style: Don't set imlicitWidth for combobox content itemDoris Verria2025-07-241-2/+0
* Minor QSGRenderNode doc cleanup to better match Qt 6Laszlo Agocs2025-07-241-76/+44
* Document that qmlAttachedPropertiesObject only creates object if it's missingMitch Curtis2025-07-241-4/+4
* MonthGrid: address post-merge review feedback on timezone patchMitch Curtis2025-07-232-13/+8
* qmltyperegistrar: Print error message if qmltypes file can't be openedAlexandru Croitor2025-07-231-1/+4
* CMake: More fixes for QT_CMAKE_EXPORT_NAMESPACE not being availableAlexandru Croitor2025-07-231-7/+23
* FluentWinUI3: Resolve palette against platform theme and app's palette when u...Doris Verria2025-07-223-25/+35
* Make AnimatedNodes use afterSynchronizingInho Lee2025-07-181-2/+2
* qmltyperegistrar: Do not process duplicate metatypes.json filesUlf Hermann2025-07-182-0/+9
* QmlPreview: Drop existing CUs on main thread, not on debug server threadUlf Hermann2025-07-174-5/+14
* Doc: link to TextInput's signals in more placesMitch Curtis2025-07-161-1/+15
* JIT: Always zero out the accumulator when an exception is thrownLuca Di Sera2025-07-151-1/+1
* Doc: qt_add_qml_module misses information about find_packageAlexei Cazacov2025-07-154-0/+8
* QML language: Document numeric separator supportFabian Kosmale2025-07-141-0/+2
* QtQml: Look for existing imports even without redirectionUlf Hermann2025-07-121-13/+26
* Propagate ignored shortcut key events in quick text edit to parentSanthosh Kumar2025-07-123-7/+12
* A11y: Send a11y events on Accessible.ignored changesJens Trillmann2025-07-111-0/+3
* iOS Style: Resolve UIColor-s with appropriate trait collectionDoris Verria2025-07-101-12/+18
* Fix missing translation in FileDialogCarl Schwan2025-07-093-27/+9
* MonthGrid: fix dates being incorrect for certain timezonesMitch Curtis2025-07-096-18/+70
* Change one phrase in the documentation of qqmltablemodelMate Barany2025-07-091-1/+1
* Fix heap-use-after-free in Container when using ListView transitionsMitch Curtis2025-07-092-16/+80
* Change order of menuBar/header/footer to match visual orderJan Moeller2025-07-081-0/+9
* qmltyperegistrar: Manually register names for Q_ENUMSUlf Hermann2025-07-082-2/+18
* Include what you need: qquaternion.hMarc Mutz2025-07-071-0/+3