aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Support aliases to listsMaximilian Goldstein2021-05-031-0/+7
* Provide an AOT variant of StoreNameSloppyUlf Hermann2021-05-032-0/+14
* QQmlJSAst: Silence CodeChecker warningFabian Kosmale2021-05-031-1/+1
* qmllint: Fix disable optionMaximilian Goldstein2021-05-031-1/+1
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-033-2/+22
* Add QJSEngine::registerModuleAlex Shaw2021-05-015-10/+161
* Remove caching of recursive AOT context lookupsUlf Hermann2021-04-304-27/+33
* Redesign the AOT lookupsUlf Hermann2021-04-308-227/+537
* qqmltableinstancemodel: add setRequiredProperty()Richard Moe Gustavsen2021-04-304-4/+47
* Export QML-exposed namespace metaobjectsUlf Hermann2021-04-303-4/+4
* qmllint: Handle UiArrayBindings properlyMaximilian Goldstein2021-04-303-0/+26
* QtQuick.Particles: Add QtQuick to dependenciesMaximilian Goldstein2021-04-291-0/+2
* qmllint: Fix multiple attached property bugsMaximilian Goldstein2021-04-293-5/+44
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-292-1/+10
* qmllint: Fix typename conflictsMaximilian Goldstein2021-04-292-10/+37
* QQmlPropertyBinding: Optimizations and fixesFabian Kosmale2021-04-291-8/+9
* Initialize the metatypes of extensionsUlf Hermann2021-04-281-0/+3
* QQmlJSScope: Use QFlags API for setting flagsFabian Kosmale2021-04-281-5/+5
* Add empty QT_BEGIN/END_NAMESPACE to satisfy configure/syncqtVolker Hilsheimer2021-04-281-0/+5
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-284-21/+122
* Fix compiler warnings from char*/QString conversionVolker Hilsheimer2021-04-282-5/+6
* Add "we mean it" notice to private headerVolker Hilsheimer2021-04-281-0/+11
* QQuickDeliveryAgent::event(): handle tablet events explicitlyShawn Rutledge2021-04-281-0/+7
* Restore scene position after changing it during deliveryShawn Rutledge2021-04-271-0/+7
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
* Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
* QQuickDesignerCustomObjectData: Support new-style bindingsFabian Kosmale2021-04-273-35/+48
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-2717-17/+0
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-2710-4/+26
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-264-15/+92
* Implement debugtranslationserviceTim Jenssen2021-04-2623-159/+1002
* webOS: Fix compile errorHyungchan Kim2021-04-261-1/+1
* Remove extra colonZhang Hao2021-04-241-1/+1
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-233-20/+80
* Drop further sanity checks from AOT lookupsUlf Hermann2021-04-231-14/+13
* Provide optimized AOT lookups for value type propertiesUlf Hermann2021-04-232-0/+33
* Further optimize various AOT lookupsUlf Hermann2021-04-231-29/+55
* Fix build without features.wheeleventTasuku Suzuki2021-04-236-0/+16
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-226-16/+59
* Optimize QQmlBinding::slowWrite()Ulf Hermann2021-04-222-41/+91
* Provide optimized variant of QmlContextPropertyLookup for AOTUlf Hermann2021-04-222-0/+17
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-221-4/+0
* Add QtCore moduleMitch Curtis2021-04-2111-0/+556
* Fix QQmlProperyBinding::createFromCodeStringFabian Kosmale2021-04-212-7/+6
* Expand QML_EXTENDED_NAMSPACE's documentationFabian Kosmale2021-04-211-1/+32
* QQmlDelegateModel: build fixGiuseppe D'Angelo2021-04-201-1/+1
* Fix C4267 warning in qqmlirbuilder.cppKai Köhne2021-04-201-2/+2
* qmllint: Warn about multiline stringsMaximilian Goldstein2021-04-202-15/+56
* Properly export QQuickDrag and QQuickDragAttachedUlf Hermann2021-04-201-2/+3
* Optimize property capture for known property cachesUlf Hermann2021-04-193-31/+61