aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-197-3/+125
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-15102-693/+886
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2016-12-091-1/+6
* | | | | | | | | | | | Add check in buffer creationJesus Fernandez2017-06-161-6/+9
* | | | | | | | | | | | Move default renderer selection from build to run timeSami Nurmenniemi2017-06-161-4/+7
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1510-31/+125
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Doc: add doc and snippet to model/view documentationNico Vertriest2017-06-132-16/+46
| * | | | | | | | | | | Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-132-0/+59
| * | | | | | | | | | | QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-12/+13
| * | | | | | | | | | | Don't detach temporary containerSérgio Martins2017-06-071-2/+2
| * | | | | | | | | | | Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+5
* | | | | | | | | | | | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-143-7/+5
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-078-99/+140
|\| | | | | | | | | |
| * | | | | | | | | | QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-022-0/+2
| * | | | | | | | | | Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-48/+54
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| | * | | | | | | | | | Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
| * | | | | | | | | | | Add sections and update purposes of featuresStephan Binner2017-05-301-14/+27
| * | | | | | | | | | | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
| * | | | | | | | | | | Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
* | | | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-0613-49/+104
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0613-49/+104
| |\| | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-1/+15
| | |\| | | | | | | | |
| | | * | | | | | | | | Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| | | * | | | | | | | | Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
| | * | | | | | | | | | Make all loaders synchronous in qquickdesigner support caseTim Jenssen2017-05-161-0/+8
| | * | | | | | | | | | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-1/+1
| | |/ / / / / / / / /
| | * | | | | | | | | 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
| | * | | | | | | | | Touch child mouse filtering: pass not grabbed points inside item boundsFrederik Gladhorn2017-05-071-1/+2
| | * | | | | | | | | Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-053-10/+10
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | 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
| | | * | | | | | | | | 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
| | |/ / / / / / / / /
| | * | | | | | | | | Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-034-5/+5
* | | | | | | | | | | Add Qt.platform.pluginName propertySami Nurmenniemi2017-06-061-0/+5
* | | | | | | | | | | Remove QQuickAnimatedImage::sourceSizeChangedAlbert Astals Cid2017-06-021-1/+0
* | | | | | | | | | | Revert "QQuickRectangle: Optimize setGradient"Robin Burchell2017-06-013-2/+24
|/ / / / / / / / / /
* | | | | | | | | | Add screen product informationPier Luigi Fiorini2017-05-233-0/+58
* | | | | | | | | | Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-193-0/+50
* | | | | | | | | | QSGContext: Remove some dead codeRobin Burchell2017-05-111-8/+0
* | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-02105-17/+269
|\| | | | | | | | |
| * | | | | | | | | ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
| * | | | | | | | | Add a method to query the scene graph backendMichael Brüning2017-04-274-0/+25
| * | | | | | | | | Run includemocs in qtdeclarativeThiago Macieira2017-04-26101-0/+184
| * | | | | | | | | Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14