aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix some of the finer details with regards to CompletionsLars Knoll2018-06-217-34/+125
* | | | Exit test executable with failure if specified test functions are not foundKari Oikarinen2018-06-219-4/+276
* | | | Re-add support for --jit and --interpret to qmljsSimon Hausmann2018-06-211-0/+9
* | | | Move QtQuick.Shapes implementation to qtquickshapes, privately exportedPaolo Angelelli2018-06-2138-65/+200
* | | | Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-213-25/+25
* | | | Rework unwind handlingLars Knoll2018-06-2114-431/+350
* | | | Swap the order of protection for cache flushTuomas Heimonen2018-06-211-2/+2
* | | | Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-214-49/+21
* | | | Deliver QWheelEvent wrapped as QQuickPointerScrollEventShawn Rutledge2018-06-212-36/+41
* | | | Move wantsEventPoint() up from SinglePointHandler to QQPointerHandlerShawn Rutledge2018-06-205-7/+7
* | | | Add QQuickPointerScrollEvent as a wrapper for QWheelEventShawn Rutledge2018-06-202-0/+110
* | | | Add QQuickSinglePointEvent as intermed. base for QQMouseEvent and othersShawn Rutledge2018-06-202-124/+74
* | | | Fix non-initialized class memberJesus Fernandez2018-06-202-6/+5
* | | | Reduce warning frequency: missing point neither cancelled nor releasedShawn Rutledge2018-06-201-3/+8
* | | | tst_qquickpositioners::createView: replace qDebugs, fix warningShawn Rutledge2018-06-201-5/+11
* | | | macOS: tst_qquickpositioners::test_mirroring: use basic render loopShawn Rutledge2018-06-201-0/+4
* | | | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-1918-29/+58141
|\| | |
| * | | QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
| |/ /
| * | CMake: avoid x${var} tricksRolf Eike Beer2018-06-081-1/+1
| * | CMake: replace deprecated exec_program() with execute_process()Rolf Eike Beer2018-06-081-1/+1
| |/
| * Tooling: Fix integer range checksUlf Hermann2018-06-062-10/+5
| * Add changes file for Qt 5.9.6Antti Kokko2018-06-051-0/+43
| * Add changes file for Qt 5.9.5Antti Kokko2018-06-051-0/+69
| * Add binary compatibility files for Qt 5.11Milla Pohjanheimo2018-06-054-0/+57946
| * Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
| * Bump versionOswald Buddenhagen2018-05-311-1/+1
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-302-0/+24
| * Formals come after locals in the CallContextLars Knoll2018-05-292-4/+37
| * Fix a crash in the modulus operationLars Knoll2018-05-282-1/+11
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Ensure we read context properties before the global objectLars Knoll2018-06-177-16/+59
* | TableView: invalidate the table upon model changesRichard Moe Gustavsen2018-06-091-9/+2
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-096-33/+79
* | TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-092-10/+14
* | QQmlDelegateModelPrivate: refactor release()Richard Moe Gustavsen2018-06-091-17/+16
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-086-31/+62
* | TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-045-37/+145
* | QQmlDelegateModelAttached: factor out resetCurrentIndex()Richard Moe Gustavsen2018-06-042-8/+16
* | QQmlDelegateModel: factor out addCacheItem()Richard Moe Gustavsen2018-06-042-4/+9
* | Fix typoRainer Keller2018-06-041-1/+1
* | Show property name in error messageRainer Keller2018-06-042-2/+2
* | Rename SetExceptionHandler to SetUnwindHandlerLars Knoll2018-06-0410-27/+27
* | skip Symbol properties in for-in loopsLars Knoll2018-06-042-3/+2
* | Fix creation of object literalsLars Knoll2018-06-0413-209/+117
* | Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-045-20/+26
* | Fix remaining test failures with the ** operatorLars Knoll2018-06-043-4/+7
* | The length property of RegExp should be configurableLars Knoll2018-06-042-2/+1
* | TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-042-3/+7
* | Fix Object::defineAccessorPropertyLars Knoll2018-06-042-25/+16
* | Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-047-21/+48