summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make examples work without needing to install the moduleMiikka Heikkinen2013-06-207-10/+14
* 3D bars renderer vs. controller split started.Keränen Pasi2013-06-209-2239/+2701
* 3DMaps QML api addedTomi Korpipää2013-06-205-26/+477
* Q3DMaps: Split startedTomi Korpipää2013-06-1914-1647/+2332
* Removed obsolete stuff Tomi Korpipää2013-06-194-28/+13
* CameraHelper made non-static to support multiple concurrent 3D views.Keränen Pasi2013-06-199-63/+99
* Restoring the proper Scene Graph GL state when shadows are active.Keränen Pasi2013-06-191-10/+13
* Q3DMaps: Shadows and selection fixed Tomi Korpipää2013-06-191-8/+4
* QML2 shadows fixed again Tomi Korpipää2013-06-194-23/+47
* Fixed depth buffer texture not destroyed when shadows are switched off.Keränen Pasi2013-06-192-4/+6
* Texture flipping implemented in code Tomi Korpipää2013-06-182-16/+16
* Convert mouse position from QML to Qt coordinatesTomi Korpipää2013-06-185-33/+44
* Reuse frame buffer objectsTomi Korpipää2013-06-184-46/+48
* Implemented passing of mouse events from QtQuick.Keränen Pasi2013-06-184-94/+119
* Fixed unnecessary re-creation of render node and buffers.Keränen Pasi2013-06-172-19/+25
* Passing QML ListModel to C++ QAbstractItemModel works partially Tomi Korpipää2013-06-176-17/+49
* Include fix Tomi Korpipää2013-06-1717-46/+45
* Fixed QML properties not updated and handling of depth FBO.Keränen Pasi2013-06-176-64/+98
* Rendering code placeholder added for 3D Bars.Keränen Pasi2013-06-1414-206/+310
* Renamed property correctly Tomi Korpipää2013-06-143-63/+64
* QML data api implementation started Tomi Korpipää2013-06-145-7/+57
* Too long lines divided Tomi Korpipää2013-06-144-25/+19
* Fixed initialisation order warnings in datavis3d and datavis3dqml2.Keränen Pasi2013-06-133-40/+119
* Renamed QTENTERPRISE_DATA.. -> QT_DATA.. Tomi Korpipää2013-06-1351-147/+141
* Removed invokables from C++ apiTomi Korpipää2013-06-139-74/+79
* Q3DBars: Removed obsolete constructor parametersTomi Korpipää2013-06-133-23/+17
* First step to separate render code from model.Keränen Pasi2013-06-1310-149/+168
* Merge remote-tracking branch 'origin/master' into develop Tomi Korpipää2013-06-1250-2663/+4541
|\
| * Documentation addedTomi Korpipää2013-06-1239-240/+1389
| * Refactoring commong 3d bars functionality to separate class, added QML classes.Keränen Pasi2013-06-1226-2763/+3409
| * QML2 Texture flipped correctly Tomi Korpipää2013-06-073-4/+15
| * QML2: Shadows now work Tomi Korpipää2013-06-075-23/+92
| * QML2 Q3DBars hardcoded h4x0r version implemented Tomi Korpipää2013-06-067-87/+91
* | QML2 Q3DBars hardcoded h4x0r version implementedTomi Korpipää2013-06-067-87/+91
|/
* Q3DBars: Background disabling finalized Tomi Korpipää2013-06-0612-3/+1688
* Added API for disabling/enabling background Tomi Korpipää2013-06-066-1/+32
* Changed some invokables to properties in Q3DMaps Tomi Korpipää2013-06-058-105/+327
* Added a DeclarativeBars classTomi Korpipää2013-06-0510-115/+296
* Mac / linux fixes + other tweaksTomi Korpipää2013-06-047-28/+100
* Fixed examples.pri to copy the right dynamic library also on a MacKeränen Pasi2013-06-031-1/+8
* Added a scene graph node to do the renderingTomi Korpipää2013-06-035-7/+218
* Qml: Changed some invokables to properties Tomi Korpipää2013-05-316-20/+148
* Qml2 example added, no real functionality yetTomi Korpipää2013-05-3115-22/+488
* QML2 support added (draft) Tomi Korpipää2013-05-306-69/+73
* QTCOMMERCIAL -> QTENTERPRISETomi Korpipää2013-05-3045-119/+207
* Shaders renamed to use correct file name extensions Tomi Korpipää2013-05-3023-38/+20
* Preliminary qtquick2 support structure addedTomi Korpipää2013-05-307-1/+267
* Q3DBars: Fixed shadows for negative valued bars Tomi Korpipää2013-05-291-12/+11
* Camera presets added for viewing the graph below Tomi Korpipää2013-05-293-3/+32
* Q3DBars: tick lines are drawn for negative values Tomi Korpipää2013-05-291-3/+8