aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix polish issue in quick text editSanthosh Kumar2024-01-221-4/+4
* QQuickWidget: accept touchpoint even if it has a passive grabShawn Rutledge2024-01-221-1/+1
* Doc & Test: fix syntax of QSettings sub-groupsThiago Macieira2024-01-221-13/+1
* QmlCompiler: Use a hash set for the list of conversionsUlf Hermann2024-01-212-18/+24
* AnimatedImage: avoid loading the same web source in parallelVladimir Belyavsky2024-01-181-1/+13
* 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
* Doc: Replace Qt 5 QtGraphicalEffects code snippet with Qt 6 MultiEffectAndreas Eliasson2024-01-181-6/+7
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-181-1/+3
* Correct merge reorder issue with the revert patchSanthosh Kumar2024-01-181-1/+1
* qmlformat: Fix object declaration indentation in arraysJoshua Goins2024-01-171-3/+18
* Put the QML plugins to the non-config directoryAlexey Edelev2024-01-171-0/+31
* Dialogs: Defer automatic window resolving until dialog is openedOliver Eftevaag2024-01-172-20/+58
* Doc: explain how to ensure the TestCase's window is activeMitch Curtis2024-01-171-0/+9
* QQuickWidget: Clean up if RHI goes away under our feetTor Arne Vestbø2024-01-161-1/+17
* Fix documentation for QML_ATTACHED and QML_FOREIGNUlf Hermann2024-01-161-1/+4
* TableView: start a new selection when using Qt::ShiftModifier (PressAndHold)Richard Moe Gustavsen2024-01-161-3/+8
* qmlformat: Fix property names with escape charsSemih Yavuz2024-01-161-17/+1
* Doc: Clarify that the compact Binding {} declarations need an idSze Howe Koh2024-01-161-4/+4
* Clarify QQuickItem::map{To,From}Item when passed a nullptrTor Arne Vestbø2024-01-151-2/+2
* TableView: start a new selection when using Qt::ShiftModifierRichard Moe Gustavsen2024-01-152-6/+20
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-131-8/+7
* Extend the Q_IMPORT_QML_PLUGIN documentationAlexey Edelev2024-01-111-2/+14
* TextArea/TextField: properly update placeholder text alignmentVladimir Belyavsky2024-01-112-40/+73
* Fix BusyIndicator invisibility under Fusion styleTim Angus2024-01-111-2/+11
* Only update the filename text field when the user selects a fileOliver Eftevaag2024-01-117-5/+15
* Update 3rd party directories to SPDX-License-RefLucie Gérard2024-01-1131-1179/+63
* ExecutableAllocator: Use non-recursive mutex againFabian Kosmale2024-01-091-1/+1
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-01-052-8/+9
* Ensure that HoverHandler reacts if a touchpoint moves out of boundsShawn Rutledge2023-12-291-0/+10
* Doc: Add an example customization for an indeterminate ProgressBarTopi Reinio2023-12-292-0/+32
* QtQuick.Shapes: Mark Shape properties as readonlyIvan Tkachenko2023-12-271-0/+2
* doc: Mention that Window.visible is false by defaultShawn Rutledge2023-12-241-0/+2
* FileDialog: prompt the user when selecting an existing fileOliver Eftevaag2023-12-239-4/+187
* qquicktext{edit,input}: Re-render when device pixel ratio changesKai Uwe Broulik2023-12-224-0/+43
* Ensure that Image.implicitSize is set before statusChanged emittedShawn Rutledge2023-12-222-6/+9
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-203-18/+38
* CMake: Fix the all_qmllint* targets for VS generators, take IIJoerg Bornemann2023-12-191-26/+62
* QJSValue: document that isUrl only returns true for JS URL objectsVolker Hilsheimer2023-12-191-1/+4
* Doc: Remove superfluous curly bracketPaul Wicking2023-12-191-1/+1
* Material: reduce title pixel size and rounded scale of Dense DialogMitch Curtis2023-12-183-3/+19
* Material: reduce padding for Dense variant of ButtonMitch Curtis2023-12-183-4/+33
* Doc: mention that Material style will change over timeMitch Curtis2023-12-181-0/+4
* Make sure updateCurrentTime() is done on with a valid ShaderEffectChristian Strømme2023-12-182-3/+3
* QQuickSinglePointHandler: check isSinglePointEvent before castShawn Rutledge2023-12-181-4/+9
* FileDialog: improve keyboard navigation for all stylesOliver Eftevaag2023-12-165-2/+11
* Doc: Revise Qt Quick Text reference pageAndreas Eliasson2023-12-161-25/+49
* Check if QQuickFileDialogImplPrivate::options is null before derefEirik Aavitsland2023-12-151-2/+3
* qmllint: Add response file supportAlexandru Croitor2023-12-151-12/+58
* Set correct first child in quick scroll viewSanthosh Kumar2023-12-153-6/+18