aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* Remove unused variable fromSourcedAndreas Buhr2021-01-131-2/+1
* ListModel: Fix move handling in syncFabian Kosmale2021-01-131-3/+23
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-134-9/+39
* Remove QQmlCleanupUlf Hermann2021-01-1314-241/+10
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-134-14/+94
* QQmlPropertyMap: Check validity of keys only onceUlf Hermann2021-01-131-9/+2
* Regenerate Shape fill geometry when alpha changes to non-zeroLaszlo Agocs2021-01-131-0/+4
* QmlTest: Privately export the QML-exposed classesUlf Hermann2021-01-123-4/+9
* Merge the QtTest and Qt.test.qtestroot QML modulesUlf Hermann2021-01-1218-133/+60
* Add a -i <qmltypes> option to qmlcachegenUlf Hermann2021-01-121-0/+5
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-122-0/+37
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-1/+109
* Make QQmlImport::removeDynamicPlugin() saferUlf Hermann2021-01-121-28/+24
* QJSManagedValue: Allow array access to stringsUlf Hermann2021-01-121-0/+13
* Cache static compilation unitsUlf Hermann2021-01-123-12/+61
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-1215-208/+29
* Remove QQmlCleanup from QQmlScriptDataUlf Hermann2021-01-122-26/+1
* Doc: Add links to examples of Qt Quick Particle SystemNico Vertriest2021-01-121-0/+6
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-115-25/+55
* QJSManagedValue: Silence some static analysis warningsUlf Hermann2021-01-111-2/+7
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+6
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-112-1/+5
* Avoid crash for deep aliasesMaximilian Goldstein2021-01-111-0/+4
* CMake: Encode target name into foreign_types.txt fileUlf Hermann2021-01-111-1/+1
* Fix accidentally removed initialization of m_sizeJonas Karlsson2021-01-081-1/+2
* doc: Override the docs for the WheelHandler::acceptedDevices propertyShawn Rutledge2021-01-081-10/+21
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-074-22/+16
* QJSManagedValue: Add JavaScript 'function' typeUlf Hermann2021-01-072-11/+13
* Doc: Fix typos ECMA-26 and boolean value quotingNico Vertriest2021-01-071-3/+3
* Fix EngineBase::globalObject being misalignedMaximilian Goldstein2021-01-061-1/+3
* Make software backend fallback automatic with vnc and similarLaszlo Agocs2021-01-051-0/+12
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-052-0/+76
* Doc: Fix broken QDoc markupPaul Wicking2021-01-051-2/+2
* Use the new, dedicated D3D surface type for QQuickWindowLaszlo Agocs2021-01-051-1/+1
* CMake: Make error in defer qmldir file generation more verboseAlexey Edelev2021-01-041-0/+5
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-041-4/+32
* Implement command for running qmllint on targetMaximilian Goldstein2021-01-041-2/+16
* definetypes.qdoc: Add note about include path prefixesMaximilian Goldstein2021-01-041-0/+1
* DesignerSupport: Don't skip already inspected objectsMiikka Heikkinen2021-01-041-9/+4
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+34
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-3/+18
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+42
* Add a QJSManagedValueUlf Hermann2020-12-1813-65/+1374
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-1815-59/+1099
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-177-18/+40
* Fix crash during model resetJoni Poikelin2020-12-171-0/+5
* QQuickShapeGradientCacheKey: Fix a MSVC integer conversion warningFriedemann Kleint2020-12-171-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-1617-23/+23