aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* Quick: Fortify QQuickApplication ctorUlf Hermann2020-12-021-12/+13
* 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
* Clean up registration of QEasingCurveUlf Hermann2020-05-193-15/+2
* Register value types declarativelyUlf Hermann2020-04-281-19/+53
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-241-5/+5
|\
| * Doc: AnimatedImage incompatible with QQuickImageProviderNico Vertriest2020-04-231-5/+5
* | Add additional properties to FontLoader to help disambiguateEskil Abrahamsen Blomfeldt2020-04-232-24/+104
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-04-221-0/+1
|\|
| * 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