summaryrefslogtreecommitdiffstats
path: root/src/qchart.h
Commit message (Expand)AuthorAgeFilesLines
* Add Polar chart supportMiikka Heikkinen2013-04-171-1/+12
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Restored minimumMargins property to QChartTero Ahola2012-12-101-0/+1
* Documented the new functionality in QChartTero Ahola2012-12-101-4/+3
* Mapping functions added to QChart. Callout example updatedMarek Rosa2012-12-041-0/+3
* Some fixes for Qt5, vs2010 build and qmlJani Honkonen2012-11-261-1/+1
* Refactors internalsMichal Klocek2012-11-261-1/+13
* Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so...old_masterJani Honkonen2012-11-221-0/+3
* more coding style fixes for src-folderJani Honkonen2012-09-251-9/+9
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-1/+1
* QML ChartView signals seriesAdded and seriesRemovedTero Ahola2012-09-171-1/+1
* Spit&polish public headersJani Honkonen2012-09-111-1/+1
* Refactors layoutMichal Klocek2012-09-051-3/+3
* Removes obsolate signal marginsChangedMichal Klocek2012-08-281-3/+0
* Implements minimumMarginsMichal Klocek2012-08-281-3/+5
* Docs fixesMarek Rosa2012-07-051-2/+0
* Adds plotArea()Michal Klocek2012-07-041-0/+1
* Refactor QChart APIMichal Klocek2012-07-031-3/+5
* Changes to qchart qabstractseries APIMichal Klocek2012-06-271-5/+1
* Adding missing functions to APIMichal Klocek2012-06-271-4/+6
* Adds missing functions to qchart APIMichal Klocek2012-06-261-3/+3
* Refactors QAxis to QAbstractAxisMichal Klocek2012-06-261-4/+7
* Refactors layout managmentMichal Klocek2012-06-261-3/+2
* Added property definitions to QChartTero Ahola2012-06-251-0/+9
* Minor modifications to properties of abstract, area and bar seriesTero Ahola2012-06-151-2/+2
* Add gestures support for zoomlinechart exampleJani Honkonen2012-05-181-0/+2
* Fixes to API , QSeriesType -> SeriesType , add missing gettersMichal Klocek2012-05-031-0/+1
* Added animation configuration to QML chart apiTero Ahola2012-04-241-0/+1
* Changes QChartAxis -> QAxisMichal Klocek2012-04-121-4/+4
* Added drop shadow effect for light themesTero Ahola2012-04-121-1/+2
* Renamed QSeries to QAbstractSeriesTero Ahola2012-04-111-5/+5
* Default to true in boolean settersTero Ahola2012-04-111-1/+1
* Removes chartThemecount from enum valuesMichal Klocek2012-04-051-2/+1
* Adds AxisY(series) getterMichal Klocek2012-04-041-1/+2
* Increses margins prescisionMichal Klocek2012-04-041-1/+2
* Refactor qledgend handlingMichal Klocek2012-04-031-2/+2
* Removed default theme, now using light as the defaultTero Ahola2012-04-031-2/+1
* QML api to use chart theme enum of QChartTero Ahola2012-04-031-0/+2
* Fix padding to be int, update unit testMichal Klocek2012-03-291-2/+1
* legend pos to theme example, legend paddingsauimone2012-03-291-0/+2
* Fix attempt to wrong graphics items hadnlingMichal Klocek2012-03-291-0/+1
* improved legend layoutsauimone2012-03-291-6/+4
* Internal review: Removed extra semicolonsTero Ahola2012-03-281-1/+1
* change class -> structJani Honkonen2012-03-281-1/+1
* Added Icy Blue and High Contrast themeTero Ahola2012-03-281-2/+2
* adds QChartView PIMPL, refactor public APIMichal Klocek2012-03-271-1/+1
* Polishing qchart classMichal Klocek2012-03-271-13/+25
* Adds PIMPL to qchartMichal Klocek2012-03-271-30/+11
* legend documentation fix. detaching and attaching the legendsauimone2012-03-261-1/+3
* Scrolling logic to legendsauimone2012-03-231-0/+1