summaryrefslogtreecommitdiffstats
path: root/src/chartpresenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Polar chart supportMiikka Heikkinen2013-04-171-17/+21
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Fix domain switchingMichal Klocek2012-11-261-4/+0
* Refactors internalsMichal Klocek2012-11-261-131/+62
* Removes legacy code - selectVisibleAxisMichal Klocek2012-10-121-51/+1
* src folder: another massive victory for coding style policeJani Honkonen2012-10-021-89/+95
* Refactors layout:Michal Klocek2012-09-251-132/+100
* more coding style fixes for src-folderJani Honkonen2012-09-251-31/+31
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-78/+85
* Multiaxis supportMarek Rosa2012-09-241-15/+16
* Refactors layoutMichal Klocek2012-09-051-64/+71
* Implements minimumMarginsMichal Klocek2012-08-281-5/+4
* Refactors Chart to ChartElementMichal Klocek2012-07-241-3/+3
* Refactor animatorMichal Klocek2012-07-241-19/+0
* Refactor Visibly methods of axisMichal Klocek2012-07-231-0/+3
* Refactors Domain and AxisMichal Klocek2012-07-131-21/+13
* Adds plotArea()Michal Klocek2012-07-041-1/+1
* Add defualt show axisMichal Klocek2012-07-041-2/+30
* Adds logic to fix overlaping axesMichal Klocek2012-07-041-0/+26
* fixed bug in series deletionsauimone2012-06-281-2/+2
* Removed generic chartaxisMarek Rosa2012-06-281-2/+2
* Refactors core to support mulitpile axis and domainsMichal Klocek2012-06-271-20/+22
* Adds missing functions to qchart APIMichal Klocek2012-06-261-2/+2
* Refactors QAxis to QAbstractAxisMichal Klocek2012-06-261-5/+5
* Refactors layout managmentMichal Klocek2012-06-261-164/+149
* Added property definitions to QChartTero Ahola2012-06-251-0/+4
* better legend detach layout. updated legend examplesauimone2012-06-121-3/+3
* Qml ChartView properties; legend to use Qt alignmentsTero Ahola2012-06-011-4/+4
* legend example to documentation. minor legend fixessauimone2012-05-301-1/+1
* Fix precision issue when scrolling domainMichal Klocek2012-05-291-2/+1
* Refactors axis animation, line animationsMichal Klocek2012-05-251-27/+43
* Refactors animation handling for xyseriesMichal Klocek2012-05-231-2/+2
* Add gestures support for zoomlinechart exampleJani Honkonen2012-05-181-19/+22
* Bugfix: Adding/removing slices erased users colors.Jani Honkonen2012-04-241-0/+5
* Bugfixes for spline vector allocation issuesMichal Klocek2012-04-231-0/+2
* Refactored model related methods in PieSeriesMarek Rosa2012-04-191-0/+2
* Changes QChartAxis -> QAxisMichal Klocek2012-04-121-14/+15
* Renamed QSeries to QAbstractSeriesTero Ahola2012-04-111-8/+8
* Fixes header guard style issuesMichal Klocek2012-04-101-160/+159
* Normalizes signal slots connectionsMichal Klocek2012-04-101-2/+2
* Renames header axisitem -> axisMichal Klocek2012-04-101-1/+1
* Refactor to use qseries private for implmentation interfaceMichal Klocek2012-04-101-149/+14
* Add minimum size back to chartview and qchartMichal Klocek2012-04-051-0/+8
* fixed typo in minWidth function name. Updated documentationof legendsauimone2012-04-041-2/+2
* Refactor , move dataset legend presentr connections to one placeMichal Klocek2012-04-041-10/+3
* Bugfixes for unnesery geometry changesMichal Klocek2012-04-041-3/+7
* minor . Compilation fixes due to rebaseMichal Klocek2012-04-031-1/+0
* Refactor qledgend handlingMichal Klocek2012-04-031-37/+169
* Removed default theme, now using light as the defaultTero Ahola2012-04-031-1/+1
* legend pos to theme example, legend paddingsauimone2012-03-291-54/+5