summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Polar chart supportMiikka Heikkinen2013-04-17115-1409/+6189
* Revert "Remove TODOs for 1.2.1 release, revert this after release"Miikka Heikkinen2013-04-0915-2/+40
* Revert "Fix lingering visible shades from High Contrast theme"Miikka Heikkinen2013-04-091-2/+0
* Fix crash when removing pie series from chartMiikka Heikkinen2013-04-082-1/+3
* Fix sizeHint for logvalue axes that have only single tickMiikka Heikkinen2013-03-222-2/+2
* Fixed pen style pattern continuity for line seriesMiikka Heikkinen2013-03-221-3/+11
* Fix for typos on documentation.Mika Salmela2013-03-221-2/+2
* Enable building for qnx on windowsMiikka Heikkinen2013-03-221-3/+3
* Adjust pie slice bounding rectangle to account for thick pensMiikka Heikkinen2013-03-211-0/+5
* Fix area series fill problem when component series have points visibleMiikka Heikkinen2013-03-212-0/+4
* Fix lineseries points related drawing problemsMiikka Heikkinen2013-03-211-0/+9
* Fix lingering visible shades from High Contrast themeMiikka Heikkinen2013-03-211-0/+2
* Prevent drawing shades off-chartMiikka Heikkinen2013-03-212-2/+14
* Fix int-qreal rounding errors in axislayout calculationsMiikka Heikkinen2013-03-216-20/+14
* Fix category axis label positioning.Miikka Heikkinen2013-03-202-10/+28
* Compensate for rounding errors when determining label visibilityMiikka Heikkinen2013-03-202-7/+7
* Fix vanishing labels for first and last ticks.RC2_1.2.1Miikka Heikkinen2013-03-1912-46/+69
* Remove TODOs for 1.2.1 release, revert this after releaseMiikka Heikkinen2013-03-1515-40/+2
* Remove cryptic/obsolete TODOsMiikka Heikkinen2013-03-1513-32/+11
* Remove QML LogValueAxis documentation as it is not implementedMiikka Heikkinen2013-03-151-51/+0
* Fix positioning errors with category ticksMiikka Heikkinen2013-03-144-22/+24
* Added copyright headers to *.h/*.cpp files missing themMiikka Heikkinen2013-03-053-0/+47
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-05227-227/+227
* Added a note in docs about not plotting series with log axisMiikka Heikkinen2013-03-051-0/+10
* Fix for not overriding user settings for legend markers.Mika Salmela2013-03-016-14/+35
* Fix crash when changing the values to empty model with logarithmic axisMiikka Heikkinen2013-02-221-11/+9
* Updated version number and README for 1.2.1Miikka Heikkinen2013-02-211-2/+2
* Fix include charthelpers_p.h includeMiikka Heikkinen2013-02-142-1/+1
* Fix to discard NaN, Inf and -Inf values from chart.Mika Salmela2013-02-136-16/+69
* Fix crash when signals connected to deleted PieChartItem are emittedMiikka Heikkinen2013-02-131-0/+8
* Change missing image to a proper one in docs.Miikka Heikkinen2013-02-081-1/+1
* Fix zooming when presenter dimensions are not integersMiikka Heikkinen2013-02-071-1/+11
* Fix axis geometry when there is no axis titleMiikka Heikkinen2013-02-073-20/+26
* Check if min and max are same on findMinMaxForSeriesMika Salmela2013-02-061-0/+4
* Add padding for axis titleMiikka Heikkinen2013-02-064-11/+21
* Fix axis sizehints when labels are angledMiikka Heikkinen2013-02-0614-161/+181
* Fix label truncate issues with multiple axesMiikka Heikkinen2013-02-061-18/+65
* Fix label angle setting for axis before axis is added to chart.Miikka Heikkinen2013-02-061-1/+1
* Fix for blurred text on error QTRD-1898Mika Salmela2013-02-061-31/+34
* adds Andy's customer request, first call to createDaultAxis scales whole doma...Michal Klocek2013-01-212-2/+20
* Revert "TODOs removed from code. Undo me after release"Michal Klocek2013-01-2118-17/+64
* label angle initialization fixsauimone2012-12-181-0/+1
* TODOs removed from code. Undo me after releaseMarek Rosa2012-12-1418-64/+17
* Missed NOTE: change fixedMarek Rosa2012-12-141-2/+2
* Replaced NOTE: with Note: in modelmapper classes and qdatetimeaxis to remove ...Marek Rosa2012-12-146-11/+11
* fix: legend detaching/attaching now invalidates chart layoutsauimone2012-12-131-2/+4
* Fix attempt to make logy axis label layout calculation correctMichal Klocek2012-12-131-2/+9
* Fixed: bar animation when resizingMarek Rosa2012-12-132-2/+2
* Fixed: when animation enabled charts crash when setting the range which has n...Marek Rosa2012-12-131-3/+5
* Fixed a bug with QChart::axis getters with no series definedTero Ahola2012-12-121-46/+13