aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Allow AnimatedSprite to finish on the last frameMichael Brasser2019-11-133-4/+47
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-076-25/+46
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
| |\
| | * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-316-25/+45
| |\|
| | * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-1/+1
| | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+8
| | |\
| | | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| | * | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
| | * | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
| | * | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | | Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-043-12/+75
* | | | Cleanup and document AnimatedSprite::start()/stop()Michael Brasser2019-11-011-2/+27
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-263-3/+10
|\| | |
| * | | Add vulkanunderqml to the list of examplesLaszlo Agocs2019-10-251-0/+1
| * | | Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
| * | | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-243-6/+22
|\| | |
| * | | Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
| * | | Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-172-3/+21
* | | | Handle -no-feature-shortcutFriedemann Kleint2019-10-181-1/+3
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-163-29/+29
|\| | |
| * | | Clarify some rhi related QQuickWindow docsLaszlo Agocs2019-10-151-22/+23
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-152-7/+6
| |\| |
| | * | Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
| | * | QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
| | |/
* | | Move type declarations for QtQuick.Window* into imports/windowUlf Hermann2019-10-155-35/+5
* | | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-1/+1
* | | ParentChange: Restore old position correctlyFabian Kosmale2019-10-111-38/+51
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-116-8/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-106-8/+24
| |\|
| | * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| | * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-3/+4
| | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
| | * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-1/+7
| | * Doc: Correct reference to StackViewNico Vertriest2019-10-021-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-109-52/+130
|\| |
| * | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-092-30/+67
| * | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-091-0/+8
| * | Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-092-6/+6
| * | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-092-16/+24
| * | Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
| * | Add a property "valid" to the color value typeUlf Hermann2019-10-082-0/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0824-49/+51
|\| |
| * | Revert "Temporarily drop a debug mode check in rhi-based stenciling"Laszlo Agocs2019-10-071-3/+1
| * | Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-076-12/+16
| * | Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-0718-34/+34
* | | qquickitemsmodule: Fix build with -no-feature-quick-draganddropTimo Aarnipuro2019-10-041-1/+1
* | | Fix build without quick_animatedimageUlf Hermann2019-10-041-1/+1