aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix import of precompiled .js filesSimon Hausmann2018-07-313-2/+80
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-3122-67/+88
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-306-248/+99
* Add support for @@unscopablesLars Knoll2018-07-303-31/+106
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-304-29/+50
* Clean up QQmlCustomParser APISimon Hausmann2018-07-3014-58/+58
* 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-306-10/+14
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-306-10/+14
| |\
| | * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| | * Examples: Remove the metadata from some docs screen shotsAlessandro Portale2018-07-275-0/+0
| | * Doc: Fix broken link targetsPaul Wicking2018-07-252-5/+6
| | * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
| | * tst_qmldiskcache: speed up testThiago Macieira2018-07-221-1/+7
| | * photoviewer: Use QLocale::uiLanguages() for finding translationsKai Koehne2018-07-181-1/+1
* | | QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-302-5/+20
* | | Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-303-6/+62
* | | 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-274-20/+28
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-277-15/+304
* | Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-2721-114/+53
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-275-21/+82
* | 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
* | Remove invalid CONFIG optionKevin Krammer2018-07-251-1/+1
* | Unit test to check for property requirements of registered QML typesKevin Krammer2018-07-253-0/+211
* | 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
* | tst_qquicktableview: check size hint for row/column, not implicit sizeRichard Moe Gustavsen2018-07-211-10/+16
* | Tooling: Allow QML preview to change the languageUlf Hermann2018-07-208-2/+75
* | QML Preview: Remove RuntimeLocation from auto-blacklisted pathsUlf Hermann2018-07-201-1/+0
* | Avoid potential race condition in qqmldebugjs testUlf Hermann2018-07-201-5/+13
* | tst_qquickwindow::constantUpdatesOnWindow: Verify that window was exposedTor Arne Vestbø2018-07-201-1/+1
* | Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* | tst_qquicktableview: don't set column count to 0Mitch Curtis2018-07-191-3/+1
* | TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-192-1/+23