summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored enums zoom -> slice Tomi Korpipää2013-08-212-12/+12
* Implement selection label formattingMiikka Heikkinen2013-08-2111-88/+163
* Doc warning fixes Tomi Korpipää2013-08-204-4/+4
* Doc update: q3dscatterTomi Korpipää2013-08-209-100/+92
* Q3DScatter bug fix Tomi Korpipää2013-08-201-6/+0
* Shader incompatibility fix Tomi Korpipää2013-08-203-48/+48
* Doc update; q3dbars, q3dwindowTomi Korpipää2013-08-197-149/+130
* Small renderer and controller cleanups.Keränen Pasi2013-08-193-29/+14
* Cleanup of renderer base and subclasses.Keränen Pasi2013-08-196-139/+98
* Column origin changed; bottom right -> bottom left Tomi Korpipää2013-08-191-20/+18
* Changed default shadows to medium Tomi Korpipää2013-08-193-3/+3
* Shows the selected data point with red ball and value labelMika Salmela2013-08-167-11/+422
* Cleaning up renderer baseclass-subclass division.Keränen Pasi2013-08-166-25/+37
* Implement value axis label formatting.Miikka Heikkinen2013-08-162-70/+37
* Fix renderer initializationMiikka Heikkinen2013-08-162-0/+2
* Removed duplicate codeTomi Korpipää2013-08-166-72/+14
* Fixed zoomlevel cachingMiikka Heikkinen2013-08-1611-36/+17
* Bring drawer initialization to axis caches backMiikka Heikkinen2013-08-152-18/+3
* Support for setting axes in QML.Miikka Heikkinen2013-08-154-1/+8
* High aspect-ratio shadows fix Tomi Korpipää2013-08-154-13/+16
* Moved functions from specific controllers to abstract controllerTomi Korpipää2013-08-1512-374/+246
* Rearchitecting to ensure we transfer the data model to renderer in correct st...Keränen Pasi2013-08-1521-367/+740
* Enums moved to a class to be usable from QML and C++Tomi Korpipää2013-08-1433-306/+311
* Add missing methods to scatter proxy apiMiikka Heikkinen2013-08-148-15/+2
* Q3DBars: Shadow fix Tomi Korpipää2013-08-141-1/+3
* Refactoring function and enum namesTomi Korpipää2013-08-1317-88/+87
* Refactor QBarDataProxyMiikka Heikkinen2013-08-131-2/+4
* Copyright headers updated Tomi Korpipää2013-08-1341-1271/+330
* Const changes to public headers Tomi Korpipää2013-08-138-52/+50
* Add some missing data manipulation methods to bar proxyMiikka Heikkinen2013-08-135-1/+20
* Corrected includes of own public headersTomi Korpipää2013-08-125-9/+9
* Replaced sins and cos's with q -versionsTomi Korpipää2013-08-122-10/+10
* Bug fix: Label drawing for 0 -valued bars in slice view fixed Tomi Korpipää2013-08-121-2/+1
* Q3DScatter: Implemented viewing scatter chart from below Tomi Korpipää2013-08-122-10/+58
* Q3DScatter: Fixed uniform scaling Tomi Korpipää2013-08-121-35/+50
* Q3DScatter: Axes taken into use for lines and labelsTomi Korpipää2013-08-096-445/+466
* Refactor axes to use more properties in preparation of qml supportMiikka Heikkinen2013-08-092-10/+0
* Force segment counts to be at least 1Miikka Heikkinen2013-08-091-5/+5
* Changed "tick" to "segment"Miikka Heikkinen2013-08-0919-165/+165
* Value axis labels support for barchartMiikka Heikkinen2013-08-0912-36/+143
* Q3DScatter: Autoscaling finished Tomi Korpipää2013-08-083-15/+93
* Q3DScatter: Refactoring Tomi Korpipää2013-08-085-60/+20
* DeclarativeScatter example added Tomi Korpipää2013-08-082-60/+65
* Tickcount and both automatic and explicit range setting via axesMiikka Heikkinen2013-08-0812-213/+245
* DeclarativeScatter: First draftTomi Korpipää2013-08-071-0/+2
* Detects what point the user has clicked.Mika Salmela2013-08-0710-24/+255
* Fix for shadow angling bug Tomi Korpipää2013-08-073-29/+44
* Fix handleResize to use abstract versionMiikka Heikkinen2013-08-072-16/+6
* Implement axis caching to renderer.Miikka Heikkinen2013-08-0715-309/+477
* First set of common functionality moved to renderer base class.Keränen Pasi2013-08-069-215/+233