aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
* QML Settings: fix JS array handlingJ-P Nurmi2017-05-191-3/+15
* QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-2/+3
* Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
* don't try to pull in the regular config headers when bootstrappingOswald Buddenhagen2017-05-192-8/+12
* Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
* Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* 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
|\
| * 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
* | qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
* | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
|/
* Add qtConfig(dlopen) check before adding libdlKimmo Ollila2017-05-042-2/+2
* 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
|/ /