aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix lineedit exampleUlf Hermann2020-10-051-1/+1
* qmllint: Mark anchors3.qml as dirtyUlf Hermann2020-10-053-3/+7
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-051-2/+2
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-054-8/+11
* testlib: Remove the deprecated MouseDoubleClick() methodShawn Rutledge2020-10-052-40/+0
* Fix compiler warningPaul Olav Tvete2020-10-051-1/+1
* QQmlProperty::write: historical reason does not hold in Qt 6Fabian Kosmale2020-10-031-6/+0
* Make sure beforeFrameBegin-afterFrameEnd always come in pairsLaszlo Agocs2020-10-021-1/+4
* Remove obsolete autotest caseLaszlo Agocs2020-10-021-28/+0
* PathView: stop using QQWindowPriv::cloneMouseEvent; refactor filteringShawn Rutledge2020-10-022-60/+50
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-026-40/+28
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-025-37/+23
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-027-87/+155
* qmllint: Remove ComponentVersionUlf Hermann2020-10-0210-166/+28
* qmllint: Remove ScopeTree::isVisualRootScope()Ulf Hermann2020-10-023-16/+8
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-026-49/+51
* qmllint: Don't use C++ names of QML typesUlf Hermann2020-10-024-42/+27
* qmllint: Remove exportedQmlNames from import resultsUlf Hermann2020-10-024-42/+32
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-025-49/+55
* tools: Remove QmlJSImporter::m_currentDirUlf Hermann2020-10-023-11/+9
* Move the import handling code out of qmllintUlf Hermann2020-10-029-342/+431
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-026-11/+31
* qmllint: Ignore grouped properties againUlf Hermann2020-10-026-13/+70
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-0217-477/+337
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-0212-339/+343
* TestCase.qml: make mouseMove(item) move to the center of the itemShawn Rutledge2020-10-021-3/+10
* skip tst_QQuickMouseArea::nestedEventDelivery on macOSShawn Rutledge2020-10-021-0/+3
* Update dependencies on 'dev' in qt/qtdeclarativev6.0.0-alpha1Qt Submodule Update Bot2020-09-291-2/+2
* CMake: Fix framework buildsAlexandru Croitor2020-09-291-1/+1
* QQItemPriv::localizedTouchEvent: don't skip parents of passive grabbersShawn Rutledge2020-09-281-0/+12
* qmllint: Consistently spell "Warning"Ulf Hermann2020-09-282-3/+3
* qmllint: Make imports localUlf Hermann2020-09-286-99/+169
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-2813-27/+27
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-283-14/+26
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-09-281-1/+1
* Export QQmlLocale symbolsVolker Hilsheimer2020-09-281-4/+4
* Blacklist a few more on macOSShawn Rutledge2020-09-264-0/+10
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-2611-76/+50
* qmllint: Use a hash for scripts read from qmldir filesUlf Hermann2020-09-252-5/+5
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-257-42/+63
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-254-44/+79
* cmake: enable colorresolving benchmarkFabian Kosmale2020-09-252-1/+29
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-09-251-2/+2
* Blacklist various failing testsShawn Rutledge2020-09-256-0/+23
* QQuickTextControl: Adapt to API change for retrieveData()Ulf Hermann2020-09-252-2/+2
* Adapt to changes in QMetaSequenceInterface and iterablesUlf Hermann2020-09-251-7/+7
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-256-28/+38
* ScopeTree: Remove the "name" propertyUlf Hermann2020-09-255-23/+25
* qmllint: Clarify the meaning of the various names a scope can haveUlf Hermann2020-09-255-21/+25
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-254-13/+13