aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | extend grammar for better version parsing supportFabian Kosmale2019-07-041-0/+35
| * | | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-14/+12
| * | | | Fix crash when binding to QML componentFabian Kosmale2019-07-043-0/+22
| |/ / /
| * | | Don't run the testcases for local files on AndroidJan Arve Sæther2019-07-031-0/+2
| * | | Fix localeAsCppProperty test for AndroidJan Arve Sæther2019-07-032-3/+8
| * | | When setting a QObject as context property reset it when it's destroyedUlf Hermann2019-07-031-0/+15
| * | | Do not fail in initTestCase() when cross-compiling.Jan Arve Sæther2019-07-021-0/+2
| * | | Log all errors through testlib if a component has errorsJan Arve Sæther2019-07-012-3/+2
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-0110-9/+223
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-2810-9/+223
| | |\|
| | | * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-262-0/+72
| | | * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-258-9/+151
| * | | Fix deployment of QtQuick for Android in tst_parserstressJan Arve Sæther2019-06-271-0/+8
| * | | Simplify errors and diagnosticsUlf Hermann2019-06-141-3/+13
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-144-3/+58
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-134-3/+58
| | |\|
| | | * JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-0/+18
| | | * Allow destroying QJSValues from other threadsUlf Hermann2019-06-113-3/+40
| * | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-121-4/+0
| * | | Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
| * | | add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-111-0/+19
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-1111-3/+127
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-068-1/+63
| | |\|
| | | * QML Preview: Fix test to check absolute zoom factorsUlf Hermann2019-06-041-1/+1
| | | * Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-016-0/+52
| | | * Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+10
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-263-2/+64
| | |\|
| | | * Don't add local for anonymous function's "name"Ulf Hermann2019-05-211-2/+0
| | | * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-212-0/+64
| * | | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-061-2/+0
| * | | Skip tst_qjsengine test 'interrupt' if c++11_futures feature unavailableDaniel Smith2019-06-061-0/+4
* | | | Initial CMake portAlexandru Croitor2019-06-036-0/+202
|/ / /
* | | tst_qqmlecmascript: add expected warningDavid Faure2019-05-311-1/+3
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-10/+17
* | | Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+4
* | | Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-174-0/+245
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-166-28/+40
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-162-0/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-162-0/+31
| |\|
| | * Add test for cached getter lookupMichal Klocek2019-05-092-0/+31
* | | Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-083-0/+8
* | | Move workerscript to its own moduleUlf Hermann2019-05-061-1/+1
* | | Move model types into their own libraryUlf Hermann2019-05-0212-13/+13
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-022-0/+38
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-012-0/+38
| |\|
| | * 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
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+79
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-293-334/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-292-0/+30
|\| |