aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-6/+4
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-12166-668/+2128
|\
| * Quick: Add a public opengl dependencyJohan Klokkhammer Helsing2020-03-091-1/+3
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-0920-64/+186
| |\
| | * Avoid using deprecated QTabletEvent::device()Simon Hausmann2020-03-071-1/+1
| | * Doc: clarify the fontSizeMode property in terms of Rich and Styled textAndy Shaw2020-03-061-0/+6
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-033-7/+22
| | |\
| | | * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
| | | * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-281-1/+10
| | | * Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
| | * | Fix building qtdeclarative without QMovie supportJean-Michaël Celerier2020-03-021-1/+1
| | * | doc: fix typo in signal nameRolf Eike Beer2020-03-021-1/+1
| | * | Deprecate non-const version of saveToFile()Jan Arve Sæther2020-02-282-1/+6
| | * | Properly deprecate QQuickText::doLayout() and get rid of it for Qt6Jan Arve Sæther2020-02-282-1/+10
| | * | Revision properties and methods added in 5.15Ulf Hermann2020-02-273-5/+5
| | * | Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-252-0/+8
| | * | Export QQuickRootItem to QMLUlf Hermann2020-02-251-1/+1
| | * | QQuickColorSpaceValueType: Version importFabian Kosmale2020-02-251-0/+1
| | * | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-243-3/+3
| | * | Warn when requesting unknown RHI backendJohan Klokkhammer Helsing2020-02-241-0/+2
| | * | Doc: Fix QQuickTableView snippetUlf Hermann2020-02-244-43/+120
| | * | Revert "QQuickItemView: do not set parent to nullptr upon destruction"v5.15.0-beta1Ulf Hermann2020-02-211-1/+1
| * | | Use static_assert to "protected" QMatrix4x4 accessorSimon Hausmann2020-03-041-2/+1
| * | | Remove deprecated PinchHandler.m{in,ax}imum{X,Y} for Qt 6Jan Arve Sæther2020-02-262-69/+0
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-216-1/+12
| |\| |
| | * | Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-204-0/+10
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-202-1/+2
| | |\|
| | | * Doc: list Grid's alignment properties as "since 5.1"Mitch Curtis2020-02-181-0/+1
| | | * Fix inverted logicMichael Brasser2020-02-171-1/+1
| * | | Fix all import versionsUlf Hermann2020-02-191-1/+1
| * | | Add major version to all Q_REVISIONsUlf Hermann2020-02-1982-237/+353
| * | | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-1825-33/+37
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1737-158/+775
| |\| |
| | * | Rearrange QQuickPixmapKey operator==Shawn Rutledge2020-02-151-2/+5
| | * | MultiPointTouchArea: update the TouchPoint.x and y properties togetherShawn Rutledge2020-02-152-19/+13
| | * | Optimize QQuickPixmapCache readImage() slightlyShawn Rutledge2020-02-141-2/+3
| | * | QQuickItemView: do not set parent to nullptr upon destructionRichard Moe Gustavsen2020-02-141-1/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-136-46/+70
| | |\|
| | | * Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
| | | * QQuickLoader: store statusFabian Kosmale2020-02-122-39/+61
| | | * Mention styleName in the Font QML type documentationAndy Shaw2020-02-111-0/+1
| | | * Android: Don't include QtQuickParticles in the dependenciesAndy Shaw2020-02-101-4/+1
| | | * Fix QAccessibleQuickWindow::focusChild() to return focused descendantPeter Varga2020-02-061-2/+6
| | * | Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-122-7/+12
| | * | Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-117-20/+274
| | * | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-077-12/+94
| | * | Privately export QQuickFlickablePrivate and QQuickTableViewPrivateMitch Curtis2020-02-063-3/+4
| | * | rhi: Handle beginFrame() failure correctly in threaded render loopLaszlo Agocs2020-02-061-6/+10
| | * | Add required property documentationFabian Kosmale2020-02-062-0/+101
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-064-27/+172
| | |\|