summaryrefslogtreecommitdiffstats
path: root/src/splinechart/splinechartitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-485/+0
* Fix point label position for QXYSeriesTitta Heikkala2014-06-061-1/+1
* Fix order of initializationTitta Heikkala2014-06-041-1/+1
* Added possibility to show series valueTitta Heikkala2014-05-271-1/+18
* Update copyright yearTitta Heikkala2014-05-131-1/+1
* Fix zooming in crashTitta Heikkala2013-08-261-4/+13
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
* Refactor the new QXYSeries::pointAt() -> QXYSeries::at()Miikka Heikkinen2013-04-251-3/+3
* Fix crash when adding/removing points during animationMiikka Heikkinen2013-04-241-1/+4
* Add Polar chart supportMiikka Heikkinen2013-04-171-16/+196
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* QSplineSeries calculateControlPoints moved to splinechartitem. This way we do...Marek Rosa2012-12-111-13/+98
* Negative values with log axis handledMarek Rosa2012-12-101-3/+4
* Domains addedMarek Rosa2012-11-261-1/+1
* Refactors internalsMichal Klocek2012-11-261-9/+9
* Added hover support to splinechart and updated callout exampleMarek Rosa2012-11-131-2/+21
* more coding style fixes for src-folderJani Honkonen2012-09-251-3/+3
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-22/+20
* Added opacity property to QAbstractSeriesTero Ahola2012-09-171-0/+2
* Minor: extra colons, commented out codeTero Ahola2012-08-141-7/+6
* Refactor spline animation handlingMichal Klocek2012-08-011-12/+7
* Fixes mouse handling in base class of chartseriesMichal Klocek2012-07-261-1/+2
* Refactor animatorMichal Klocek2012-07-241-1/+6
* Fixed isVisible implementation in XY seriesTero Ahola2012-06-011-10/+10
* Visible property to abstract seriesTero Ahola2012-06-011-13/+16
* adds QLineAnimation fixesMichal Klocek2012-05-291-1/+5
* Refactors axis animation, line animationsMichal Klocek2012-05-251-1/+1
* Refactor xychartitem -> xychartMichal Klocek2012-05-231-26/+31
* Refactors animation handling for xyseriesMichal Klocek2012-05-231-25/+35
* Removed controlPoint function from SplineSeries Public APIMarek Rosa2012-05-121-1/+2
* XYSeries model support refactoredMarek Rosa2012-04-241-0/+4
* Bugfixes for spline vector allocation issuesMichal Klocek2012-04-231-3/+7
* Spline series now recalcutes control points on adding/removing data to/from m...Marek Rosa2012-04-201-1/+1
* Work-around for a bug in Clang compilerTero Ahola2012-04-101-0/+6
* Adds big fat pimpl to series classesMichal Klocek2012-04-061-1/+2
* Add license headersJani Honkonen2012-03-291-0/+20
* minor code review issues. indent, spaces, brackets etc.sauimone2012-03-271-18/+15
* Refactors chartitemMichal Klocek2012-03-211-4/+4
* Improves spline interpolationMichal Klocek2012-03-161-7/+33
* Squashed bunch of warningsTero Ahola2012-03-151-2/+3
* Adds visible points handling to splineMichal Klocek2012-03-141-22/+11
* Fix spline pen color updateMichal Klocek2012-03-141-2/+1
* Fixed colors in splineMarek Rosa2012-03-141-20/+20
* Fix theme decoration calls on all xyseriesMichal Klocek2012-03-131-6/+1
* Unify naming setGeometry -> setLayoutMichal Klocek2012-03-131-3/+3
* Added support for adding and removing data with model. Updated the exampleMarek Rosa2012-03-131-1/+5
* minor. remove debug leftoversMichal Klocek2012-03-071-1/+0
* Refactor animation to fit line,spline,scatterMichal Klocek2012-03-071-2/+21
* Refactor line spline to common xylineMichal Klocek2012-03-061-16/+25
* Refactors linechart update callsMichal Klocek2012-03-051-1/+1