aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0691-955/+1422
|\
| * Fix compilation of QtScxmlLars Knoll2017-05-221-0/+4
| * Get rid of the MemoryManager pointer inside StringLars Knoll2017-05-195-14/+11
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-1921-94/+76
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-198-229/+114
| * Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-193-1/+15
| |\
| | * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-1/+15
| | |\
| | | * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| | | * Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
| * | | Optimize marking of prototypes in the InternalClass treeLars Knoll2017-05-192-17/+16
| * | | Give standard objects a bit more inline storage by defaultLars Knoll2017-05-191-1/+1
| * | | Optimize lookups in the internalClassLars Knoll2017-05-194-23/+47
| * | | Optimize lookups based on IC changesLars Knoll2017-05-193-24/+31
| * | | Move the prototype into the internal classLars Knoll2017-05-1916-118/+215
| * | | Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-1924-36/+81
| * | | Add support for storing the Vtable in the InternalClassLars Knoll2017-05-192-25/+59
| * | | Properly encapsulate all accesses to the vtableLars Knoll2017-05-194-15/+15
| * | | Add ICs for String, MemberData and ArrayDataLars Knoll2017-05-197-3/+18
| * | | Move the list of default internal classes into EngineBaseLars Knoll2017-05-1916-89/+97
| * | | Move the EngineBase class into it's own header fileLars Knoll2017-05-194-35/+101
| * | | Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-193-14/+9
| * | | Smaller cleanupsLars Knoll2017-05-191-22/+18
| * | | Optimizations to the generated byte codeLars Knoll2017-05-194-97/+10
| * | | Free up completely empty Chunks, and return the memory to the OSLars Knoll2017-05-192-9/+27
| |/ /
| * | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+1
| * | qmlcachegen: Fix MinGW developer buildFriedemann Kleint2017-05-162-1/+7
| * | Make all loaders synchronous in qquickdesigner support caseTim Jenssen2017-05-161-0/+8
| * | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-1/+1
| * | Disable loop peelingLars Knoll2017-05-121-1/+5
| * | Optimize Runtime::method_get/setElementLars Knoll2017-05-103-29/+83
| * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Frederik Gladhorn2017-05-1014-91/+151
| |\|
| | * Fix build on MIPS32Simon Hausmann2017-05-101-8/+0
| | * Update the alloca() support in QtQmlOswald Buddenhagen2017-05-103-45/+49
| | * Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
| | * Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-103-29/+52
| | * Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-2/+8
| | * Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-071-1/+4
| | * Touch child mouse filtering: pass not grabbed points inside item boundsFrederik Gladhorn2017-05-071-1/+2
| | * Prospective build fix for architectures where we don't support the JITSimon Hausmann2017-05-071-1/+7
| | * Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-055-18/+25
| | |\
| | * | qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
| | * | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
| * | | Remove the qqmldebugtrace benchmarkUlf Hermann2017-05-082-4/+0
| * | | Optimize other lookupsLars Knoll2017-05-084-24/+58
| * | | Re-add some inline property storageLars Knoll2017-05-0811-37/+206
| | |/ | |/|
| * | Fix crash in pre-cross-compiled ARMv7 code when host was 64-bitSimon Hausmann2017-05-041-8/+14
| * | Doc: fix some typos in qsgrenderer.cppJüri Valdmann2017-05-041-2/+2
| * | Doc: fix some typos in qsgnode.cppJüri Valdmann2017-05-041-6/+6
| * | Add missing breakThiago Macieira2017-05-041-0/+1
| * | Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-05-041-2/+2
| |/