aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Yarr: Reject quantifiers larger than 16MUlf Hermann2019-04-301-0/+11
* Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-0/+27
* Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-262-0/+30
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-4/+4
* Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-182-0/+30
* Test whether the JIT is enabled on architectures/OSes as intendedMartin Storsjö2019-04-161-0/+22
* QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-164-1/+6
* QML: Check for (valid) compilation units while hashingErik Verbruggen2019-04-163-0/+6
* Fix string replacement with invalid capturesUlf Hermann2019-04-151-0/+28
* Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+23
* Detect and reject cyclic aliasesUlf Hermann2019-04-093-0/+7
* Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+17
* Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-285-0/+110
* Blacklist tst_qquickfolderlistmodel::nameFilters() on msvc2015/17Ulf Hermann2019-03-271-0/+3
* Re-use existing IC when freezing propertiesUlf Hermann2019-03-271-0/+13
* Scope intermediate values when allocating objectsUlf Hermann2019-03-271-0/+13
* Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-261-20/+34
* Fix preview zoom problems on windowsTim Jenssen2019-03-221-6/+6
* Update tests/auto/qml/ecmascripttests/test262Jani Heikkinen2019-03-221-0/+0
* Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-2118-36/+103
* V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10
* Add test for dynamic anchors to parents in PropertyChangesUlf Hermann2019-03-203-0/+41
* V4: Don't mark InternalClass::parent when garbage collectingUlf Hermann2019-03-201-0/+26
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-204-5/+22
* Raise timeout in QQmlPreview testUlf Hermann2019-03-201-1/+1
* Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-204-0/+42
* Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-0/+12
* Fix compilation for SLES 12Ulf Hermann2019-03-181-1/+1
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-0/+5
* Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-141-0/+22
* 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
* 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
|/
* 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
* PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-142-0/+51
* 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
* Improve error messageRainer Keller2019-02-042-2/+2
* Correctly scope unwind handlers for try blocksLars Knoll2019-01-301-3/+44
* 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