aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qmlimportscanner: Don't crash on invalid argumentUlf Hermann2022-08-291-1/+5
* 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-274-9/+152
* 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-263-4/+63
* 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-262-0/+111
* 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-268-16/+240
* Update dependencies on '6.4' in qt/qtdeclarativev6.4.0-beta4Qt Submodule Update Bot2022-08-261-5/+5
* scenegraph docs: Mention a way to enable Metal validationLaszlo Agocs2022-08-251-2/+4
* Fix bad rendering after text selectionShawn Rutledge2022-08-254-2/+116
* Doc: Drop duplicated wordPaul Wicking2022-08-251-1/+1
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-258-8/+13
* TextEditor example: use the ColorDialog from qt quick dialogsOliver Eftevaag2022-08-251-10/+20
* Doc: Fix image for eventcalendar exampleBartlomiej Moskal2022-08-251-1/+1
* tst_cursor: blacklist flaky test on webOSJanne Juntunen2022-08-251-0/+3
* Doc: fix FolderDialog example snippetMitch Curtis2022-08-251-4/+4
* texteditor: fix out-dated code snippetMitch Curtis2022-08-251-1/+1
* tst_signalspy: don't wait for window activationMitch Curtis2022-08-251-1/+1
* Platform: fix MenuItem being triggered when disabledMitch Curtis2022-08-255-34/+144
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-08-251-5/+5
* 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-233-6/+70
* Fix duplicate symbol lcTextInput build failure on static buildsLorn Potter2022-08-221-2/+2
* Fix duplicate symbol QPlatformDialogHelperForeignLorn Potter2022-08-221-1/+1
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-08-221-5/+5
* QQuickTreeViewDelegate: use pointerhandlers instead of event handlersRichard Moe Gustavsen2022-08-196-146/+182
* 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-184-0/+89
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-08-181-5/+5
* QQuickFileDialog: give non-native dialog a text field for filenameOliver Eftevaag2022-08-179-30/+321
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-163-0/+143
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-08-161-5/+5
* 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
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-08-151-5/+5
* 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-113-5/+32