aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reimplement UniformAnimator for ShaderEffectJonas Karlsson2020-06-294-74/+23
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-241-8/+11
* Move resetOpenGLState out of QQFBOGiuseppe D'Angelo2020-06-233-0/+194
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-10/+16
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-164-43/+43
* Quick: Use unicode character literalsUlf Hermann2020-06-101-1/+1
* Fix warnings from deprecated QChar constructorVolker Hilsheimer2020-06-041-1/+1
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-044-23/+7
* Quick: Clean up some includesUlf Hermann2020-06-046-49/+47