aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-034-5/+5
* Blacklist tst_qquickfocusscope::canvasFocus on macOS 10.11Tony Sarajärvi2017-05-021-0/+2
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-026-23/+65
* Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
* Polish the shared image providerEirik Aavitsland2017-04-2811-55/+163
* Blacklist tst_qquicktextinput on WindowsRobin Burchell2017-04-281-0/+3
* ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-2712-256/+220
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-2712-256/+220
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-185-157/+208
| | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-114-76/+2
| | * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
* | | Add a method to query the scene graph backendMichael Brüning2017-04-274-0/+25
* | | Fix calling of JS functions with more than 6 parameters from C++Simon Hausmann2017-04-271-1/+1
* | | Run includemocs in qtdeclarativeThiago Macieira2017-04-26192-0/+357
* | | Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
* | | Doc: correct reference to sectionNico Vertriest2017-04-261-2/+1
* | | Doc: correct link errorNico Vertriest2017-04-261-1/+1
* | | Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
* | | Doc: Update documentation for QML module definition fileVenugopal Shivashankar2017-04-261-29/+36
* | | Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
* | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-262-2/+28
* | | Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
* | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
* | | QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
* | | Rename macos blacklistings to osxTony Sarajärvi2017-04-241-3/+3
|/ /
* | QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
* | Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39