summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/customproxy
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add section on running examples to example docsLeena Miettinen2016-11-021-1/+1
| | | | | | | | | | - Include examples-run.qdocinc from qtbase/doc/global. - Add section title to Audiolevels example docs. - Remove unnecessary leading paragraph from Custom Proxy example docs. - Remove information about running examples from Getting Started topic. Change-Id: I33e8189fa20bad38e52f424b0143b4031ad7872f Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Copyright file update to GPLMiikka Heikkinen2016-01-1210-90/+170
| | | | | Change-Id: Ib264fe1f2cd1589e2ba1ef2dc7d8f3951e125708 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
* Add a method for checking if context was successfully createdMiikka Heikkinen2015-12-302-1/+6
| | | | | | | | | | Now it is possible to check after graph construction if the graph is actually usable in environments where the OpenGL support might not be sufficient. Task-number: QTRD-3748 Change-Id: Ia68b4e51386859f6d0c7b09cb44e50a74730ca55 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
* Update license headersMiikka Heikkinen2015-10-2010-110/+140
| | | | | Change-Id: I0581aefcf9dabc64b05eb8c97b5b92da1fb26299 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
* Fix building against 5.6Miikka Heikkinen2015-06-173-3/+3
| | | | | | | | Apparently Qt modules are now required to use Q_SIGNALS and Q_SLOTS macros instead of 'signals' and 'slots' in headers. Change-Id: I4140b1fff4386d74bb371176919234366965e887 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
* Copyright header changesMika Salmela2015-04-1410-30/+30
| | | | | | | Copyright header changes for 5.5. Change-Id: I0361cfe1ebdb28955cb927700f14cf7b72694421 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Qt 5.5 fixesTomi Korpipää2015-02-231-0/+1
| | | | | Change-Id: I01260f9849340ea5cce2b5c00aa6c2c50192720c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Fix WinRT issues.Miikka Heikkinen2014-11-191-2/+2
| | | | | | | | | | Primary fix is to not use shared context in qml with WinRT, as that causes black screen. Also removed widget apps from build in WinRT. Change-Id: Id65ce90dbeb80442194ab838952e8cadc91135a6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Change copyright headers.Miikka Heikkinen2014-11-0710-70/+70
| | | | | | Change-Id: I453438fee92f18c983c1bef04c68b24a7ff72cf9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
* Added reflection to 2 examplesTomi Korpipää2014-08-262-1/+4
| | | | | | | | | Task-number: QTRD-3290 + changed the theme in texturesurface example Change-Id: I872ef7048e21c3bbf9daa0b2a620c9cdfe2256c8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Error out of building c++ examples in android or iosMiikka Heikkinen2014-03-121-0/+4
| | | | | Change-Id: I7aeb6d1d779e94997f81f62d19113d5f211d3801 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Example tweak Tomi Korpipää2014-03-041-1/+1
| | | | | | Change-Id: Ibecb504d6186a2e86ab4aa267785c46f752f335b Change-Id: Ibecb504d6186a2e86ab4aa267785c46f752f335b Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Clean up public API and includes usageMiikka Heikkinen2014-02-185-12/+12
| | | | | Change-Id: I20ba0ffafa6bbe22d624a15fe3046ef2e33ab6d7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix docs build after recent reordering of examplesMiikka Heikkinen2014-02-131-11/+11
| | | | | Change-Id: I6aef7c7f0857606a035f1302000408cb7d4a11c1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Get rid of applicationviewer generated filesMiikka Heikkinen2014-02-131-1/+3
| | | | | | | | 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-1314-0/+1080
Had to add one folder to the examples structure so installation works correctly. Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>