aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Assert that QQmlDelegateModel's count can't be less than zeroMitch Curtis2022-01-071-0/+1
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-073-1/+16
* Doc: link to Navigating with StackView section of chat tutorialMitch Curtis2022-01-071-2/+2
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-072-18/+2
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-1/+6
* Doc: Adjust regular expression for suppressing warningsTopi Reinio2022-01-063-2/+5
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-064-4/+4
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-5/+22
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-062-16/+22
* Document that custom styles should not import QtQuick.ControlsMitch Curtis2022-01-051-0/+6
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-059-103/+63
* Fix edge cases in arcToDelf Neumärker2022-01-052-18/+13
* QQmlJs: Add a missing includeOrgad Shaneh2022-01-051-0/+1
* Do not call a method on a nullptrUlf Hermann2022-01-051-1/+1
* Ensure we don't crash when changing sizes after cleanupAleix Pol2022-01-052-3/+10
* Tune the upfront compressed texture format checkLaszlo Agocs2022-01-041-9/+10
* QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-031-1/+1
* QQmlJSImportVisitor: Fix property change handler detection logicAndrei Golubev2021-12-243-25/+61
* Add missing documentation for qmltc cmake commandAndrei Golubev2021-12-241-0/+5
* Add quick3d events and types to qmlprofilerJanne Koskinen2021-12-242-0/+27
* Doc: explain how to handle Escape/Back in PopupMitch Curtis2021-12-241-0/+13
* Doc: Fix remaining documentation warningsTopi Reinio2021-12-243-3/+3
* Layouts: use qmlWarning for polish loopsMitch Curtis2021-12-241-1/+1
* Use clipRect() again for clippingShawn Rutledge2021-12-242-3/+8
* Simplify moduleIndexWithUri logicFabian Kosmale2021-12-232-80/+104
* Unify common logic around QQmlJSScope and friendsAndrei Golubev2021-12-235-52/+130
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-231-0/+3
* FolderDialog: undocument ShowDirsOnly optionMitch Curtis2021-12-231-1/+0
* Doc: fix detailed description that mentions selected/currentFolderMitch Curtis2021-12-231-3/+3
* QQuickFolderDialogImpl: remove attached buttonBox propertyMitch Curtis2021-12-227-61/+10
* CMake: Attempt to fix QNX tests linking when cross-compilingAndrei Golubev2021-12-211-0/+2
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-201-1/+1
* TreeViewDelegate: hide indicator if it's outside the delegateRichard Moe Gustavsen2021-12-202-2/+15
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2021-12-202-6/+22
* Implement remaining non-native FolderDialog stylesMitch Curtis2021-12-1915-19/+1052
* QQmlTreeModelToTableModel: emit layoutChanged() when the layout changesRichard Moe Gustavsen2021-12-191-0/+13
* Do not return a null scope from storedType()Ulf Hermann2021-12-191-2/+7
* QmlCompiler: Don't try to get attached objects for non-QObject*Ulf Hermann2021-12-191-4/+11
* Modernize debug outputAllan Sandfeld Jensen2021-12-182-2/+2
* CMake: Fix QNX tests to link when cross-compilingAlexandru Croitor2021-12-172-0/+3
* QmlDomAstCreator: Fix plural in translated messagesFriedemann Kleint2021-12-171-2/+2
* QmlCompiler: Fix memory corruption problemsUlf Hermann2021-12-173-4/+8
* Doc: Suppress qdoc warnings for \instantiates entryVenugopal Shivashankar2021-12-172-0/+6
* Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2021-12-171-1/+1
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-177-5/+397
* Doc: Fix documentation warningsTopi Reinio2021-12-176-16/+17
* CMake: Fix qrc_files-NOTFOUND error during empty qml app buildAlexandru Croitor2021-12-171-1/+1
* icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefinedMarc Mutz2021-12-171-1/+3