summaryrefslogtreecommitdiffstats
path: root/src/xychart/xychart.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-189/+0
* Update copyright yearTitta Heikkala2014-05-131-1/+1
* Remove TODOsMiikka Heikkinen2013-06-131-2/+0
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
* Further animation fixesMiikka Heikkinen2013-04-251-1/+1
* Refactor the new QXYSeries::pointAt() -> QXYSeries::at()Miikka Heikkinen2013-04-251-1/+1
* Fix crash when adding/removing points during animationMiikka Heikkinen2013-04-241-1/+5
* Add Polar chart supportMiikka Heikkinen2013-04-171-2/+29
* Revert "Remove TODOs for 1.2.1 release, revert this after release"Miikka Heikkinen2013-04-091-0/+2
* Remove TODOs for 1.2.1 release, revert this after releaseMiikka Heikkinen2013-03-151-2/+0
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Fix crash when changing the values to empty model with logarithmic axisMiikka Heikkinen2013-02-221-11/+9
* Revert "TODOs removed from code. Undo me after release"Michal Klocek2013-01-211-0/+2
* TODOs removed from code. Undo me after releaseMarek Rosa2012-12-141-2/+0
* Negative values with log axis handledMarek Rosa2012-12-101-2/+10
* Domains addedMarek Rosa2012-11-261-1/+1
* Refactors internalsMichal Klocek2012-11-261-84/+10
* Added hovered signal to QLineSeries. Updated callout exampleMarek Rosa2012-11-121-0/+1
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qF...Marek Rosa2012-11-071-1/+1
* more coding style fixes for src-folderJani Honkonen2012-09-251-1/+1
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-72/+72
* Added a new QXYSeries::replace override for performance reasons.Tero Ahola2012-08-141-0/+8
* Minor: extra colons, commented out codeTero Ahola2012-08-141-9/+6
* Refactors Chart to ChartElementMichal Klocek2012-07-241-1/+1
* Refactor animatorMichal Klocek2012-07-241-3/+2
* Refactors Domain and AxisMichal Klocek2012-07-131-5/+6
* adds QLineAnimation fixesMichal Klocek2012-05-291-21/+2
* XYModelMapper slots for series signals implementedMarek Rosa2012-05-281-4/+7
* Removed not needed signal from XYSeriesMarek Rosa2012-05-281-12/+0
* minor. removes debug leftoverMichal Klocek2012-05-251-1/+0
* Refactors axis animation, line animationsMichal Klocek2012-05-251-32/+67
* All model related methods and members removed from the series. QML stuff comm...Marek Rosa2012-05-241-92/+4
* prevents flipping in xyseries animationMichal Klocek2012-05-231-1/+1
* Refactor xychartitem -> xychartMichal Klocek2012-05-231-0/+304