aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* instanceof: return false instead of throwingFabian Kosmale2019-11-081-6/+6
* qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-081-2/+1
* tst_qqmltypeloader: Avoid memory leaksUlf Hermann2019-11-071-0/+10
* Register compiled-in QML typesUlf Hermann2019-11-074-2/+66
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-071-0/+21
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-0/+21
| |\
| | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-0/+21
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Simon Hausmann2019-10-291-0/+0
|\| |
| * | Adapt test case to avoid null characters in directory namesUlf Hermann2019-10-291-0/+0
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-263-1/+92
|\| |
| * | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-243-1/+92
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2412-9/+149
|\| |
| * | Fix typoRobert Loehning2019-10-211-1/+1
| * | Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-213-1/+19
| * | Fix interface handling in bindingsFabian Kosmale2019-10-212-0/+106
| * | QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-164-0/+4
| * | Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-0/+1
| * | Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-7/+18
* | | QQmlIncubationController::incubateWhile: port to atomic<bool>Giuseppe D'Angelo2019-10-211-33/+33
* | | Add support for primitive self-references in composite typesSimon Hausmann2019-10-214-0/+82
* | | Add test-case for self-instantiation producing an errorSimon Hausmann2019-10-213-0/+8
* | | qqmllanguage: check for expected duplicate alias errorFabian Kosmale2019-10-213-0/+15
* | | tst_qqmllanguge: remove obsolete comment about test failingFabian Kosmale2019-10-182-2/+0
* | | Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-161-0/+21
* | | QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-2/+4
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-166-1/+43
|\| |
| * | qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-154-1/+18
| * | Fix float value binding to an integerTeemu Holappa2019-10-112-0/+25
* | | qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-152-0/+3
* | | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-152-15/+15
* | | VDMAbstractItemModelDataType: ensure meta-type is initializedRichard Moe Gustavsen2019-10-145-0/+269
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1115-12/+281
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1013-0/+238
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1013-0/+238
| | |\|
| | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-0/+0
| | | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0813-0/+238
| * | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-101-0/+30
| * | | Fix signed/unsigned comparison warningsEdward Welbourne2019-10-101-12/+13
| |/ /
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-104-0/+38
|\| |
| * | QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-081-0/+27
| * | Add a property "valid" to the color value typeUlf Hermann2019-10-083-0/+11
* | | tst_qqmlinstatiator: avoid setContextPropertyFabian Kosmale2019-10-082-7/+8
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-085-34/+164
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-085-34/+164
| |\| |
| | * | Add initial support for deep aliasesFabian Kosmale2019-10-072-0/+94
| | * | QML Binding: do not convert stringsFabian Kosmale2019-10-072-34/+60
| | * | qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-071-0/+10
* | | | Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-082-3/+3
|/ / /
* | | tst_qqmlqt.cpp: avoid setContextPropertyFabian Kosmale2019-10-073-9/+17
* | | tst_qqmlmoduleplugin: avoid setContextPropertyFabian Kosmale2019-10-072-4/+5