aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bad rendering after text selectionShawn Rutledge2022-08-252-2/+22
* Doc: Drop duplicated wordPaul Wicking2022-08-251-1/+1
* Doc: fix FolderDialog example snippetMitch Curtis2022-08-251-4/+4
* Platform: fix MenuItem being triggered when disabledMitch Curtis2022-08-252-33/+45
* Doc: Apply some fixes to LocalStorage documentationUlf Hermann2022-08-241-5/+5
* Remove stray qDebug()Ulf Hermann2022-08-241-1/+0
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-232-6/+30
* Fix duplicate symbol lcTextInput build failure on static buildsLorn Potter2022-08-221-2/+2
* Fix duplicate symbol QPlatformDialogHelperForeignLorn Potter2022-08-221-1/+1
* QQuickTreeViewDelegate: use pointerhandlers instead of event handlersRichard Moe Gustavsen2022-08-192-126/+79
* A11Y: Send Scrolling Events when Flickable movesJens Trillmann2022-08-191-0/+12
* Fix compilation error when using QQuickLinearLayout in C++Yuhang Zhao2022-08-191-1/+1
* doc: Add missing PointerHandler.CanTakeOverFromItems enum valueShawn Rutledge2022-08-181-0/+2
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-183-0/+42
* QQuickFileDialog: give non-native dialog a text field for filenameOliver Eftevaag2022-08-178-30/+277
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-161-0/+6
* Don't compress touch events in subscene DeliveryAgentsShawn Rutledge2022-08-151-0/+5
* Remove all usage of m_ignoredItemsJan Arve Sæther2022-08-152-6/+1
* QQuickShortcut: export as part of private APIYuhang Zhao2022-08-141-1/+2
* QQuickStackLayout: also export the attached typeYuhang Zhao2022-08-131-1/+1
* Doc: Split qmldir entries table into subsectionsAndreas Eliasson2022-08-121-268/+277
* Doc: link to QML module examples from qt_add_qml_module pageMitch Curtis2022-08-121-0/+3
* QQuickTableView: clear selection on tap directly in TableViewRichard Moe Gustavsen2022-08-112-5/+8
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-111-8/+19