aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QmlCompiler: Rename QmlJSTypeReaderUlf Hermann2020-10-055-14/+14
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-054-24/+24
* QmlCompiler: Rename QmlStreamWriterUlf Hermann2020-10-058-29/+29
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-054-14/+14
* QmlCompiler: Rename ImportedMembersVisitorUlf Hermann2020-10-055-18/+18
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-059-45/+45
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-0513-107/+106
* Long live libQtQmlCompiler!Ulf Hermann2020-10-0526-11/+2799
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-054-8/+11
* testlib: Remove the deprecated MouseDoubleClick() methodShawn Rutledge2020-10-051-35/+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
* PathView: stop using QQWindowPriv::cloneMouseEvent; refactor filteringShawn Rutledge2020-10-022-60/+50
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-0/+13
* 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
* CMake: Fix framework buildsAlexandru Croitor2020-09-291-1/+1
* QQItemPriv::localizedTouchEvent: don't skip parents of passive grabbersShawn Rutledge2020-09-281-0/+12
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-2811-24/+24
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Export QQmlLocale symbolsVolker Hilsheimer2020-09-281-4/+4
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-263-34/+44
* QQuickTextControl: Adapt to API change for retrieveData()Ulf Hermann2020-09-252-2/+2