summaryrefslogtreecommitdiffstats
path: root/src/qchart.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Polar chart supportMiikka Heikkinen2013-04-171-12/+59
* Revert "Remove TODOs for 1.2.1 release, revert this after release"Miikka Heikkinen2013-04-091-0/+9
* Fix for typos on documentation.Mika Salmela2013-03-221-2/+2
* Remove TODOs for 1.2.1 release, revert this after releaseMiikka Heikkinen2013-03-151-9/+0
* Remove cryptic/obsolete TODOsMiikka Heikkinen2013-03-151-3/+1
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Revert "TODOs removed from code. Undo me after release"Michal Klocek2013-01-211-0/+11
* TODOs removed from code. Undo me after releaseMarek Rosa2012-12-141-11/+0
* Fixed a bug with QChart::axis getters with no series definedTero Ahola2012-12-121-46/+13
* Documented the new functionality in QChartTero Ahola2012-12-101-2/+19
* Documented mapToValue and mapToPostion methods in QChartMarek Rosa2012-12-101-0/+6
* Mapping functions added to QChart. Callout example updatedMarek Rosa2012-12-041-13/+23
* Fix: do not return duplicates in axes in case of common axisMichal Klocek2012-11-271-1/+1
* Added axisXTop and axisYRight properties to QML series APIsTero Ahola2012-11-271-4/+12
* Adds domains swap logicMichal Klocek2012-11-261-1/+4
* make setAxisX setAxisY functionality compatibleMichal Klocek2012-11-261-12/+4
* Refactors internalsMichal Klocek2012-11-261-38/+174
* Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so...old_masterJani Honkonen2012-11-221-0/+21
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qF...Marek Rosa2012-11-071-1/+1
* src folder: another massive victory for coding style policeJani Honkonen2012-10-021-26/+30
* Refactors layout:Michal Klocek2012-09-251-30/+30
* more coding style fixes for src-folderJani Honkonen2012-09-251-12/+13
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-12/+13
* Updated QChart margins documentationsauimone2012-09-051-8/+2
* Refactors layoutMichal Klocek2012-09-051-5/+5
* Implements minimumMarginsMichal Klocek2012-08-281-9/+10
* QBarCategoriesAxis renamed to QBarCategoryAxisMarek Rosa2012-08-221-1/+1
* class QValuesAxis renamed to QValueAxisMarek Rosa2012-08-221-3/+3
* Adds axis domain intializationMichal Klocek2012-07-131-2/+2
* Added casting to qreal in qMin, qFuzzyCompare calls to fix build on armMarek Rosa2012-07-111-1/+1
* Docs fixesMarek Rosa2012-07-051-2/+16
* Adds plotArea()Michal Klocek2012-07-041-0/+5
* Various docs fixesMarek Rosa2012-07-041-2/+22
* Few QChart doc updatesMarek Rosa2012-07-041-3/+28
* Refactor QChart APIMichal Klocek2012-07-031-4/+9
* fixed documentation errorssauimone2012-07-021-2/+2
* minor typoMichal Klocek2012-06-271-1/+1
* QChart returns first axis if null seriesMichal Klocek2012-06-271-1/+1
* Refactors core to support mulitpile axis and domainsMichal Klocek2012-06-271-4/+0
* added map for yaxises methods to set axissauimone2012-06-271-4/+6
* Changes to qchart qabstractseries APIMichal Klocek2012-06-271-57/+2
* Adding missing functions to APIMichal Klocek2012-06-271-4/+27
* commented out scroll implementations from QChart. Was calling ticksCount() wh...sauimone2012-06-271-4/+4
* Adds missing functions to qchart APIMichal Klocek2012-06-261-2/+2
* Refactors QAxis to QAbstractAxisMichal Klocek2012-06-261-7/+19
* Refactors layout managmentMichal Klocek2012-06-261-65/+29
* Documented QChart propertiesTero Ahola2012-06-251-28/+41
* Added property definitions to QChartTero Ahola2012-06-251-0/+1
* Minor modifications to properties of abstract, area and bar seriesTero Ahola2012-06-151-2/+2
* Add QChart::series() doc and testsJani Honkonen2012-05-311-0/+7