aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use --bare option in CMake-generated calls to QML toolsUlf Hermann2022-09-121-0/+3
* Avoid dangling pointers in handler for QQuickPixmapReply::finishedShawn Rutledge2022-09-111-2/+1
* CMake: Partially unify tooling import path handlingAlexandru Croitor2022-09-101-29/+60
* CMake: Correctly process root paths for qmlimportscannerAlexandru Croitor2022-09-101-1/+3
* CMake: Harden construction of QML import paths for qmlimportscannerAlexandru Croitor2022-09-101-10/+12
* QQuickPopup: Close popup on "Back" keypress on AndroidOliver Eftevaag2022-09-091-1/+6
* Don't assert that a passive grabber is a pointer handlerShawn Rutledge2022-09-081-2/+2
* doc: Add missing since 6.4 tag to QQRT::fromPaintDeviceLaszlo Agocs2022-09-041-0/+2
* QQuickColorDialog: Implement ColorInputs in C++Oliver Eftevaag2022-09-0317-446/+1055
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-021-4/+6
* Material: add TreeViewDelegate.qmlRichard Moe Gustavsen2022-09-022-0/+63
* iOS style: draw TreeViewDelegate as highlightedRichard Moe Gustavsen2022-09-021-1/+6
* Imagine: fix ComboBox's implicit size bindingsOliver Eftevaag2022-09-021-2/+2
* PinchHandler: Enforce min/max scale limits with native gesturesShawn Rutledge2022-09-021-0/+1
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-021-3/+5
* QQuickTableView: avoid printing out incorrect warningRichard Moe Gustavsen2022-09-021-4/+12
* Optimize QQuickMultiPointHandler::grabPoints slightlyShawn Rutledge2022-09-021-1/+1
* QmlCompiler: Prevent lookup of value type where we need an object typeUlf Hermann2022-09-012-73/+69
* Parser: Preserve keywordiness of "static" across nested classesUlf Hermann2022-09-011-6/+6
* Doc: Do not refer to files in ComponentBehavior documentationUlf Hermann2022-08-311-4/+4
* Fusion: add TreeViewDelegateRichard Moe Gustavsen2022-08-312-0/+63
* iOS Style: Make the theme property read-onlyDoris Verria2022-08-313-15/+2
* Doc: Fix builtin value type documentationUlf Hermann2022-08-312-24/+65
* TreeViewDelegate: fix license headersRichard Moe Gustavsen2022-08-304-4/+4
* Transition: properly remove QPropery based bindingsFabian Kosmale2022-08-301-5/+10
* Fix TextInput and TextField mouse/touch selection fallback behaviorShawn Rutledge2022-08-302-8/+26
* Fix thread issue in TextEdit when font db updatesEskil Abrahamsen Blomfeldt2022-08-302-0/+6
* qmlls: fix import as resolutionFawzi Mohamed2022-08-301-7/+12
* iOS Style: Don't start animation for non-indeterminate ProgressBarDoris Verria2022-08-301-2/+8
* iOS style: Fix target name when linking to UIKitDoris Verria2022-08-301-1/+1
* iOS Style: Draw progress for indeterminate progressbarDoris Verria2022-08-301-1/+1
* iOS Style: Add Menu controlsDoris Verria2022-08-3046-0/+204
* TextArea: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-08-293-2/+8
* QmlModels: Fix enum resolution in ListElementUlf Hermann2022-08-294-18/+56
* qmllint: Don't warn about access to attached enumsUlf Hermann2022-08-291-4/+4
* Doc: Document behavior of remote implicit importsUlf Hermann2022-08-292-2/+11
* Doc: Connections: Mention old syntax and its problemsUlf Hermann2022-08-291-0/+6
* Deprecate Qt.labs.platform.StandardPathsShawn Rutledge2022-08-293-2/+11
* QQuickTreeViewDelegate: ensure we call the correct base functionsRichard Moe Gustavsen2022-08-291-2/+2
* QmlCompiler: Add more informative warning for unknown object typesUlf Hermann2022-08-291-3/+13
* Avoid both virtual and override on destructorsJohannes Kauffmann2022-08-283-3/+3
* Flickable: let changing contentItem pos also affect the drag starting posOliver Eftevaag2022-08-272-7/+25
* Fix non-OpenGL usage of QQuickWidget::setContent(QUrl(), nullptr, root)Allan Sandfeld Jensen2022-08-261-1/+4
* StackLayout: Do not set size of children to (-1, -1)Jan Arve Sæther2022-08-262-4/+12
* Doc: fix and improve FileDialog example snippetMitch Curtis2022-08-263-17/+37
* Doc: fix typo in QQuickAccessibleOliver Eftevaag2022-08-261-1/+1
* Use the time stamp of the touch event when deliver touch as mouseSeokha Ko2022-08-261-0/+1
* Allow implicit mouse grab by accepting only on pressShawn Rutledge2022-08-261-1/+1
* Ensure that multiple HoverHandlers can react to multiple device typesShawn Rutledge2022-08-266-16/+93
* scenegraph docs: Mention a way to enable Metal validationLaszlo Agocs2022-08-251-2/+4