aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-025-8/+43
* Throw an error if an incompatible parameter is passed to a C++ functionMaximilian Goldstein2020-04-021-4/+9
* Implement modifying colors using methodsMaximilian Goldstein2020-04-024-1/+49
* Change documentation to mention QRegularExpressionLars Knoll2020-04-021-1/+1
* Remove QT_CREATOR special casesUlf Hermann2020-04-012-23/+8
* Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-013-2/+2
* Warn if too many parameters are passed to a C++ functionMaximilian Goldstein2020-04-011-0/+12
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-308-6/+207
* Minor cleanupSimon Hausmann2020-03-302-7/+0
* qqml.h: do not use QML_REGISTER_TYPE(QObject)Fabian Kosmale2020-03-251-3/+0
* Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-2514-182/+338
* Make QQmlType::inlineComponentObjectId() constUlf Hermann2020-03-252-2/+2
* Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-246-9/+9
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-246-25/+59
|\
| * PropertyUpdater: Do not crash on invalid contextFabian Kosmale2020-03-231-2/+5
| * QNetworkReply: fix use of deprecated error signalMÃ¥rten Nordheim2020-03-231-1/+1
| * QQuickTableView: add private support for transposing the viewRichard Moe Gustavsen2020-03-232-13/+32
| * QQmlValueTypeWrapper: Avoid compile warningsUlf Hermann2020-03-231-4/+4
| * QQmlDelegateModel: Don't require a delegate to cancel an incubationUlf Hermann2020-03-231-1/+1
| * QQmlDelegateModel: On deletion, cancel any remaining incubationsUlf Hermann2020-03-231-2/+12
| * QQuickView: Don't leak root object in error caseUlf Hermann2020-03-201-2/+4
* | QQuickEvents: Delete pointer devices on shutdownUlf Hermann2020-03-231-10/+25
* | Minor cleanup in QQmlJavaScriptExpressionSimon Hausmann2020-03-234-14/+13
* | StackLayout: add attached index, isCurrentItem, and layout propertiesMitch Curtis2020-03-232-15/+199
* | Encapsulate QQmlContextDataUlf Hermann2020-03-2366-1367/+1739
* | Add MatchRegularExpression flagLars Knoll2020-03-201-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-208-10/+108
|\|
| * Doc: Add missing documentations of Window Type signalsNorihito Tohge2020-03-191-1/+84
| * qmlRegisterSingletonInstance: show user-friendly signature in documentationFabian Kosmale2020-03-182-1/+6
| * rhi: Enable layer updateTexture(), and so grabs, in the sync phaseLaszlo Agocs2020-03-186-8/+18
* | Clean up QQmlFileSelectorUlf Hermann2020-03-195-17/+73
* | fix developer build on clangFabian Kosmale2020-03-181-0/+1
* | QQmlPropertyCache: Avoid costly string comparisonFabian Kosmale2020-03-181-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-1814-59/+101
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1814-59/+101
| |\|
| | * Fix some network related deprecation warningsFabian Kosmale2020-03-163-4/+4
| | * Inline components: Abort if two IC's with same name existFabian Kosmale2020-03-162-0/+7
| | * Prefer Inline Components over any other imported nameFabian Kosmale2020-03-162-0/+23
| | * Doc: Remove \contentspage commandsTopi Reinio2020-03-153-11/+0
| | * Check that value type exists before creating wrapperFabian Kosmale2020-03-121-2/+12
| | * Remove unused defineNorihito Tohge2020-03-121-2/+0
| | * rhi: Make QSGRenderNode usable in Quick3Dv5.15.0-beta2Laszlo Agocs2020-03-113-41/+56
* | | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-1827-618/+509
* | | Remove QRegExpValidator usagesLars Knoll2020-03-185-112/+4
* | | Also support partly specified versions in JS .importsUlf Hermann2020-03-182-21/+18
|/ /
* | CMake: Remove testlogger.js from qmldirAlexandru Croitor2020-03-172-2/+1
* | CMake: Handle QT_QML_SKIP_QMLDIR_ENTRY propertyAlexandru Croitor2020-03-171-0/+9
* | Allow multiple URL interceptors per engineUlf Hermann2020-03-1711-51/+87
* | Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-1710-63/+85
* | qsgrhisupport.cpp: Fix warningsFriedemann Kleint2020-03-171-3/+5