aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/testtypes.h
Commit message (Expand)AuthorAgeFilesLines
* QML engine: Fix binding setupFabian Kosmale2020-12-031-0/+3
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+21
* Fix compiler warnings from testsVolker Hilsheimer2020-11-021-2/+2
* Adapt to changes in qtbaseUlf Hermann2020-09-151-0/+1
* Adjust to qtbase changesFabian Kosmale2020-09-041-3/+4
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-011-2/+2
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-2/+2
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-0/+9
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-0/+14
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-251-2/+2
* qqmlecmascript: modify test to return type which is actually unknownFabian Kosmale2020-06-231-1/+3
* Remove QRegExp from qml autotestsLars Knoll2020-04-031-5/+0
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+9
* Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-171-1/+0
* tst_qqmlecmascript: Don't leak created objectsUlf Hermann2019-10-011-5/+3
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-4/+4
* Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+9
* QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-1/+1
* Property Cache: Use related meta objects to check for "enums"Ulf Hermann2019-01-041-1/+0
* Tests: Add a ctor to MyQmlObject::MyType to mark it as complexUlf Hermann2018-12-211-0/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+2
|\
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-1/+2
* | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-7/+0
|/
* Stabilize the threadSignal() testSimon Hausmann2017-09-061-0/+5
* Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-0/+8
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-0/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+2
| |\
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* | | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+17
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-0/+17
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Fix assertLars Knoll2015-03-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+1
* Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-261-0/+45
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Fix lookups of enums in singletonsSimon Hausmann2014-01-021-0/+10
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-181-0/+18
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+10
* Fix valgrind errors in tst_qqmlecmascript::revisionSimon Hausmann2013-11-011-1/+1
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-0/+1
* remove more uses of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* Fix Persistent/WeakValue APILars Knoll2013-09-261-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1