aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QmlCompiler: Pass source location to all scopes from QML filesUlf Hermann2020-10-152-20/+32
* doc: Don't overwrite native interface docsTor Arne Vestbø2020-10-152-17/+1
* Declare native interfaces using helpersTor Arne Vestbø2020-10-153-36/+12
* doc: Update native interface accessor wordingTor Arne Vestbø2020-10-151-2/+2
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-152-4/+201
* QDeferredPointer: Remove the factory before executing itUlf Hermann2020-10-152-10/+9
* CMake: Add generated qrc files to the qmlimportscannerCristian Adam2020-10-151-1/+7
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-151-1/+5
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-155-106/+199
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-158-26/+253
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-155-27/+53
* Add setFlags to QSGMaterialShader for symmetryLaszlo Agocs2020-10-142-0/+10
* Replace forwarding header in public header includesLaszlo Agocs2020-10-142-2/+2
* CMake: Use qt_internal_add_plugin in qt_internal_add_qml_moduleAlexandru Croitor2020-10-131-1/+1
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-134-0/+14
* CMake: Rename qt6_quick_compiler_process_resources to be internalAlexandru Croitor2020-10-131-2/+2
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-125-5/+24
* Rename QQmlJSImportedMembersVisitorUlf Hermann2020-10-125-15/+15
* Register QAbstractItemModel in QtQml.ModelsMitch Curtis2020-10-121-0/+9
* 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-097-49/+49
* Update QStringConverter usageMårten Nordheim2020-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-088-77/+115
* CMake: Allow installation of qmltypes filesUlf Hermann2020-10-0811-0/+28
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-2/+3
* 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
* Add missing typeinfo to labsanimation/qmldirUlf Hermann2020-10-071-0/+1
* Support 5.x style composite types in qmltypes filesUlf Hermann2020-10-071-1/+1
* qmllint: Read deprecated dependency specifications from qmltypes filesUlf Hermann2020-10-072-8/+42
* QmlCompiler: Use the declared typeinfos rather than the defaultUlf Hermann2020-10-075-2/+19
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-074-16/+55
* 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: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0636-213/+213
* 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
* QmlCompiler: Split importFileOrDirectory() in twoUlf Hermann2020-10-062-14/+12
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-061-1/+0
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-3/+7
* QmlCompiler: Add a source location to QQmlJSScopeUlf Hermann2020-10-051-0/+12
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-053-36/+38
* QmlCompiler: Wrap into Qt namespaceUlf Hermann2020-10-0515-0/+60
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-055-32/+32