aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Long live libQtQmlCompiler!Ulf Hermann2020-10-0546-131/+146
* 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