aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Stage 4: remove non-delivery code from qquickdeliveryagent.cppShawn Rutledge2021-02-171-3026/+0
* Stage 3: remove non-delivery code from qquickdeliveryagent.cppShawn Rutledge2021-02-171-827/+1
* Stage 2: splitting parts of qquickwindow.cpp to qquickdeliveryagent.cppShawn Rutledge2021-02-171-0/+5841
* Animation: Export the remaining QtQuick animation typesUlf Hermann2021-02-121-3/+3
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-052-7/+4
* QQuickAnimatorController: Remove declaration of non-existent methodsUlf Hermann2021-02-031-2/+0
* Drop QQuickAnimatorProxyJob::m_animationUlf Hermann2021-02-032-5/+4
* Animations: Drop checks for duplicate jobsUlf Hermann2021-02-032-19/+16
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-021-1/+2
* Export QML and Quick value typesUlf Hermann2021-01-221-9/+9
* Remove the qmake project filesFabian Kosmale2021-01-151-90/+0
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-23/+60
* Do not revert properties of deleted objectsAlexey Edelev2021-01-141-0/+5
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* Remove unused variable fromSourcedAndreas Buhr2021-01-131-2/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-161-1/+1
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-032-14/+14
* Quick: Fortify QQuickApplication ctorUlf Hermann2020-12-021-12/+13
* Fix Animators requiring an explicit from valueRobert Griebl2020-11-282-3/+7
* QQuickStyledText: Avoid warning about setFontFamilyFabian Kosmale2020-11-231-1/+1
* pixmapcache: avoid deadlock when canceling async image loadNick Shaforostov2020-11-181-2/+2
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-1/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-098-30/+30
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-1/+1
* Remove some outdated comments about FontLoader.nameEskil Abrahamsen Blomfeldt2020-11-041-4/+2
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* Fix documentation links to removed functionsVolker Hilsheimer2020-10-232-2/+2
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-132-0/+10
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-023-397/+236
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-231-28/+0
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-231-52/+0
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-231-24/+42
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-231-128/+84
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-231-25/+36
* Allow proper registration of value typesUlf Hermann2020-09-233-119/+107
* Register StandardKey as foreign namespace rather than elementUlf Hermann2020-09-211-4/+3
* QQmlValueTypeProvider: Use QMetaTypeUlf Hermann2020-09-161-136/+0
* QQmlValueTypeProvider: Remove dead codeUlf Hermann2020-09-161-54/+0
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-2/+2
* Fix build after API changes to QColorLars Knoll2020-09-151-6/+6
* Quick: Manually register metatype for QVector<QVector<QPointF>>Ulf Hermann2020-09-151-0/+5
* QQuickImageProvider: Remove reliance on RTTIFabian Kosmale2020-09-012-1/+2
* Use OpenType font weightsJonas Karlsson2020-08-283-3/+3
* Use QPalette::resolveMask() and setResolveMask() where necessaryShawn Rutledge2020-08-282-3/+3
* webOS: Share images even if cache is falseElvis Lee2020-08-171-1/+34
* Use qHashMulti in qHash(QQuickPixmapKey)Shawn Rutledge2020-08-171-6/+2
* Quick: Make sure the module initialization runs in static buildsUlf Hermann2020-08-101-1/+142
* Fix compilation with newer qtbaseFabian Kosmale2020-08-061-2/+2
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-021-7/+0