summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use QMetaType in QQmlValueTypeWrapperUlf Hermann2023-05-173-37/+36
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-1715-130/+157
* QQuickMaterialPlaceholderText: fix code checker complaintMitch Curtis2023-05-171-1/+1
* doc: Use part of window example for Window.flags property snippetShawn Rutledge2023-05-163-1/+60
* doc: Make Window snippets testable; remove import versionsShawn Rutledge2023-05-173-19/+36
* doc: Clarify usage of palette; testable snippetsShawn Rutledge2023-05-175-17/+98
* Enhance Image docs about compressed formatsLaszlo Agocs2023-05-161-0/+37
* Doc: Fix linking and read-only status for Window.visibility propertiesTopi Reinio2023-05-161-1/+3
* qt_add_qml_module: Set QT_QML_MODULE_QML_FILES correctlyFabian Kosmale2023-05-161-15/+17
* doc: add both stretch factors to the list of attached propertiesOliver Eftevaag2023-05-162-0/+6
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-1610-160/+239
* Doc: Replace mentions of deprecated macro Q_ENUMS()Topi Reinio2023-05-162-2/+2
* QQuickWindow: Add missing break statements in event()Vlad Zahorodnii2023-05-151-0/+2
* NinePatchImage: support the compressed texture imageJaehak Lee2023-05-151-3/+3
* QmlCompiler: Do check specificType on SetLookupUlf Hermann2023-05-151-2/+7
* Update displayText and value of SpinBox (live)Matthias Rauter2023-05-142-36/+122
* qmllint: Separate logic by import type in QQmlJSImportVisitor::visitOlivier De Cannière2023-05-122-46/+69
* Doc: Add missing \target keywords for QML macrosTopi Reinio2023-05-121-3/+5
* Doc: Document the --verbose flag to qmlcachegenUlf Hermann2023-05-121-0/+17
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-123-28/+56
* Examples: Move Qml plugin example to manual testsOlivier De Cannière2023-05-121-82/+0
* Fix reset support for value typesFabian Kosmale2023-05-121-0/+6
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-122-12/+21
* Doc: improve the SpinBox floating point exampleMitch Curtis2023-05-121-9/+17
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-05-113-5/+5
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-05-111-3/+3
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-111-3/+19
* QQuickWindow track changes via DevicePixelRatioChange eventDavid Edmundson2023-05-112-24/+18
* Allow a layout with width or height == 0 to resize its child itemsJan Arve Sæther2023-05-111-1/+1
* QML: static assert that QQmlPropertyData is trivially copyableUlf Hermann2023-05-111-0/+2
* QmlCompiler: Improve argument construction in generated codeUlf Hermann2023-05-113-28/+55
* QmlCompiler: Optimize list manipulationsUlf Hermann2023-05-103-38/+36
* Material: respect background color of flat buttonsMitch Curtis2023-05-101-5/+2
* Value types: Prefer assigning bindings instead of convertingFabian Kosmale2023-05-091-10/+12
* QmlCompiler: Re-allow conversion from QObject to QStringUlf Hermann2023-05-091-1/+1
* Remove the 'qml-devtools' featureAlexey Edelev2023-05-092-12/+5
* Properly support lists as method argumentsUlf Hermann2023-05-094-4/+21
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-099-20/+42
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-091-11/+21
* QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-091-4/+4
* QmlCompiler: Generate trace info for ConvertThisToObjectUlf Hermann2023-05-091-0/+2
* QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-092-13/+72
* Material: fix clipped floating placeholder textMitch Curtis2023-05-094-4/+50
* Doc: make grabToImage example snippet more usefulVolker Hilsheimer2023-05-091-2/+3
* Silence signed vs unsigned warning on 32 bit VS 2022 debug buildJøger Hansegård2023-05-071-1/+1
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-063-7/+38
* QML: Don't crash when monitoring binding removalUlf Hermann2023-05-051-7/+19
* QmlCompiler: Fix operator== of VirtualRegisterUlf Hermann2023-05-051-1/+2
* Quick: Update documentation of TapHandler to reflect renamed enumDavid Edmundson2023-05-051-1/+1
* qmldom: Add more literalsSemih Yavuz2023-05-053-1/+37