summaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Remove qtwebbrowser submoduleJuho Annunen2018-05-071-4/+0
| | | | | | Task-number: QTBUG-62793 Change-Id: I3ef7323ebaed7b16014e139a5110f1784240520a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update qtwebbrowser submodule url.Gatis Paeglis2016-06-131-1/+1
| | | | | Change-Id: I7d4f81ee778e2254bda5ccbf78b6ea0de96bb2d5 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* add browser demoKatja Marttila2016-01-191-0/+4
| | | | | | | | | qtwebbrowser will be imported as submodule Change-Id: Iebbc9a66bcb74d730b1fb4ef7ed5938fc7e67542 Task-Id: QTRD-3794 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Add enterprise-kinectdatavis in tradeshow demosJocelyn Turcotte2015-01-261-0/+3
This is a small demo I did with feedback from the sales guys in Berlin. It's similar to the Kinect demo we had for 3D charts, except that it doesn't require complicated packages like OpenNI; only libfreenect to get the depth image. I only tested the demo on the imx6. The mesh processing of incoming frames is quite heavy so it might not work well on slower devices. The resolution can be tweaked with QQuickFreenectDepthDataProxy's width and height variables to change the resolution of the graph. It isn't in basicsuits since it require a Kinect to be of any value. Change-Id: I4b4619599842119e7d3e8ee130ece7244c0c645c Reviewed-by: Michal Klocek <michal.klocek@digia.com>