aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-223-74/+107
* Doc: Fix linking issues and missing QDoc commandsTopi Reinio2024-01-2213-29/+32
* qmlformat: Don't add unnecessary newlines in empty JavaScript blocksJoshua Goins2024-01-211-4/+6
* 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-201-1/+1
* qmlformat: Don't add unnecessary newlines in empty objectsJoshua Goins2024-01-201-3/+6
* Doc & Test: fix syntax of QSettings sub-groupsThiago Macieira2024-01-191-13/+1
* Curve renderer: Handle ambiguous pointsPaul Olav Tvete2024-01-182-50/+71
* cmake: Sort QmlLinter target under QtInternalTargetsTor Arne Vestbø2024-01-181-1/+2
* TableView: don't clear existing selectionRichard Moe Gustavsen2024-01-183-49/+39
* 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-181-17/+35
* WindowContainer: Don't apply visibility to contained window without parentTor Arne Vestbø2024-01-181-6/+5
* cmake: Mark generated qmldir file as GENERATEDTor Arne Vestbø2024-01-181-0/+3
* Return status of solveIntersectionsMatthias Rauter2024-01-182-7/+8
* Improve finding the fillside for horizontal linesMatthias Rauter2024-01-182-22/+28
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-181-1/+3
* QtQml: install builtins metatypes JSON fileUlf Hermann2024-01-181-0/+18
* QtQml: Don't create metatypes for procedurally registered compositesUlf Hermann2024-01-181-9/+14
* QtQml: Assign unique placeholder names to anonymous metatypesUlf Hermann2024-01-182-4/+4
* 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-171-1/+22
* Add clear() function to QSGTextNode interfaceEskil Abrahamsen Blomfeldt2024-01-166-4/+19
* qmlls: insert semicolons behind dots as completion workaroundSami Shalayel2024-01-162-14/+77
* qmlls: support nested expressions in completionSami Shalayel2024-01-164-0/+45
* qmlls: suggest null/false/true literals in completionsSami Shalayel2024-01-161-0/+5
* qmlls: remove redundant snippets from completionSami Shalayel2024-01-161-11/+1
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-162-79/+152
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-165-41/+128
* tst_qmlls_utils: use same DomCreationOptions as qmllsSami Shalayel2024-01-162-16/+20
* qmlls: fix formatting of commentsSami Shalayel2024-01-161-2/+19
* AnimatedImage: avoid loading the same web source in parallelVladimir Belyavsky2024-01-161-2/+14
* Add new weatherforecast example for Qt Quick ShapesEskil Abrahamsen Blomfeldt2024-01-155-9/+25
* Fix documentation for QML_ATTACHED and QML_FOREIGNUlf Hermann2024-01-151-1/+4
* Doc: Clarify that the compact Binding {} declarations need an idSze Howe Koh2024-01-151-4/+4
* Doc: explain how to ensure the TestCase's window is activeMitch Curtis2024-01-151-0/+9
* Dialogs: Defer automatic window resolving until dialog is openedOliver Eftevaag2024-01-152-20/+58
* QmlCompiler: Allow primitive conversion if output is stored in varUlf Hermann2024-01-151-14/+23
* TableView: start a new selection when using Qt::ShiftModifier (PressAndHold)Richard Moe Gustavsen2024-01-151-3/+8
* Revert "Remove dirty flag validation during geometry change in the layout"Jani Heikkinen2024-01-151-8/+2