summaryrefslogtreecommitdiffstats
path: root/src/datavis3d
Commit message (Expand)AuthorAgeFilesLines
* Shadow mapping implementationTomi Korpipää2013-05-0810-105/+136
* Added depth texture support to drawObject Tomi Korpipää2013-05-073-61/+25
* Shadow mapping implementation draft Tomi Korpipää2013-05-0714-35/+440
* Q3DMaps: Value application dimension changing added to example Tomi Korpipää2013-05-036-1/+2552
* Q3DMaps: Label updating after changes doneTomi Korpipää2013-05-036-8/+11
* Selection label position bug fix Tomi Korpipää2013-05-031-15/+12
* Bug fix Tomi Korpipää2013-05-031-2/+4
* Q3DBars: Bug fix (compilation error if DISPLAY_FULL_DATA_ON_SELECTION was not...Tomi Korpipää2013-05-031-1/+1
* Q3DMaps: Added support for visualizing value in selected dimensionTomi Korpipää2013-05-034-84/+203
* Bug fix Tomi Korpipää2013-05-021-0/+6
* Font size adjustment bug fix Tomi Korpipää2013-05-022-4/+1
* Q3DMaps visualization type added Tomi Korpipää2013-05-0210-17/+1585
* Bug fix Tomi Korpipää2013-04-301-1/+1
* Refactoring to get ready for a second vis typeTomi Korpipää2013-04-3019-546/+370
* Grid lines implemented Tomi Korpipää2013-04-295-8/+159
* Label alignments implemented Tomi Korpipää2013-04-292-12/+47
* Crash fix Tomi Korpipää2013-04-261-4/+13
* Bug fixesTomi Korpipää2013-04-251-2/+11
* Row/column label flipping with rotations implementedTomi Korpipää2013-04-252-54/+51
* Implemented row and column labeling in normal view Tomi Korpipää2013-04-252-14/+102
* Autozoom based on aspect ratio Tomi Korpipää2013-04-252-14/+17
* Bug fix. Update bar labels if drawer changes (font, theme, label transparency) Tomi Korpipää2013-04-242-6/+29
* Fixed bar scaling Tomi Korpipää2013-04-241-2/+2
* Scene autoscaling improved Tomi Korpipää2013-04-242-22/+12
* Replaced QPoints with QPairs and QSizes where applicableTomi Korpipää2013-04-247-79/+82
* Y adjustment for labels and zoom view done Tomi Korpipää2013-04-232-96/+23
* Automatic y positioning implemented based on bar min and max heightsTomi Korpipää2013-04-236-26/+58
* More adjustable properties added to exampleTomi Korpipää2013-04-231-9/+24
* More stuff to widget example Tomi Korpipää2013-04-231-0/+7
* Added example on how to use 3d bars on qwidgetTomi Korpipää2013-04-222-64/+85
* Crash fix Tomi Korpipää2013-04-193-43/+61
* Correct selection method works nowTomi Korpipää2013-04-195-73/+161
* Fixed labeling for 0 -valued barsTomi Korpipää2013-04-191-30/+40
* Separate selection label support added Tomi Korpipää2013-04-187-88/+115
* Axis label drawing added Tomi Korpipää2013-04-186-32/+128
* Added bar label drawing in zoom selection view Tomi Korpipää2013-04-1710-120/+433
* Object drawing and label generation moved to their own classTomi Korpipää2013-04-1627-570/+803
* Moved object drawing to a separate function Tomi Korpipää2013-04-162-183/+118
* Optimized label texture creationTomi Korpipää2013-04-155-46/+66
* Preset camera function moved to camerahelper Tomi Korpipää2013-04-154-109/+121
* Fixed label printing in ZoomColumn mode Tomi Korpipää2013-04-151-13/+6
* Copyright changes Tomi Korpipää2013-04-1533-35/+163
* Added drawing the label of selected bar in non-QPainter version Tomi Korpipää2013-04-158-89/+190
* Added support for setting font Tomi Korpipää2013-04-125-5/+20
* Improved label drawing and font size adjustment Tomi Korpipää2013-04-128-73/+132
* Theme moved to it's own class Tomi Korpipää2013-04-125-217/+413
* Implemented label printing using opengl (QPainter version ifdeffed, either on...Tomi Korpipää2013-04-1216-128/+347
* Texture stuff added (lots of test hacks still included, to be removed)Tomi Korpipää2013-04-118-33/+323
* Preliminary texture support addedTomi Korpipää2013-04-109-11/+109
* Fixed label printing on bars in zoom viewTomi Korpipää2013-04-103-30/+81