summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qmltyperegistrar: Improve the file open error messageHEADdevFriedemann Kleint2023-05-171-1/+4
* QtQml: Use QMetaType in QQmlValueTypeWrapperUlf Hermann2023-05-173-37/+36
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-05-171-5/+5
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-1715-130/+157
* QQuickMaterialPlaceholderText: fix code checker complaintMitch Curtis2023-05-172-2/+2
* 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
* Rename qmlimageprovideplugin test to qmlhighdpiimageproviderpluginAmir Masoud Abdol2023-05-164-19/+6
* Improve qmlimageproviderplugin's CMakeLists.txtAmir Masoud Abdol2023-05-161-9/+2
* Fix qmllint warning in rendercontrol examplesLaszlo Agocs2023-05-162-2/+2
* Fix qmllint-reported warning in shadereffects exampleLaszlo Agocs2023-05-161-4/+4
* graph example: Remove old todoLaszlo Agocs2023-05-161-2/+0
* 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-165-15/+67
* 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
* qml tool: Use QCommandLineParser::process() rather than parse()Shawn Rutledge2023-05-161-10/+3
* Docs: Expand Vulcan under QML Example documentationNicholas Bennett2023-05-161-24/+63
* QQuickWindow: Add missing break statements in event()Vlad Zahorodnii2023-05-151-0/+2
* NinePatchImage: support the compressed texture imageJaehak Lee2023-05-156-8/+63
* QmlCompiler: Do check specificType on SetLookupUlf Hermann2023-05-154-2/+33
* Update displayText and value of SpinBox (live)Matthias Rauter2023-05-143-36/+519
* qmllint: Separate logic by import type in QQmlJSImportVisitor::visitOlivier De Cannière2023-05-126-46/+100
* 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-125-29/+78
* Examples: Move Qml plugin example to manual testsOlivier De Cannière2023-05-1220-89/+1
* Fix reset support for value typesFabian Kosmale2023-05-125-0/+67
* QQuickText: Mark as a dirty node when its ClipRect changesPiotr Wierciński2023-05-124-12/+72
* 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
* Disable ecmascript tests on AndroidVille Voutilainen2023-05-111-1/+4
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-05-111-5/+5
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-05-111-3/+3
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-114-3/+64
* 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-112-2/+12
* 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-104-38/+41
* Material: respect background color of flat buttonsMitch Curtis2023-05-102-19/+27
* Value types: Prefer assigning bindings instead of convertingFabian Kosmale2023-05-093-11/+31
* QmlCompiler: Re-allow conversion from QObject to QStringUlf Hermann2023-05-094-3/+11
* Remove the 'qml-devtools' featureAlexey Edelev2023-05-093-26/+17
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-05-091-5/+5
* Properly support lists as method argumentsUlf Hermann2023-05-097-4/+37
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-0913-22/+72