aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-282-11/+3
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-262-6/+0
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-266-19/+19
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-05-261-1/+1
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-05-261-11/+12
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-05-251-4/+7
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Adapt QML's QString-internal hacks to use char16_t, not ushortEdward Welbourne2020-05-201-5/+5
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-205-2/+44
* Remove dead codeRobert Loehning2020-05-191-4/+2
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-191-0/+1
* Add missing since to qmlRegisterSingletonType docsNicolas Fella2020-05-191-0/+1
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Remove QML_PLUGINDUMP_DEPENDENCIESUlf Hermann2020-05-191-3/+0
* Remove the last traces of qmlplugindump from the documentationUlf Hermann2020-05-191-15/+9
* Fix typoUlf Hermann2020-05-191-1/+1
* Clean up registration of QEasingCurveUlf Hermann2020-05-192-42/+20
* Allow using lowercase enum namesMaximilian Goldstein2020-05-192-27/+1
* qv4compilercontext: avoid potential null deferenceFabian Kosmale2020-05-191-1/+4
* Make QQmlScriptString an anonymous QML typeUlf Hermann2020-05-182-2/+5
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-182-3/+2
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-152-3/+2
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-3/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-2/+1
| | | |\
| | | | * Generate the docs for qmlRegisterSingletonInstance5.14Giuseppe D'Angelo2020-04-241-0/+4
| | | * | Merge 5.15 into 5.15.0Alexandru Croitor2020-04-231-2/+2
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'origin/5.15' into 5.15.0Qt Forward Merge Bot2020-04-214-1/+9
| | | |\ \ \
| | | * | | | V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
* | | | | | | Remove QTextCodec dependency from qtdeclarativeLars Knoll2020-05-181-29/+24
* | | | | | | Compile with latest qtbase devFabian Kosmale2020-05-161-3/+0
* | | | | | | QJSEngine: support char16_tFabian Kosmale2020-05-162-0/+5
* | | | | | | Add missing overrideAlexander Volkov2020-05-153-5/+5
|/ / / / / /
* | | | | | Remove qtxmlpatterns reference from qdocconfFabian Kosmale2020-05-111-1/+1
* | | | | | Fix typo in qt6_qml_type_registration functionMike Krus2020-05-091-1/+1
* | | | | | Port python check to configure systemKai Koehne2020-05-073-1/+48
* | | | | | QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-071-1/+2
* | | | | | Implement URLSearchParamsMaximilian Goldstein2020-05-067-0/+885
* | | | | | Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-062-3/+10
* | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-2/+7
|\| | | | |
| * | | | | Make Connections object qmlWarning follow a logging categoryDavid Edmundson2020-04-301-2/+7
| | |_|/ / | |/| | |
* | | | | Fix line number for follow-up lines in stringsChristian Stenger2020-05-011-1/+3
* | | | | Fix lexer handling of escape sequences in stringChristian Stenger2020-05-011-0/+1
* | | | | Doc: Update flowchartPaul Wicking2020-04-302-0/+0
* | | | | Fix warning -Wxor-used-as-powMÃ¥rten Nordheim2020-04-301-1/+1
* | | | | cmake: Provide equivalent of QMLTYPES_FILENAMEFabian Kosmale2020-04-301-3/+16
* | | | | Doc: add code example of QQmlApplicationEngine::setInitialProperties()Mitch Curtis2020-04-291-0/+11
* | | | | Doc: add code example to QML_NAMED_ELEMENTMitch Curtis2020-04-291-0/+10
* | | | | Register value types declarativelyUlf Hermann2020-04-285-11/+61
* | | | | PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-04-281-1/+3
* | | | | Fix file name comment in script.mjs snippetUlf Hermann2020-04-271-1/+1