aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-314-133/+92
| * Fix positioning of text decoration with some fontsVladimir Belyavsky2023-01-301-4/+1
| * qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-274-2/+145
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2023-01-261-1/+1
| * Doc: explain how to manage currentIndex without breaking bindingsMitch Curtis2023-01-263-0/+13
| * Fix content position of table view controlSanthosh Kumar2023-01-252-15/+29
| * QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-257-1/+117
| * Fix type of QtQuick::BoundaryRule::easing in documentationMatthias Rauter2023-01-251-1/+1
| * Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
| * Fix Shape stroke color when changing alpha from 0 to non-0Laszlo Agocs2023-01-241-0/+4
| * qtest_quickcontrols_p.h: don't mark functions file-staticMarc Mutz2023-01-231-2/+2
| * Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-231-4/+0
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2023-01-171-4/+4
| * Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-171-19/+32
| * Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-171-1/+1
| * Fix build with -no-feature-networkTasuku Suzuki2023-01-171-2/+4
| * Ignore DPR for image providers if the requested size is not setPeter Varga2023-01-161-1/+3
| * Fix connection leak in header proxy modelSanthosh Kumar2023-01-131-1/+1
| * Fix Animators in case of node recreateThomas Senyk2023-01-131-2/+3
| * QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-065-8/+61
| * QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2023-01-044-2/+113
| * Test MouseArea in QQuickWidgetShawn Rutledge2023-01-042-0/+32
| * Examples: Update custom QSGMaterialShader correctlySze Howe Koh2023-01-041-0/+1
| * QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-031-2/+2
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2023-01-031-4/+4
| * map example: don't restrict pinch-zoom to centerShawn Rutledge2023-01-031-2/+0
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2022-12-281-4/+4
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2022-12-231-4/+4
| * QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-224-16/+71
| * qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-214-2/+209
| * Fix missing glyphs when using NativeRenderingEskil Abrahamsen Blomfeldt2022-12-201-1/+3
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2022-12-201-4/+4
| * Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-193-7/+10
| * Drawer: don't get stuck in open state after touches outsideShawn Rutledge2022-12-194-10/+62
| * Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-174-0/+167
| * Implement touch event handling for SplitViewVolker Hilsheimer2022-12-162-28/+50
| * Add test for touch events with SplitViewMitch Curtis2022-12-161-0/+23
| * Don't override exclusive touch grab of filtered itemVolker Hilsheimer2022-12-161-2/+5
| * Documentation: Make note about QSGGeometry storing a reference to the attribu...Friedemann Kleint2022-12-161-2/+4
| * qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-164-1/+129
| * doc: Fix up setGraphicsApi() since tagLaszlo Agocs2022-12-151-1/+1
| * QSKIP tst_qquickimageparticle::test_tabled when running on linuxHeikki Halmet2022-12-151-38/+42
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2022-12-151-4/+4
| * qmake: Fix generated *_qmlcache.cpp file pathsJoerg Bornemann2022-12-141-0/+1
| * Doc: Fix typoAndreas Eliasson2022-12-131-2/+2
| * Update dependencies on 'tqtc/lts-6.2' in qt/tqtc-qtdeclarativeQt Submodule Update Bot2022-12-111-4/+4
| * Bump version to 6.2.8Tarja Sundqvist2022-12-112-2/+2
| * QV4::Heap::SharedArrayBuffer: avoid std::aligned_storage (deprecated in C++23)Marc Mutz2022-12-091-1/+1
| * QQuickNinePatchImage: fix aliasing by respecting the smooth propertyMitch Curtis2022-12-092-1/+45
| * Stabilize rendering of Rectangle borders under fractional scalingEirik Aavitsland2022-12-081-2/+7