summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* StyleGenerator, TextField: read 9p offsetswip/figmastyleRichard Moe Gustavsen2023-05-161-1/+1
* StyleGenerator: Generate transition information for state changesDoris Verria2023-05-151-0/+49
* StyleGenerator: correct CheckBox figma pathsRichard Moe Gustavsen2023-05-151-6/+6
* StyleGenerator: correct Switch according to recent Figma changesRichard Moe Gustavsen2023-05-152-54/+44
* CMake: remove QT_FEATURE_qml_devtools for building StyleGeneratorRichard Moe Gustavsen2023-05-151-1/+1
* Merge remote-tracking branch 'origin/dev' into figmastyleRichard Moe Gustavsen2023-05-15560-5666/+12921
|\
| * 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
| * QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-095-11/+109
| * QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-094-4/+31
| * QmlCompiler: Generate trace info for ConvertThisToObjectUlf Hermann2023-05-091-0/+2
| * QQuickItem: Do not synthesize replace() for data/resources/childrenUlf Hermann2023-05-093-13/+222
| * Fix duplicate data tag warning in tst_tumbler.qmlMitch Curtis2023-05-101-1/+4
| * Add Local storage example to IO categoryKai Köhne2023-05-091-0/+1
| * Material: fix clipped floating placeholder textMitch Curtis2023-05-095-4/+114
| * Doc: make grabToImage example snippet more usefulVolker Hilsheimer2023-05-091-2/+3
| * qml: Straighten out configuration QML moduleUlf Hermann2023-05-086-41/+24
| * 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-065-7/+70
| * QML: Don't crash when monitoring binding removalUlf Hermann2023-05-053-8/+47
| * 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-055-3/+72
| * Remove conanfile.pyFabian Kosmale2023-05-051-87/+0
| * Fix small errors in the C++ integration tutorialsFriedemann Kleint2023-05-052-3/+2
| * Material: don't set all caps for Button textMitch Curtis2023-05-052-4/+3