aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-031-0/+5
* Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-034-5/+5
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-022-23/+30
* Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
* Polish the shared image providerEirik Aavitsland2017-04-287-54/+46
* 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-279-250/+197
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-279-250/+197
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-183-157/+184
| | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-113-70/+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-26186-0/+346
* | | 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-261-2/+9
* | | 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
|/ /
* | QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
* | Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
* | Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7
* | Fix build without features.qml-interpreterTasuku Suzuki2017-04-212-14/+17
* | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-2010-2/+23
* | QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+4
* | Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* | Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
* | QQuickShortcut: Initialize idRobin Burchell2017-04-191-0/+1
* | Fix warning for -no-feature-cursorStephan Binner2017-04-181-0/+2
* | Fix warning for -no-feature-desktopservicesStephan Binner2017-04-181-0/+1
* | Fix warning for -no-feature-shortcutStephan Binner2017-04-181-0/+2
* | QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-04-181-3/+11
* | QQuickText: optimize updateLayout()Anton Kudryavtsev2017-04-181-8/+2
* | Doc: Fix property name from "url" to "source"Leena Miettinen2017-04-121-1/+1
* | Doc: Write URL in capital letters in textLeena Miettinen2017-04-121-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1115-50/+67
|\|
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-106-39/+27
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-096-4/+7
| * Add missing override specifiersChristian Strømme2017-04-031-10/+10
| * Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-03-281-6/+10
| * Fix build with GCC 7Marc Mutz2017-03-221-0/+7
| * Fix touch event delivery in childMouseEventFilterFrederik Gladhorn2017-03-161-1/+16
* | Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1