summaryrefslogtreecommitdiffstats
path: root/src/qchartview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTitta Heikkala2014-05-131-1/+1
* Fix regression with right click zoomingTitta Heikkala2013-11-041-2/+1
* Fix Charts documentationTitta Heikkala2013-10-281-0/+1
* Fix Chart build when QT_NO_RUBBERBAND is definedTitta Heikkala2013-10-031-0/+19
* Fix mouse event handling with RubberBandTitta Heikkala2013-09-121-12/+9
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
* Fixed QChartView right click zoom out when zooming one axisMiikka Heikkinen2013-06-031-1/+17
* Added QChart::zoomReset() and QChart::isZoomed()Miikka Heikkinen2013-06-031-1/+1
* Fix ChartView rotations for non-90 degree steps.Miikka Heikkinen2013-05-141-7/+10
* Fix some warnings for android build.Miikka Heikkinen2013-05-101-1/+2
* Fix chart resize for rotated QChartViews.Miikka Heikkinen2013-05-081-1/+13
* Documentation updatesMiikka Heikkinen2013-04-291-17/+20
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Fix zooming when presenter dimensions are not integersMiikka Heikkinen2013-02-071-1/+11
* more coding style fixes for src-folderJani Honkonen2012-09-251-3/+3
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-27/+25
* Remove unused member variable in chartviewJani Honkonen2012-09-141-1/+0
* Implement QChartView::setChart()Jani Honkonen2012-09-141-3/+36
* minor. fix warning on gcc4.1Michal Klocek2012-09-041-1/+1
* Implements minimumMarginsMichal Klocek2012-08-281-6/+3
* Adds QChartView empty constructor to be able to promote qchartview in qtdesignerMichal Klocek2012-05-301-15/+26
* Doc fixesJani Honkonen2012-04-121-2/+2
* No errors anymore when generating docs, wohoo! For now.Tero Ahola2012-04-121-1/+1
* Fixes header guard style issuesMichal Klocek2012-04-101-219/+218
* Removed key zoom/scroll from QChartViewTero Ahola2012-04-101-31/+0
* modeldata example documented with explanations.Marek Rosa2012-04-061-1/+1
* Add minimum size back to chartview and qchartMichal Klocek2012-04-051-0/+1
* Various documentation fixesMarek Rosa2012-04-051-1/+4
* Adds missing titleFont getterMichal Klocek2012-04-041-0/+1
* Increses margins prescisionMichal Klocek2012-04-041-2/+3
* Refactor qledgend handlingMichal Klocek2012-04-031-2/+2
* Fix padding to be int, update unit testMichal Klocek2012-03-291-7/+18
* legend pos to theme example, legend paddingsauimone2012-03-291-2/+2
* Add stub from minimum sizeMichal Klocek2012-03-291-2/+2
* adds QChartView PIMPL, refactor public APIMichal Klocek2012-03-271-261/+78
* Polishing qchart classMichal Klocek2012-03-271-3/+3
* Adds PIMPL to qchartMichal Klocek2012-03-271-2/+2
* Removed setting scene rect in QChartView::resizeEventTero Ahola2012-03-271-4/+1
* doc fixsauimone2012-03-261-0/+6
* build fixsauimone2012-03-261-1/+11
* Removed the visible frame around chart viewTero Ahola2012-03-221-0/+1
* Adds loosenumber algorithmMichal Klocek2012-03-211-2/+4
* Bugfix: chart scrolling effect on OSXTero Ahola2012-03-201-1/+3
* Use window's palette for chart view by defaultTero Ahola2012-03-201-0/+1
* Adds force option to chartThemeMichal Klocek2012-03-191-7/+7
* Changes background itemMichal Klocek2012-03-191-13/+4
* Refcator scrol() to scrollLeft,Right,Up,DownMichal Klocek2012-03-151-2/+18
* Removed chart view backgroundTero Ahola2012-03-151-9/+0
* New theme with light colors, chartview backgroundTero Ahola2012-03-141-6/+17
* background to legend, theme appliessauimone2012-03-121-1/+0