aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-106-3/+8
* QtQuick scene graph: fix text native renderingOleg Yadrov2017-03-092-0/+151
* Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-093-7/+19
* Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-092-3/+3
* Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-1/+3
* Doc: Remove mentioning of non-existing setContents methodKai Koehne2017-03-071-1/+1
* Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-073-8/+10
* Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-5/+5
* Revert "QQuickAnimatorProxyJob: make sure to stop when detached from a window"Liang Qi2017-03-071-7/+1
* Fix qmlcachegen command line parametersSimon Hausmann2017-03-072-10/+5
* Fix restoring IR from cache filesSimon Hausmann2017-03-061-1/+16
* QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-03-061-1/+7
* Allow import static plugins even when library feature is disabledKimmo Ollila2017-03-031-34/+5
* Fix build in clang5.0Jesus Fernandez2017-03-021-0/+2
* When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-2/+7
* Fix memory leak in QQDMIncubationTask::statusChangedAlbert Astals Cid2017-03-011-4/+3
* Software: Flush whole window on Expose eventAndy Nichols2017-02-282-4/+7
* OpenVG: Fix glyph cache to actually ref countAndy Nichols2017-02-282-13/+15
* Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-1/+1
* V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+6
* Ensure mouse ungrab is called when touch is also trueMichael Dippold2017-02-281-4/+4
* winrt: Switch to always use VirtualAllocFromAppMaurice Kalinowski2017-02-281-52/+22
* winrt: Fix application startupMaurice Kalinowski2017-02-281-6/+13
* Doc: minor language correctionsNico Vertriest2017-02-271-2/+2
* Fix old QML compiler buildsSimon Hausmann2017-02-271-1/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-2440-169/+391
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2440-169/+391
| |\
| | * 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