summaryrefslogtreecommitdiffstats
path: root/src/qchart.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove todo comments for releaseJani Honkonen2012-09-071-9/+0
* Updated QChart margins documentationsauimone2012-09-051-8/+2
* 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
* Fix setTheme() docs and lineseries testJani Honkonen2012-05-281-1/+3
* Add gestures support for zoomlinechart exampleJani Honkonen2012-05-181-2/+32
* Fixes to API , QSeriesType -> SeriesType , add missing gettersMichal Klocek2012-05-031-0/+5
* Fixes normalize signal socekt issueMichal Klocek2012-04-121-3/+2
* Doc fixesJani Honkonen2012-04-121-3/+3
* Changes QChartAxis -> QAxisMichal Klocek2012-04-121-5/+7
* No errors anymore when generating docs, wohoo! For now.Tero Ahola2012-04-121-0/+6
* Added drop shadow effect for light themesTero Ahola2012-04-121-1/+17
* Renamed QSeries to QAbstractSeriesTero Ahola2012-04-111-5/+5
* Adds trivial legend handling for slices when removed or addedMichal Klocek2012-04-101-3/+0
* Adds qlegend pimplMichal Klocek2012-04-101-5/+7
* Few more fixes to docsMarek Rosa2012-04-061-1/+0
* Some more doc fixes and additionsMarek Rosa2012-04-051-12/+44
* Various documentation fixesMarek Rosa2012-04-051-2/+2
* Adds AxisY(series) getterMichal Klocek2012-04-041-2/+2
* Adds missing titleFont getterMichal Klocek2012-04-041-2/+12
* Disables legend by defaultMichal Klocek2012-04-041-0/+1
* Increses margins prescisionMichal Klocek2012-04-041-1/+1
* minor. add TODO commentsMichal Klocek2012-04-041-0/+11
* Refactor , move dataset legend presentr connections to one placeMichal Klocek2012-04-041-2/+11
* Adds ScrolledQLegendMichal Klocek2012-04-031-1/+1
* minor . Compilation fixes due to rebaseMichal Klocek2012-04-031-1/+1
* Refactor qledgend handlingMichal Klocek2012-04-031-188/+39