summaryrefslogtreecommitdiff
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Revamp "Extending QML" examples into a tutorialOlivier De Cannière2023-03-301-5/+6
* AnchorChanges: Fix restore logicFabian Kosmale2023-03-291-2/+13
* Doc: Rename and rephrase pages for QML {script|type} compilerUlf Hermann2023-03-281-2/+2
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-2829-795/+704
* doc: Improve BorderImage; make snippets scaleable, detailed; screenshotsShawn Rutledge2023-03-2811-56/+433
* doc: Fix some warnings (broken links)Shawn Rutledge2023-03-286-30/+28
* Models: Straighten out model and modelData propertiesUlf Hermann2023-03-241-5/+64
* Add how-to for active focus debuggingMitch Curtis2023-03-241-0/+14
* Add a how-to page for Qt Quick topicsMitch Curtis2023-03-243-1/+47
* QSGDefaultPainterNode: Skip fillRect for invalid fill colorMorten Sørvig2023-03-232-1/+6
* Fix destroying glyph cache textures with hidden text itemsLaszlo Agocs2023-03-235-40/+24
* QQuickTableView: fix minor documentation issuesRichard Moe Gustavsen2023-03-222-30/+13
* QQuickTableView: only clear selections when selections are enabledRichard Moe Gustavsen2023-03-221-2/+4
* Doc: Update documentation on model/view/delegatesUlf Hermann2023-03-216-54/+88
* Expose Vulkan queue indices from QSGRendererInterfaceLaszlo Agocs2023-03-213-1/+18
* doc, HeaderView: add a code snippet to the documentationRichard Moe Gustavsen2023-03-211-0/+4
* Doc: Fix typoAndreas Eliasson2023-03-211-1/+1
* Introduce a new feature: quick-pixmap-cache-threaded-downloadMikolaj Boc2023-03-202-24/+54
* Doc: add \since to Text's renderTypeQuality propertyMitch Curtis2023-03-201-0/+1
* Doc: Promote the Multieffect QML type pageAndreas Eliasson2023-03-193-4/+11
* SceneGraph: Don't let QSGRenderNode::m_matrix be a dangling pointerAndy Nichols2023-03-173-3/+5
* QQuickTableView: implement SelectedTapped correctlyRichard Moe Gustavsen2023-03-171-15/+20
* Make thread affinity apparent in QQuickPixmapCacheMikolaj Boc2023-03-171-49/+114
* doc: Fix native texture interface header nameLaszlo Agocs2023-03-171-0/+5
* Rename cancelled -> cancelledJobs in QQuickPixmapCacheMikolaj Boc2023-03-171-16/+16
* Silence some unused-variable and unused-private-field warningAmir Masoud Abdol2023-03-161-2/+5
* QSGBatchRenderer: Fix batching with geometry without index bufferAndy Nichols2023-03-161-1/+1
* Add MethodIndex to meta method index statics in QQuickPixmapCacheMikolaj Boc2023-03-161-29/+36
* Use mutex locker in QQuickPixmapReaderMikolaj Boc2023-03-161-49/+49
* QQuickPixmapCache: own thread object if not using threaded downloadMikolaj Boc2023-03-151-21/+47
* Software Adaptation: Don't leak QSGRenderContext resourcesAndy Nichols2023-03-151-0/+12
* scenegraph: Remove dead code from Qt 5->6 porting timeLaszlo Agocs2023-03-151-39/+0
* doc: Customize and update docs for PointHandlerShawn Rutledge2023-03-147-5/+275
* Export QQuickWheelEvent privatelyShawn Rutledge2023-03-131-1/+1
* Fix multiple object creation in LoaderSanthosh Kumar2023-03-101-1/+1
* Fix bug when center aligning anchors on items with fractional sizesJan Arve Sæther2023-03-091-10/+2
* Don't emit doubleTapped when the buttons are differentMatthias Rauter2023-03-091-4/+8
* Avoid crashing when hiding window which is not registeredEskil Abrahamsen Blomfeldt2023-03-081-0/+3
* Doc: fix links in contains/containmentMask docsMitch Curtis2023-03-081-4/+4
* TapHandler ExclusiveSignal flags: start with 1Shawn Rutledge2023-03-071-2/+2
* Add QWidget - Qt Quick mixing examples to examples pageLaszlo Agocs2023-03-071-0/+8
* Add doc page for MultiEffect examplesLaszlo Agocs2023-03-071-0/+2
* Fix build with -no-feature-quick-viewtransitionsTasuku Suzuki2023-03-0710-14/+230
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-074-6/+6
* Fix content position of list viewSanthosh Kumar2023-03-031-0/+6
* Fix build with -no-feature-quick-draganddropTasuku Suzuki2023-03-031-2/+2
* Document the Pointer Handlers exampleShawn Rutledge2023-03-029-7/+13
* ListView: Mention section's support for required propertiesFabian Kosmale2023-03-021-1/+2
* QQuickTableView: add more docs related to required propertiesRichard Moe Gustavsen2023-03-021-6/+33
* doc: Add snippets and animations illustrating TapHandler.GesturePolicyShawn Rutledge2023-03-0210-44/+315