aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlMetaType: Cast the type interfaces to const when deletingUlf Hermann2020-10-121-2/+2
* QPropertyChangeTrigger: Inherit directly from QPropertyObserverFabian Kosmale2020-10-123-11/+15
* Adapt to platform API renameTor Arne Vestbø2020-10-099-52/+52
* Update QStringConverter usageMårten Nordheim2020-10-091-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-091-2/+2
* QQmlPropertyValidator: only use string converter for stringsFabian Kosmale2020-10-091-10/+26
* Don't assume the event given to childMouseEventFilter() is QPointerEventShawn Rutledge2020-10-081-2/+2
* Allow optional imports in qmldir filesUlf Hermann2020-10-0812-78/+123
* CMake: Allow installation of qmltypes filesUlf Hermann2020-10-0811-0/+28
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-083-2/+36
* qmllint: Be more verbose when tests failUlf Hermann2020-10-081-1/+1
* Rename conflicting test targetKai Koehne2020-10-082-1/+16
* Amend QQFlickablePrivate::wantsPointerEvent() to take QPointerEventShawn Rutledge2020-10-083-18/+6
* Prevent touch->mouse synth from altering the localized touchpointShawn Rutledge2020-10-081-2/+3
* qmlformat: Make arrow functions one linersMaximilian Goldstein2020-10-084-4/+28
* Fix tst_events benchmarkShawn Rutledge2020-10-071-7/+7
* Add missing typeinfo to labsanimation/qmldirUlf Hermann2020-10-071-0/+1
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-072-1/+2
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-075-8/+47
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-0710-3/+41
* qmlformat: Make empty objects one linersMaximilian Goldstein2020-10-074-0/+14
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-076-16/+142
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-074-1/+34
* qmllint: Capitalize importer warningsUlf Hermann2020-10-075-53/+60
* CMake: Add versionless functions for new public APIAlexandru Croitor2020-10-061-0/+17
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-061-7/+0
* CMake: Disable usage of CMake API compatibility wrappersAlexandru Croitor2020-10-061-0/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-06424-1086/+1039
* QmlCompiler: Unify and optimize directory importsUlf Hermann2020-10-061-15/+8
* QQmlDirParser: Return typeinfos as string listUlf Hermann2020-10-062-15/+4
* Remove special case for double-clickShawn Rutledge2020-10-061-1/+1
* CMake: Allow the same syntax for depends and import entries in qmldirUlf Hermann2020-10-061-9/+13
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* Un-blacklist Quick tests that are passingShawn Rutledge2020-10-067-33/+2
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-064-1/+27
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-063-19/+22
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-062-2/+0
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-052-5/+9
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-053-43/+13
* QmlCompiler: Add a source location to QQmlJSScopeUlf Hermann2020-10-051-0/+12
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-056-72/+82
* QmlCompiler: Wrap into Qt namespaceUlf Hermann2020-10-0515-0/+60
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-057-34/+34
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-056-15/+15
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-056-30/+30
* QmlCompiler: Rename QmlStreamWriterUlf Hermann2020-10-0512-37/+37
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-056-19/+19
* QmlCompiler: Rename ImportedMembersVisitorUlf Hermann2020-10-056-19/+18
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-0512-56/+56
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-0517-141/+140