summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Theme moved to it's own class Tomi Korpipää2013-04-121-4/+4
| | | | | | | Change-Id: Ib5888622f94b163fb9bda97ceb5339e88a9497ae Change-Id: Ib5888622f94b163fb9bda97ceb5339e88a9497ae Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Texture stuff added (lots of test hacks still included, to be removed)Tomi Korpipää2013-04-111-1/+2
| | | | | Change-Id: Ib6a68df778970a3339ed16cd579f0bd9fa411e0b Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Coding style changes Tomi Korpipää2013-04-091-1/+2
| | | | | | | | Added initial version of value printing for zoom view (does not align correctly on all cases yet) Change-Id: I2d66037d92b3397045ec617b7fd8d495cd3c6d6a Change-Id: I2d66037d92b3397045ec617b7fd8d495cd3c6d6a Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Keep selection highlighted in overview when zoomed Tomi Korpipää2013-04-091-1/+4
| | | | | | Change-Id: Ib5129ad1807e5b5362e63c0f5d7c25eed58e3292 Change-Id: Ib5129ad1807e5b5362e63c0f5d7c25eed58e3292 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Moved text printing to Utils -class Tomi Korpipää2013-04-092-174/+174
| | | | | | | | Fixed examples Change-Id: Idfb0eb511cb03ac4f038c957f0b93bb5736e6b05 Change-Id: Idfb0eb511cb03ac4f038c957f0b93bb5736e6b05 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Disallowed rotating the zoom sceneTomi Korpipää2013-04-091-1/+1
| | | | | Change-Id: I540a7718eb7652069eabb60747098001d79d6914 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* First draft of zooming to selected row or column Tomi Korpipää2013-04-091-0/+6
| | | | | | | | Changed scene rotation to right mouse button Change-Id: I9a9b2f1d2416d4cb1467b87ce5b414c137e1f376 Change-Id: I9a9b2f1d2416d4cb1467b87ce5b414c137e1f376 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* QData -classes taken into use Tomi Korpipää2013-04-051-2/+2
| | | | | | Change-Id: I9c95d9d934268d073399d7ce1c3edbf2ae203c64 Change-Id: I9c95d9d934268d073399d7ce1c3edbf2ae203c64 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Added data set classes for easier data insertionTomi Korpipää2013-04-055-246/+394
| | | | | | | | | | Note: Not taken fully into use yet. Moved rainfall chart into it's own example. Added usage of data set classes to barchart Fixed a crash in case a row contains less data than sample space assumes Change-Id: I73f12de0214fe594d9054028da88b7280213fdd6 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Added a data item classTomi Korpipää2013-04-041-13/+258
| | | | | | | Changed barchart example to use actual data Change-Id: Id19166e3b21877550b7be3cfd2260b57873adb24 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Added API call for changing themeTomi Korpipää2013-03-261-3/+32
| | | | | Implemented preliminary themes Added theme usage to example
* Added API for preset camera positionsTomi Korpipää2013-03-261-16/+46
| | | | | Added utilization of presets to example Made some mac fixes
* Moved object loading into a helper class that can be used by others ↵Tomi Korpipää2013-03-252-2/+13
| | | | | | visualization types as well Changed the look of spectrum demo a bit
* Highlighting made modifiable via APITomi Korpipää2013-03-182-2/+6
|
* Fixed lighting problems by moving all objects to positive z axisTomi Korpipää2013-03-151-3/+5
|
* Linux compilation fix for barchart exampleTomi Korpipää2013-03-151-2/+3
| | | | Tweaks
* Added a separate shader for backgroundTomi Korpipää2013-03-122-13/+47
| | | | | Added api call for setting color scheme Added api call to set whole data set at once
* Setting camera position added to bars apiTomi Korpipää2013-03-111-7/+7
| | | | Added another fragment shader
* Spectrum example now loops through sound files endlesslyTomi Korpipää2013-03-1112-104/+46
|
* Initial version of spectrum analyzer example with 3d barsTomi Korpipää2013-03-0874-2/+10857
|
* Added "using namespace" and comments to barchart exampleTomi Korpipää2013-03-081-12/+19
|
* Initial version of QtDataVis3DTomi Korpipää2013-03-074-0/+172
Includes: - initial version of q3dbars - an example using it