summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurfacelayers
Commit message (Collapse)AuthorAgeFilesLines
* MSAA support added to QMLTomi Korpipää2014-02-201-11/+25
| | | | | Change-Id: I64258705e4423b2762aeff28c3eafd6bdf5d34e9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Layer update to qmlsurfacelayers Tomi Korpipää2014-02-192-0/+0
| | | | | | | | Files were missing from previous commit Change-Id: I4ba749ba5963f8fce6c13f36218a083a9cc51bb9 Change-Id: I4ba749ba5963f8fce6c13f36218a083a9cc51bb9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Qmlsurfacelayers checkbox order changed Tomi Korpipää2014-02-191-8/+8
| | | | | | Change-Id: Ib547cc541a450e15df36de34623d7042c8b69712 Change-Id: Ib547cc541a450e15df36de34623d7042c8b69712 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix scene coordinates in qml indirect renderingMiikka Heikkinen2014-02-191-3/+3
| | | | | | | | | | | +Rename enums +Remove unnecessary update loop +Fudge qmlmultigraphs example data so that shadows are not borked in bar graph +Remove unnecessary border from around buttons in qmlmultigraphs Change-Id: I6c24f33912d29b7954c82f17becd342aea66b0e1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Crash fixTomi Korpipää2014-02-181-0/+23
| | | | | | | | Also fixes messing up the quick controls when switching between rendering modes. Change-Id: I8c383ee948b0ba363d09a93b35f14028702296d3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix docs build after recent reordering of examplesMiikka Heikkinen2014-02-131-7/+7
| | | | | Change-Id: I6aef7c7f0857606a035f1302000408cb7d4a11c1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Get rid of applicationviewer generated filesMiikka Heikkinen2014-02-137-320/+8
| | | | | | | | These tamper with examples installation, which we do not want. Change-Id: Ibc81a5fe3323c2c831f21cdea94d941704abc641 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix examples installationMiikka Heikkinen2014-02-1315-0/+753
Had to add one folder to the examples structure so installation works correctly. Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>