summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/bars3drenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Module renamedTomi Korpipää2013-09-101-1828/+0
* New 3D scene for lights and camera setup for input handlers.Keränen Pasi2013-09-101-55/+66
* Fixed various issuesHeikkinen Miikka2013-09-051-0/+3
* Fixed grid line shader issue Tomi Korpipää2013-09-041-58/+59
* Rename axes to avoid conflicts with ChartsMiikka Heikkinen2013-09-041-1/+1
* Removed the unused renderer pointer from render itemsMiikka Heikkinen2013-09-041-6/+1
* Fixed issues from Improve examples taskTomi Korpipää2013-09-031-1/+1
* Fixed general issues from Improve examples task Tomi Korpipää2013-09-021-8/+23
* Removed margins from bars floor Tomi Korpipää2013-09-021-12/+12
* Option for softer shadows addedTomi Korpipää2013-09-021-4/+36
* Rename "3d" -> "3D" in class names.Miikka Heikkinen2013-08-301-45/+45
* Fix crash when resetting axesMiikka Heikkinen2013-08-291-4/+12
* Make axes ownership more usefulMiikka Heikkinen2013-08-291-1/+4
* OpenGL ES2 compilation fix Tomi Korpipää2013-08-281-0/+2
* Auto-adjusting shadow quality fixed Tomi Korpipää2013-08-271-1/+3
* Add selection signaling for scatterMiikka Heikkinen2013-08-271-19/+19
* Renderer cleanup Tomi Korpipää2013-08-261-4/+0
* Selection improvements for bars:Miikka Heikkinen2013-08-221-45/+59
* Shadows after slice resize fix Tomi Korpipää2013-08-221-0/+4
* Selection failure fix Tomi Korpipää2013-08-221-0/+4
* Fixed label drawing order issue Tomi Korpipää2013-08-221-82/+70
* Tweaked slice view lighting Tomi Korpipää2013-08-221-11/+5
* Refactored enums zoom -> slice Tomi Korpipää2013-08-211-11/+11
* Implement selection label formattingMiikka Heikkinen2013-08-211-39/+35
* Doc update; q3dbars, q3dwindowTomi Korpipää2013-08-191-5/+8
* Cleanup of renderer base and subclasses.Keränen Pasi2013-08-191-51/+4
* Column origin changed; bottom right -> bottom left Tomi Korpipää2013-08-191-20/+18
* Changed default shadows to medium Tomi Korpipää2013-08-191-1/+1
* Cleaning up renderer baseclass-subclass division.Keränen Pasi2013-08-161-6/+3
* Removed duplicate codeTomi Korpipää2013-08-161-34/+4
* Fixed zoomlevel cachingMiikka Heikkinen2013-08-161-6/+0
* High aspect-ratio shadows fix Tomi Korpipää2013-08-151-4/+3
* Moved functions from specific controllers to abstract controllerTomi Korpipää2013-08-151-17/+7
* Rearchitecting to ensure we transfer the data model to renderer in correct st...Keränen Pasi2013-08-151-90/+35
* Enums moved to a class to be usable from QML and C++Tomi Korpipää2013-08-141-48/+53
* Add missing methods to scatter proxy apiMiikka Heikkinen2013-08-141-2/+0
* Q3DBars: Shadow fix Tomi Korpipää2013-08-141-1/+3
* Refactoring function and enum namesTomi Korpipää2013-08-131-14/+14
* Refactor QBarDataProxyMiikka Heikkinen2013-08-131-2/+4
* Copyright headers updated Tomi Korpipää2013-08-131-31/+8
* Add some missing data manipulation methods to bar proxyMiikka Heikkinen2013-08-131-1/+1
* Bug fix: Label drawing for 0 -valued bars in slice view fixed Tomi Korpipää2013-08-121-2/+1
* Changed "tick" to "segment"Miikka Heikkinen2013-08-091-3/+3
* Value axis labels support for barchartMiikka Heikkinen2013-08-091-22/+77
* Tickcount and both automatic and explicit range setting via axesMiikka Heikkinen2013-08-081-141/+127
* Fix for shadow angling bug Tomi Korpipää2013-08-071-11/+13
* Fix handleResize to use abstract versionMiikka Heikkinen2013-08-071-0/+5
* Implement axis caching to renderer.Miikka Heikkinen2013-08-071-40/+28
* First set of common functionality moved to renderer base class.Keränen Pasi2013-08-061-160/+36
* Started implementing renderer base class.Keränen Pasi2013-08-051-2/+1