summaryrefslogtreecommitdiffstats
path: root/src/splinechart
Commit message (Expand)AuthorAgeFilesLines
* Adding missing QML series API line/border propertiesTero Ahola2012-08-291-0/+30
* Added a new QXYSeries::replace override for performance reasons.Tero Ahola2012-08-141-0/+1
* Minor: extra colons, commented out codeTero Ahola2012-08-142-9/+6
* Refactor spline animation handlingMichal Klocek2012-08-011-12/+7
* Fixes mouse handling in base class of chartseriesMichal Klocek2012-07-261-1/+2
* Refactors Chart to ChartElementMichal Klocek2012-07-242-2/+2
* Refactor animatorMichal Klocek2012-07-243-5/+10
* Documenting xy-seriesTero Ahola2012-06-181-3/+15
* Added missing warning about private implementationunknown2012-06-031-0/+9
* Minor fixes and started changing ReadMeMarek Rosa2012-06-021-2/+1
* random doc updatesJani Honkonen2012-06-011-0/+3
* Fixed isVisible implementation in XY seriesTero Ahola2012-06-011-10/+10
* Visible property to abstract seriesTero Ahola2012-06-011-13/+16
* Added license text to piemodelmapper classesMarek Rosa2012-05-311-4/+1
* Scatter customization to QML apiTero Ahola2012-05-291-1/+1
* Fixed spline's broken signalsMarek Rosa2012-05-291-3/+7
* adds QLineAnimation fixesMichal Klocek2012-05-291-1/+5
* Refactors axis animation, line animationsMichal Klocek2012-05-251-1/+1
* All model related methods and members removed from the series. QML stuff comm...Marek Rosa2012-05-243-57/+0
* QML weather example to use data API instead of modelTero Ahola2012-05-231-2/+2
* Refactor xychartitem -> xychartMichal Klocek2012-05-232-28/+35
* Refactors animation handling for xyseriesMichal Klocek2012-05-233-29/+48
* Mapper class added for xyseries and pieseries. Model support commented out fo...Marek Rosa2012-05-153-22/+17
* Removed controlPoint function from SplineSeries Public APIMarek Rosa2012-05-124-9/+13
* Fixes to API , QSeriesType -> SeriesType , add missing gettersMichal Klocek2012-05-032-2/+2
* Improvements to QSpline model supportMarek Rosa2012-04-242-0/+9
* XYSeries model support refactoredMarek Rosa2012-04-243-6/+24
* Bugfixes for spline vector allocation issuesMichal Klocek2012-04-233-3/+16
* Spline series now recalcutes control points on adding/removing data to/from m...Marek Rosa2012-04-203-1/+18
* Fix xy series model issues due to API changesMichal Klocek2012-04-181-18/+22
* Fixes and improvments to series APIMichal Klocek2012-04-182-38/+55
* minor. Release polishingpre-alphaMichal Klocek2012-04-172-43/+33
* No errors anymore when generating docs, wohoo! For now.Tero Ahola2012-04-121-6/+4
* Documentation fixes.Tero Ahola2012-04-121-0/+11
* Fixed broken spline seriesMarek Rosa2012-04-112-9/+17
* Removed all the unfinished model functionality from XYSeries and BarSeriesMarek Rosa2012-04-112-32/+0
* Renamed QSeries to QAbstractSeriesTero Ahola2012-04-112-3/+3
* Krazy reported errorsMichal Klocek2012-04-111-2/+2
* Fixes explicit issues in cstrMichal Klocek2012-04-111-1/+1
* Fixes header guard style issuesMichal Klocek2012-04-101-2/+2
* tablemodelchart moved to test folderMarek Rosa2012-04-101-1/+1
* Work-around for a bug in Clang compilerTero Ahola2012-04-102-0/+7
* Refactor to use qseries private for implmentation interfaceMichal Klocek2012-04-102-0/+16
* Adds big fat pimpl to series classesMichal Klocek2012-04-065-40/+114
* Docs updatedMarek Rosa2012-04-051-3/+3
* Added documentation for model related funtionsMarek Rosa2012-04-052-13/+32
* Quick fix: Refactoring the name did not work correctlyMarek Rosa2012-04-042-3/+3
* Fixed: qareaseries - commented out code (model stuff.. this will be implement...Marek Rosa2012-04-041-7/+0
* Add license headersJani Honkonen2012-03-294-0/+80
* Q_SIGNALS and Q_SLOTSsauimone2012-03-292-2/+2