aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Run GC between different benchmark runsLars Knoll2017-05-191-0/+3
|/ /
* | Revert "Blacklist tst_qquickwindow::attachedProperty on macOS 10.11"Tony Sarajärvi2017-05-191-2/+0
* | Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-173-0/+33
* | qmlcachegen: Fix MinGW developer buildFriedemann Kleint2017-05-162-1/+7
* | Revert "Blacklist tst_qquickwindows::requestActivate in macOS 10.11"Tony Sarajärvi2017-05-161-2/+0
* | Make all loaders synchronous in qquickdesigner support caseTim Jenssen2017-05-161-0/+8
* | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-152-1/+12
* | Disable loop peelingLars Knoll2017-05-121-1/+5
* | Optimize Runtime::method_get/setElementLars Knoll2017-05-103-29/+83
* | Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Frederik Gladhorn2017-05-1018-97/+176
|\ \
| * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Frederik Gladhorn2017-05-1018-97/+176
| |\|
| | * 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-104-32/+55
| | * Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-102-5/+8
| | * Fix build of tst_qqmlengineSzabolcs David2017-05-091-0/+1
| | * Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-073-1/+25
| | * 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-056-20/+25
| | |\
| | * | qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
| | * | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
* | | | Bump versionOswald Buddenhagen2017-05-101-1/+1
* | | | Remove unused variableFrederik Gladhorn2017-05-101-1/+0
|/ / /
* | | Disable particle benchmarksErik Verbruggen2017-05-102-2/+4
* | | Fix qml file loading for tst_affectorsErik Verbruggen2017-05-102-5/+9
* | | Remove the qqmldebugtrace benchmarkUlf Hermann2017-05-084-99/+0
* | | Fix benchmark: remove benchmarks containing old v8 referencesErik Verbruggen2017-05-082-89/+2
* | | Optimize other lookupsLars Knoll2017-05-084-24/+58
* | | Re-add some inline property storageLars Knoll2017-05-0811-37/+206
* | | Fix build of animation benchmarkErik Verbruggen2017-05-051-0/+5
* | | Another benchmark fixErik Verbruggen2017-05-052-1/+3
| |/ |/|
* | Remove unneeded BLACKLIST of tst_qquickapplicationTony Sarajärvi2017-05-051-2/+0
* | 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
|/
* Remove invalid QObject::connect callJoerg Bornemann2017-05-041-1/+0
* Remove outdated QJSValue benchmarkErik Verbruggen2017-05-045-114/+2
* Fix a QJSValue benchmarkErik Verbruggen2017-05-042-2/+2
* Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-042-2/+2
* Fix licensingJani Heikkinen2017-05-0417-1616/+154
* QV4BooleanObject: Avoid GC'd allocations when calling toString()Robin Burchell2017-05-031-1/+1
* Fix ARM64 code generationSimon Hausmann2017-05-031-5/+5
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-032-0/+17
* Doc: make screen xmlhttprequest compatible with DesignerNico Vertriest2017-05-036-40/+150