summaryrefslogtreecommitdiffstats
path: root/src/animations
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTitta Heikkala2014-05-1320-20/+20
* Remove TODOsMiikka Heikkinen2013-06-131-5/+0
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-1320-70/+70
* Fix animation artifact with boxplots.Miikka Heikkinen2013-06-103-4/+8
* Compile issuesMika Salmela2013-06-102-0/+3
* Further crash fixes to boxplotMiikka Heikkinen2013-06-104-6/+17
* Fix box-and-whiskers animationsMiikka Heikkinen2013-06-103-4/+11
* Fix resetting animation options mid-animation.Miikka Heikkinen2013-06-063-2/+57
* A new box-and-whiskers series type added to charts.Mika Salmela2013-06-035-2/+321
* Further animation fixesMiikka Heikkinen2013-04-255-11/+120
* Fix crash when adding/removing points during animationMiikka Heikkinen2013-04-241-3/+9
* Add Polar chart supportMiikka Heikkinen2013-04-172-9/+10
* Revert "Remove TODOs for 1.2.1 release, revert this after release"Miikka Heikkinen2013-04-091-0/+6
* Remove TODOs for 1.2.1 release, revert this after releaseMiikka Heikkinen2013-03-151-6/+0
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-0513-13/+13
* Revert "TODOs removed from code. Undo me after release"Michal Klocek2013-01-211-0/+6
* TODOs removed from code. Undo me after releaseMarek Rosa2012-12-141-6/+0
* Fixed: when animation enabled charts crash when setting the range which has n...Marek Rosa2012-12-131-3/+5
* Fix pie animation chrashJani Honkonen2012-11-292-3/+9
* Fixed baranimation blinkingMarek Rosa2012-11-291-2/+5
* Removed few unnecessary include from animation classesMarek Rosa2012-11-294-8/+3
* Bar animations refactoredMarek Rosa2012-11-2915-759/+36
* Fix deprecation errors from Qt5Jani Honkonen2012-11-0711-25/+25
* src folder: another massive victory for coding style policeJani Honkonen2012-10-022-63/+63
* Refactors axis updateGeometry handlingMichal Klocek2012-09-261-4/+4
* Refactors layout:Michal Klocek2012-09-251-21/+19
* more coding style fixes for src-folderJani Honkonen2012-09-255-11/+12
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-2415-222/+212
* Refactors layoutMichal Klocek2012-09-051-3/+3
* Fix Krazy issuesJani Honkonen2012-08-312-4/+2
* add missing license statementsJani Honkonen2012-08-302-0/+40
* Adds checkLayout call, when geometry of axis updatedMichal Klocek2012-08-291-0/+1
* correct interpolation for baranimationsauimone2012-08-282-8/+32
* Donut support simplified. Examples updatedMarek Rosa2012-08-242-5/+5
* fix to baranimations leaving crap on screen with negative barssauimone2012-08-236-6/+6
* Minor: extra colons, commented out codeTero Ahola2012-08-141-8/+8
* Fix wrong intialization of QPointF with QPointMichal Klocek2012-08-011-2/+2
* Refactor spline animation handlingMichal Klocek2012-08-012-49/+25
* pie: finetuning donut animationsJani Honkonen2012-07-312-2/+9
* Refactor animatorMichal Klocek2012-07-247-177/+13
* Fix wrong interpolation call in bar*series, unit tests fixedMichal Klocek2012-07-242-2/+3
* horizontal percent barchart & examplesauimone2012-07-124-4/+121
* horizontal stacked barchartsauimone2012-07-124-4/+122
* animation for horizontal barchartsauimone2012-07-111-5/+16
* horizontal barchart & examplesauimone2012-07-113-2/+107
* Added casting to qreal in qMin, qFuzzyCompare calls to fix build on armMarek Rosa2012-07-111-1/+1
* refactoring internal barchart itemssauimone2012-07-118-14/+14
* refactored baranimationssauimone2012-07-1111-166/+144
* GroupedBarSeries to BarSeriessauimone2012-07-031-1/+1
* optimized calculations for stacked bar animationsauimone2012-06-082-6/+4