aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2468-1395/+1395
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-02-041-23/+60
* Update commercial license headersTarja Sundqvist2021-02-0268-1395/+1395
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-221-0/+7
* Do not revert properties of deleted objectsAlexey Edelev2021-01-141-0/+5
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-162-0/+10
* webOS: Share images even if cache is falseElvis Lee2020-08-191-1/+34
* Doc: AnimatedImage incompatible with QQuickImageProviderNico Vertriest2020-04-231-5/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-201-0/+1
|\
| * OpacityAnimator: apply opacity animation to the first frame in SGWang Chuan2020-04-071-0/+1
* | Fix signal emission order for zero-duration animationsJan Arve Saether2020-03-311-8/+12
* | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-102-10/+0
* | QQuickColorSpaceValueType: Version importFabian Kosmale2020-02-251-0/+1
* | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-242-2/+2
* | Rearrange QQuickPixmapKey operator==Shawn Rutledge2020-02-151-2/+5
* | Optimize QQuickPixmapCache readImage() slightlyShawn Rutledge2020-02-141-2/+3
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-073-7/+56
* | Privately export QQuickFlickablePrivate and QQuickTableViewPrivateMitch Curtis2020-02-061-1/+2
* | Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-316-1/+190
* | Add Behavior.targetProperty propertyPierre-Yves Siret2020-01-312-0/+80
* | Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-303-48/+94
* | Fix vertical position of PathTextEskil Abrahamsen Blomfeldt2020-01-291-2/+2
* | QQuickImageProvider: PDF is a scalable format like SVGShawn Rutledge2020-01-231-4/+4
* | Introduce PathText path elementEskil Abrahamsen Blomfeldt2020-01-213-0/+326
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-174-14/+14
* | Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-172-2/+2
* | QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-153-12/+56
* | Generate registrations for all importsUlf Hermann2020-01-104-200/+0
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-195-7/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-171-3/+5
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-3/+5
| |\
| | * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-051-3/+5
* | | QQuickStyledTextPrivate: fix padding and initializationShawn Rutledge2019-12-131-9/+9
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-1/+1
|\| |
| * | QQuickBehavior: Check that animation is not semi-deletedFabian Kosmale2019-11-291-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-4/+4
|\|
| * Doc: Fix documentation warningsTopi Reinio2019-11-111-4/+4
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-102-0/+7
|\|
| * 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-083-3/+3
|\|
| * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-073-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-3/+6
|\|
| * QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-2/+5
| |\
| | * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-2/+5
* | | Quick: Move BoundaryRule into labsanimationUlf Hermann2019-09-273-722/+0
* | | Specify parameters of type registration in class declarationsUlf Hermann2019-09-2625-63/+257
|/ /
* | PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-031-7/+13
* | PathMultiline: allow lists/vectors of polygons or point lists/vectorsShawn Rutledge2019-09-022-35/+41