aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Doc: added snippets to Extension Objects ExampleNico Vertriest2017-03-131-9/+9
* Fix caching of QML singleton typesSimon Hausmann2017-03-133-2/+89
* 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-062-3/+6
* Fix building with -no-feature-processUlf Hermann2017-03-024-5/+8
* 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-242-1/+14
* Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
* Fix build for -no-feature-quick-spriteStephan Binner2017-02-221-1/+3
* Flip a broken qtConfig conditionJake Petroules2017-02-221-1/+1
* Do not build qmlplugindump for -no-feature-regularexpressionStephan Binner2017-02-211-1/+5
* 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
* Binary compatibility files for qtdeclarative (5.8.0)Milla Pohjanheimo2017-02-154-0/+56517
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-083-5/+55
* Improve QQuickAsyncImageProvider exampleAlbert Astals Cid2017-02-082-8/+12
* Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-083-1/+37
* 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-045-67/+196
* MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-033-7/+72
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-023-13/+54
* 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
* Fix typo in qmlplugindump error messagePeter Varga2017-01-311-1/+1
* Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-313-9/+11
* qmlplugindump: add -qapp optionMarco Benelli2017-01-312-7/+30
* Tools: Add product name, version and description to the .pro filesFriedemann Kleint2017-01-3111-0/+99
* Doc: Fix documentation warningsTopi Reinio2017-01-306-16/+28