aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix locals register allocation on ARM when cross-compilingSimon Hausmann2017-04-061-1/+1
* | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-065-423/+544
* | Fix double conversion code generation when cross-compilingSimon Hausmann2017-04-062-7/+15
* | Fix shadow stack space handling when cross-compilingSimon Hausmann2017-04-061-7/+1
* | Use new ImageProviderWithOptions also for sync image loadingEirik Aavitsland2017-04-064-6/+17
* | Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-062-1/+2
* | Fix architecture selection when cross-compiling cache filesSimon Hausmann2017-04-061-4/+4
* | Fix engine parameter passing when cross-compilingSimon Hausmann2017-04-061-1/+1
* | Fix loading of strings when cross-compiling from 64-bit host to 32-bitSimon Hausmann2017-04-061-1/+1
* | QQuickParticleSystem: Fix crash when an Affector diesMartin T. H. Sandsmark2017-04-051-4/+10
* | Fix crash in QQuickPixmapReader & friendsAlbert Astals Cid2017-04-051-9/+9
* | Fix build without features.sqlTasuku Suzuki2017-04-051-1/+1
* | Make scaled image size calculation available to image providersEirik Aavitsland2017-04-053-26/+41
* | Remove revision from Drag.imageSource propertyPaolo Angelelli2017-04-051-1/+1
* | Fix build without features.systemsemaphoreTasuku Suzuki2017-04-051-1/+1
* | Make QQuickWidget cleanup work with engines that alter the contextLaszlo Agocs2017-04-041-0/+10
* | Don't waste CPU cycles when checking whether a breakpoint is activeLars Knoll2017-04-041-5/+6
* | Fix warning for -no-feature-settingsStephan Binner2017-04-041-0/+2
* | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | Doc: remove const from QQmlListProperty getterMitch Curtis2017-04-032-2/+2
* | Fix Clang warning about member in template class not definedThiago Macieira2017-04-032-3/+3
* | Fix compilation with the Intel compilerThiago Macieira2017-04-031-1/+1
* | Fix build without features.animationTasuku Suzuki2017-04-033-3/+15
* | V4: Set correct source locations for jumps out of conditionalsv5.9.0-beta1Ulf Hermann2017-03-311-8/+29
* | Fix QQuickCanvasItem::toImage() high-DPI captureMorten Johan Sørvig2017-03-312-8/+11
* | Simplify shortcut override handlingJoerg Bornemann2017-03-311-45/+1
* | Qml Debugger: Make sure all objects have a typeUlf Hermann2017-03-311-12/+1