aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.7' in qt/qtdeclarativev6.7.0-beta2Qt Submodule Update Bot2024-01-221-5/+5
* Doc: add note about placeholder text to Material style documentationMitch Curtis2024-01-222-1/+10
* Doc: Fix link to Material Design card componentAndreas Eliasson2024-01-221-1/+1
* Doc: Describe correct case for stylesAndreas Eliasson2024-01-221-1/+1
* Doc: Add CMake section about how to include .qrc files in a projectAndreas Eliasson2024-01-221-5/+32
* QQuickSelectionRectangle: only start a new selection if no selection is ongoingRichard Moe Gustavsen2024-01-221-6/+4
* Doc: explain how Dialog's padding worksMitch Curtis2024-01-221-0/+4
* QQuickRhiItem API cleanupLaszlo Agocs2024-01-226-87/+123
* Doc: Fix linking issues and missing QDoc commandsTopi Reinio2024-01-2214-33/+36
* Filesystem Explorer: Guard against mobile usageDennis Oberst2024-01-225-4/+16
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-214-4/+20
* QmlCompiler: Use a hash set for the list of conversionsUlf Hermann2024-01-202-18/+24
* QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-203-1/+53
* qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-01-2018-55/+39
* windowembedding: Remove workaround for wrongly placed qmldir fileTor Arne Vestbø2024-01-201-8/+0
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-01-201-5/+5
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-01-191-5/+5
* Doc & Test: fix syntax of QSettings sub-groupsThiago Macieira2024-01-196-32/+10
* Curve renderer: Handle ambiguous pointsPaul Olav Tvete2024-01-182-50/+71
* WindowContainer: Add test for window containers as componentsTor Arne Vestbø2024-01-182-0/+71
* cmake: Sort QmlLinter target under QtInternalTargetsTor Arne Vestbø2024-01-181-1/+2
* Make PieMenu in pointer handlers example work with mouse right-clickShawn Rutledge2024-01-181-1/+5
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-184-49/+56
* CMake: Fix NO_LINT option to work properlyAlexandru Croitor2024-01-181-3/+3
* Use shape hints in the curve rendererPaul Olav Tvete2024-01-186-20/+87
* Doc: Replace Qt 5 QtGraphicalEffects code snippet with Qt 6 MultiEffectAndreas Eliasson2024-01-181-6/+7
* Fix intersections that coincide with a vertexMatthias Rauter2024-01-183-17/+121
* Doc: Create separate Graphics and Multimedia example categoriesJaishree Vyas2024-01-1847-47/+47
* WindowContainer: Don't apply visibility to contained window without parentTor Arne Vestbø2024-01-183-6/+33
* cmake: Mark generated qmldir file as GENERATEDTor Arne Vestbø2024-01-181-0/+3
* Skip tst_examples on ASAN builds with Freetype font engineEskil Abrahamsen Blomfeldt2024-01-181-0/+12
* Return status of solveIntersectionsMatthias Rauter2024-01-182-7/+8
* Improve finding the fillside for horizontal linesMatthias Rauter2024-01-182-22/+28
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-01-181-5/+5
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-183-1/+57
* QtQml: install builtins metatypes JSON fileUlf Hermann2024-01-181-0/+18
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-183-9/+32
* QtQml: Assign unique placeholder names to anonymous metatypesUlf Hermann2024-01-182-4/+4
* CMake: Fix weatherforecast example build in top-level in-source buildAlexandru Croitor2024-01-181-1/+1
* Add underlying types to new enum typesEskil Abrahamsen Blomfeldt2024-01-182-2/+11
* Change QSGTextNode::anchorColor to QSGTextNode::linkColorEskil Abrahamsen Blomfeldt2024-01-185-15/+15
* Correct merge reorder issue with the revert patchSanthosh Kumar2024-01-171-1/+1
* WindowContainer: Decouple contained window from parent on window changeTor Arne Vestbø2024-01-172-1/+45
* Add clear() function to QSGTextNode interfaceEskil Abrahamsen Blomfeldt2024-01-166-4/+19
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-169-16/+166
* qmlls: support nested expressions in completionSami Shalayel2024-01-166-0/+70
* qmlls: suggest null/false/true literals in completionsSami Shalayel2024-01-162-0/+8
* qmlls: remove redundant snippets from completionSami Shalayel2024-01-162-19/+3
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-165-82/+220
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-168-58/+216