aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-208-20/+197
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-154-4/+48
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-133-3/+47
| |\|
| | * Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-0/+13
| | * QAnimationGroupJob: Notify about removed children on clear()Ulf Hermann2019-02-261-2/+5
| | * QQmlExtensionPlugin test: Don't fail when detecting old pluginUlf Hermann2019-02-261-1/+4
| | * Unify and fix number to string conversion with radixUlf Hermann2019-02-251-0/+16
| | * V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-0/+9
| * | Use lowercase name for window headerSamuli Piippo2019-03-121-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-084-18/+18
|\| |
| * | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-044-18/+18
* | | TableModel: support built-in QML model rolesMitch Curtis2019-02-289-96/+238
* | | Upgrade Yarr to latest version from WebKitUlf Hermann2019-02-261-2/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2510-34/+120
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-226-30/+116
| |\|
| | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-222-30/+26
| | |\
| | | * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-212-30/+26
| | * | QML: Pass type minor version when creating property dataUlf Hermann2019-02-213-0/+69
| | * | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-211-0/+21
| | |/
| * | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-224-4/+4
* | | TableModel: add QML-invokable overloads for index(), data() and setData()Shawn Rutledge2019-02-222-0/+88
* | | TableModel.roleDataProvider: replace row, column with index argumentShawn Rutledge2019-02-221-2/+2
* | | Add tst_qqmltablemodel to the .pro so that it gets built and runShawn Rutledge2019-02-221-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-215-43/+86
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-205-43/+86
| |\|
| | * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-182-17/+46
| | * QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-0/+10
| | * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-172-26/+30
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1612-13/+154
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-152-0/+51
| |\|
| | * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-149-13/+103
| |\|
| | * Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-137-13/+65
| | * Don't optimize global lookups if fast QML lookups are disabledUlf Hermann2019-02-132-0/+38
| * | Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-02-081-0/+0
* | | TableModel: add roleDataProvider callbackShawn Rutledge2019-02-152-0/+84
* | | Add TableModelMitch Curtis2019-02-087-0/+1333
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-082-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-072-2/+2
| |\|
| | * Improve error messageRainer Keller2019-02-042-2/+2
* | | Move QStringHash into its own fileUlf Hermann2019-02-061-1/+0
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-062-7/+7
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-3/+44
|\|
| * Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2910-3/+252
|\|
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-234-3/+90
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-0/+41
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-213-0/+62
| |\