aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QSGSimpleMaterialLaszlo Agocs2020-04-077-482/+2
* Drop some dead codeUlf Hermann2020-04-071-5/+0
* Regenerate CMake project file after QSGEngine removalLaszlo Agocs2020-04-071-6/+7
* Remove QSGEngine and move QSGAbstractRenderer back to privateLaszlo Agocs2020-04-0710-554/+93
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-04-071-1/+1
* Remove convert from ASCII warningFawzi Mohamed2020-04-061-2/+2
* Fix compile error with latest qtbase due to removed bearer managementAlexandru Croitor2020-04-061-1/+0
* Remove QRegExp support from QtQmlLars Knoll2020-04-037-59/+3
* Improve conversion between JS RegExp and QRegularExpressionLars Knoll2020-04-031-43/+54
* Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-0317-319/+169
* V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-033-35/+42
* V4: Add missing accessor functionUlf Hermann2020-04-031-0/+5
* Implement support for property observersSimon Hausmann2020-04-036-26/+68
* 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