aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Automatically create qmllint targets for modulesMaximilian Goldstein2020-12-161-0/+18
* qmlfunctions.doc: Improve qmlRegisterSingleton documentationMaximilian Goldstein2020-12-151-4/+3
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-151-1/+9
* docs/QML_ELEMENT: Warn about possible namespace conflictsMaximilian Goldstein2020-12-151-0/+4
* QQmlMetaType: Remove lists setFabian Kosmale2020-12-112-6/+6
* QQmlMetaType: Get rid of objectsFabian Kosmale2020-12-112-9/+6
* Clean up (QQmlEnginePrivate|QQmlMetaType)::toQObjectFabian Kosmale2020-12-112-9/+2
* Respect QML_DISABLE_DISK_CACHE also for caches built into the binaryUlf Hermann2020-12-104-8/+27
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-105-20/+48
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-101-2/+9
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-103-18/+2
* Fix IC properties in same fileFabian Kosmale2020-12-104-3/+37
* CMake: Disable static plugin imports for qml static pluginsAlexandru Croitor2020-12-101-0/+3
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-086-73/+260
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-1/+1
* QSGTexture: fix unused warningFabian Kosmale2020-12-071-0/+3
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-072-12/+50
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-072-0/+29
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-071-3/+4
* Kill Flickable's wheel momentum if angleDeltas not multiples of 120Shawn Rutledge2020-12-072-34/+127
* Avoid unused parameter in QSGRhiSupport in certain configsLaszlo Agocs2020-12-071-0/+4
* QmlCompiler: Don't add imports with "as" to the contextUlf Hermann2020-12-052-5/+3
* Remove unused functionVolker Hilsheimer2020-12-041-3/+0
* V4: Add reset() method to the byte code handlerUlf Hermann2020-12-041-0/+1
* Fix qdoc warning, document macro parameterVolker Hilsheimer2020-12-041-1/+1
* Document how to use CMake for Qt QuickKai Koehne2020-12-043-1/+41
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-032-2/+10