aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Doc: Removed non-working reimplementation suggestionsChristoph Sterz2017-03-152-8/+5
* Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
* Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36
* Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-138-23/+29
* Fix accidental assignment in assertionSimon Hausmann2017-03-131-1/+1
* JS: Fix 0 == -0Erik Verbruggen2017-03-081-0/+2
* QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
* Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
* Fix build for -no-feature-quick-pathStephan Binner2017-02-271-0/+1
* Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-275-2/+18
* Add feature.qml-profiler with extended build dependenciesStephan Binner2017-02-241-0/+13
* Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
* Fix build for -no-feature-quick-spriteStephan Binner2017-02-221-1/+3
* Fix build without features.cursorStephan Binner2017-02-201-2/+4
* Shaders: Fix crash when disconnecting shaders from item propertiesErik Verbruggen2017-02-151-3/+7
* Finish sentence properly in documentationFrederik Schwarzer2017-02-151-1/+1
* Minor wording issues and typo fixes in docsFrederik Schwarzer2017-02-153-4/+4
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-5/+10
* Improve QQuickAsyncImageProvider exampleAlbert Astals Cid2017-02-081-0/+4
* Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-081-1/+4
* QQuickMouseArea: only start pressAndHoldTimer for accepted eventsRichard Moe Gustavsen2017-02-061-1/+2
* Implement QAccessibleQuickWindow::focusChildFrederik Gladhorn2017-02-062-0/+9
* Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-044-67/+104
* MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-031-7/+18
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-021-2/+2
* Prevent propagating results of a phi node into another phi nodeErik Verbruggen2017-02-011-8/+37
* Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-012-5/+5
* Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-013-1/+10
* fix memory leak in QQuickWindowPrivate::deliverTouchAsMouseShawn Rutledge2017-02-011-7/+7
* Doc: Improve introduction to Qt Quick SceneGraph RendererKai Koehne2017-02-011-9/+5
* Fix -no-qmldebug debug build with MSVCKai Koehne2017-02-014-10/+15
* Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-313-9/+11
* Doc: Fix documentation warningsTopi Reinio2017-01-306-16/+28
* Fix build without animation by disabling quickTasuku Suzuki2017-01-301-1/+1
* QQmlTypeCompiler: Fix read after free in tst_qqmllanguageRobin Burchell2017-01-281-2/+1
* Mention that QVariantList is also a supported model typeKavindra Palaraja2017-01-281-6/+16
* Doc: reinserted hello.qml which had been deleted by mistakeNico Vertriest2017-01-272-1/+77
* Fix build without features.temporaryfileTasuku Suzuki2017-01-271-0/+5
* remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-261-2/+0
* Fix build without qml-debugTasuku Suzuki2017-01-241-1/+1
* Fix build without features.localserverTasuku Suzuki2017-01-231-2/+2