aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adapt to changes in QMetaSequenceInterface and iterablesUlf Hermann2020-09-251-7/+7
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-252-24/+15
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-251-4/+10
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-242-7/+3
* QQuickDrag: Do not crash when changing supportedActionsFabian Kosmale2020-09-231-0/+2
* QQmlTypeCompiler: Resolve aliases earlierFabian Kosmale2020-09-231-11/+12
* Condense the different value type creation functions into oneUlf Hermann2020-09-236-51/+26
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-234-51/+4
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-234-75/+1
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-237-123/+71
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-234-137/+93
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-234-99/+62
* Allow proper registration of value typesUlf Hermann2020-09-2315-286/+338
* Fix ubsan errorAllan Sandfeld Jensen2020-09-231-5/+9
* Map swap interval 0 to NoVSync with all the APIsLaszlo Agocs2020-09-232-2/+16
* Avoid crash when module version cannot be resolvedEskil Abrahamsen Blomfeldt2020-09-231-1/+5
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-231-1/+1
* QQmlPropertyCapture: Replace list with forward listFabian Kosmale2020-09-222-1/+11
* Fix compilation for OpenVG pluginEskil Abrahamsen Blomfeldt2020-09-2210-34/+30
* Replace QmlVoidT with std::void_tUlf Hermann2020-09-221-14/+11
* CMake: Install public qmake .prf files into the prefix mkspecs dirAlexandru Croitor2020-09-211-0/+9
* Doc: Update the depends listVenugopal Shivashankar2020-09-211-1/+1
* Handle QProperty inside bindingsFabian Kosmale2020-09-215-6/+74
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-218-14/+14
* Rename QQmlSequence to QV4SequenceUlf Hermann2020-09-213-72/+72