aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.5.1' in qt/qtdeclarativev6.5.16.5.1Qt Submodule Update Bot2023-05-161-5/+5
* Update dependencies on '6.5.1' in qt/qtdeclarativeQt Submodule Update Bot2023-05-141-5/+5
* Update dependencies on '6.5.1' in qt/qtdeclarativeQt Submodule Update Bot2023-05-111-5/+5
* Material: don't set all caps for Button textMitch Curtis2023-05-052-4/+3
* Update dependencies on '6.5.1' in qt/qtdeclarativeQt Submodule Update Bot2023-05-051-5/+5
* RangeSlider: Don't update position only if mouse/touch is grabbedDoris Verria2023-05-042-19/+167
* Material: fix placeholder text alignmentMitch Curtis2023-05-033-16/+99
* cmake: Fix config for the networkaccessmanagerfactory manual exampleOlivier De Cannière2023-05-032-17/+18
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-05-011-5/+5
* BusyIndicator: stop animation when not visibleMitch Curtis2023-05-012-2/+2
* Flickable: Send movement signal when flick startsSeokha Ko2023-04-292-1/+84
* QV4: Fix formatting options for the search component of UrlObjectOlivier De Cannière2023-04-282-1/+12
* Add the use of the qt_internal_project_setup functionAlexey Edelev2023-04-281-0/+1
* Blacklist failing tests in tst_flickableinteropSeokha Ko2023-04-281-0/+3
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-04-281-5/+5
* Make the colorresolving benchmark also a benchmark for cmakeVolker Hilsheimer2023-04-281-15/+10
* QQmlData: Implement markAsDeleted without recursionFabian Kosmale2023-04-281-5/+9
* qmlpreview: fix crash on exitTim Jenßen2023-04-281-1/+0
* Fix StackLayout to keep the current visible item after insert/removalJan Arve Sæther2023-04-263-6/+37
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-2614-71/+77
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-04-261-5/+5
* Change hierarchy level of MouseFeedbackSprite in pointerhandler exampleMatthias Rauter2023-04-261-2/+2
* Fix button handling in MouseFeedbackSprite of pointerhandler exampleMatthias Rauter2023-04-261-4/+9
* Remove reference to QQuickPointerScrollEvent in documentationMatthias Rauter2023-04-261-1/+1
* XHR WebDAV test: don't expect more than Keep-Alive in Connection: headerEdward Welbourne2023-04-261-1/+1
* Fix StackLayout to react to reordering siblingsJan Arve Sæther2023-04-253-0/+118
* Avoid rebuilding the layout before the component is completeJan Arve Sæther2023-04-251-0/+2
* qquickwindow: Clear hover when a window is hiddenDavid Edmundson2023-04-254-0/+71
* Particle system example: qmllint and qsTr()Oliver Eftevaag2023-04-254-43/+48
* Doc: Exclude licensing header when including a .qdocincTopi Reinio2023-04-253-2/+4
* Doc: Specify that class name must be fully qualifiedAndreas Eliasson2023-04-252-3/+25
* Doc: Fix typo in QT_QMLLINTER_TARGETS_FOLDER CMake QML property nameLeena Miettinen2023-04-251-1/+1
* Refactor the usage of icutils::NodeAmir Masoud Abdol2023-04-252-5/+12
* QQuickItem: item stays pressed after DoubleClicksSami Shalayel2023-04-243-0/+49
* Popup: Document how to scale a popupVolker Hilsheimer2023-04-221-0/+30
* MenuBar: Clean up and stabilize test caseVolker Hilsheimer2023-04-221-9/+10
* Accessibility: respect value in attached Accessible in controlsVolker Hilsheimer2023-04-2211-11/+65
* ACTION_IF: suppress GCC 13 warning about leaked dangling pointerThiago Macieira2023-04-211-0/+12
* QQuickItemView: Skip instantiating delegates if size is 0Fabian Kosmale2023-04-2012-3/+73
* Doc: Re-phrase descriptions around read-only propertiesSze Howe Koh2023-04-201-6/+6
* doc: Expand module docs for Qt Quick ShapesEskil Abrahamsen Blomfeldt2023-04-201-1/+26
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-04-201-5/+5
* Remove qmllint warnings in particle emitters exampleOliver Eftevaag2023-04-192-11/+7
* QmlCompiler: Don't crash on bad list type in signatureUlf Hermann2023-04-192-2/+8
* Binding: Reevaluate when before the target changesFabian Kosmale2023-04-193-2/+56
* CMake: use the output dir's .generated dirThiago Macieira2023-04-191-1/+1
* fix qmllint warnings in particle attractors exampleOliver Eftevaag2023-04-194-5/+2
* QmlCompiler: Don't crash when checking for enum problemsUlf Hermann2023-04-193-6/+11
* Fix crashes after 645aaa25b17Michal Klocek2023-04-192-3/+9
* QQuickListView: relayout when section geometry changesWang Chuan2023-04-193-0/+94