summaryrefslogtreecommitdiffstats
path: root/src/qchartview.h
Commit message (Expand)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-74/+0
* Update copyright yearTitta Heikkala2014-05-131-1/+1
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* more coding style fixes for src-folderJani Honkonen2012-09-251-74/+74
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-2/+2
* Implement QChartView::setChart()Jani Honkonen2012-09-141-0/+2
* Spit&polish public headersJani Honkonen2012-09-111-1/+1
* Refactors QAxis to QAbstractAxisMichal Klocek2012-06-261-1/+1
* vs20xx compile fix for QChartViewPrivateJani Honkonen2012-05-301-1/+1
* Adds QChartView empty constructor to be able to promote qchartview in qtdesignerMichal Klocek2012-05-301-0/+1
* Adds missing Q_ENUMS to qchartviewMichal Klocek2012-05-031-1/+1
* Changes QChartAxis -> QAxisMichal Klocek2012-04-121-1/+1
* Renamed QSeries to QAbstractSeriesTero Ahola2012-04-111-1/+1
* Removed key zoom/scroll from QChartViewTero Ahola2012-04-101-1/+0
* change class -> structJani Honkonen2012-03-281-1/+1
* adds QChartView PIMPL, refactor public APIMichal Klocek2012-03-271-54/+42
* build fixsauimone2012-03-261-1/+3
* Change includes in public headers from #include "xxx" -> #include <xxx>Jani Honkonen2012-03-221-4/+4
* Changes background itemMichal Klocek2012-03-191-1/+0
* Refcator scrol() to scrollLeft,Right,Up,DownMichal Klocek2012-03-151-2/+4
* New theme with light colors, chartview backgroundTero Ahola2012-03-141-3/+2
* Include qchartaxis header with qchartview header by defaultMichal Klocek2012-03-131-0/+1
* Adds scroll supportMichal Klocek2012-03-121-0/+2
* First version of legend. Simple markers and serie names. Using drilldown as e...sauimone2012-03-091-0/+2
* Chart title font colorTero Ahola2012-03-071-1/+3
* Refactor animation to fit line,spline,scatterMichal Klocek2012-03-071-0/+1
* Rename QChartSeries to QSeriesMichal Klocek2012-02-271-3/+3
* Adds animation settings handlingMichal Klocek2012-02-231-0/+3
* Adds RemoveAllSeries method to APIMichal Klocek2012-02-211-2/+3
* Fix a major memory leakJani Honkonen2012-02-201-2/+1
* Refactors axis handlingMichal Klocek2012-02-201-13/+6
* Fix a major memory leakJani Honkonen2012-02-171-1/+1
* Adds font handling for chart's titileMichal Klocek2012-02-151-1/+2
* Adds more axis handlingMichal Klocek2012-02-141-5/+7
* Add public function for axis hadnling to qchartMichal Klocek2012-02-091-0/+6
* Adds missing ids to theme classesMichal Klocek2012-02-091-1/+2
* Remove obsolete setBackgroundColor form QChartMichal Klocek2012-02-081-4/+0
* Removes QChartWidgetMichal Klocek2012-02-081-2/+21
* Refactors qchart , adds line animationMichal Klocek2012-02-071-1/+1
* Change background gradient to use ObjectBoundingModeMichal Klocek2012-02-031-0/+7
* Add gradient bacground supportMichal Klocek2012-01-261-1/+2
* Add background to chartMichal Klocek2012-01-251-0/+2
* Add zoom supportMichal Klocek2012-01-251-7/+4
* Refactored series creation with QChartTero Ahola2012-01-241-2/+2
* Adds rubberband for zoomingMichal Klocek2012-01-231-0/+46