aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in QSGAdaptationBackendDataFrederik Gladhorn2018-07-311-0/+7
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-313-10/+25
* Reduce memory usage when loading QML files from AOT generated cachesSimon Hausmann2018-07-311-8/+7
* Shrink CompiledData::Function by 8 bytesSimon Hausmann2018-07-312-9/+8
* Shrink CompiledData::Binding by 8 bytesSimon Hausmann2018-07-315-19/+46
* Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-3110-83/+83
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-3116-56/+76
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-305-224/+99
* Add support for @@unscopablesLars Knoll2018-07-302-20/+106
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-303-10/+49
* Clean up QQmlCustomParser APISimon Hausmann2018-07-3012-45/+45
* Add missing sizeof assertions to compiled data structuresSimon Hausmann2018-07-301-1/+6
* Shrink the size of CompiledData::Function by 16 bytesSimon Hausmann2018-07-302-14/+17
* Reduce the size of CompiledData::ObjectSimon Hausmann2018-07-301-7/+7
* Shrink function objects by 12 bytesSimon Hausmann2018-07-301-7/+7
* Add debug code for dumping unit statsSimon Hausmann2018-07-302-1/+34
* Fix AOT byte code generation of unary ops with constantsSimon Hausmann2018-07-302-3/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-302-0/+2
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-302-0/+2
| |\
| | * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| | * Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
| | * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
* | | QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-4/+19
* | | Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-301-5/+32
* | | QQmlAdaptorModel: prepare QQmlListProperty for delegate recyclingRichard Moe Gustavsen2018-07-301-1/+27
* | | QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-302-9/+17
* | | Qt Quick depends on gui moduleSamuli Piippo2018-07-301-1/+1
|/ /
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-273-7/+7
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-273-15/+18
* | Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-2721-114/+53
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-273-21/+32
* | Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-2615-116/+61
* | TapHandler docs: correct parent Item linksShawn Rutledge2018-07-261-6/+6
* | Flickable: never react to a QMouseEvent with no buttons pressedShawn Rutledge2018-07-261-1/+1
* | QQMultiPointHandler: don't respond to a QWheelEventShawn Rutledge2018-07-241-0/+3
* | Finish renaming pointDistanceThreshold to margin (including doc image)Shawn Rutledge2018-07-245-25/+25
* | Doc: bump import version to 2.12Shawn Rutledge2018-07-2411-27/+27
* | Make sure pressPosition and scenePressPosition are correctly initializedJan Arve Sæther2018-07-233-2/+10
* | Doc: revise TapHandler signal docs; parent not targetShawn Rutledge2018-07-231-25/+34
* | Fix unused variableJesus Fernandez2018-07-231-1/+0
* | Remove unused codeAlbert Astals Cid2018-07-233-540/+0
* | Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-225-83/+8
* | Tooling: Allow QML preview to change the languageUlf Hermann2018-07-206-2/+66
* | QML Preview: Remove RuntimeLocation from auto-blacklisted pathsUlf Hermann2018-07-201-1/+0
* | Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* | TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-192-1/+23
* | V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-47/+87
* | TapHandler: enforce drag threshold for timeHeld and longPressedShawn Rutledge2018-07-191-1/+6
* | Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-191-0/+2
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-196-77/+174