summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QValueAxis: added posibility to specify label formatMarek Rosa2012-08-274-2/+24
* fixed warnings from barchart docssauimone2012-08-275-2/+15
* QCategoryAxis: method parameter name updatedMarek Rosa2012-08-271-5/+5
* QAbstractAxis: docs fixesMarek Rosa2012-08-251-8/+8
* QCategoryAxis: renamed some functions according to reviewMarek Rosa2012-08-254-22/+19
* Fixed range handling in categoryAxisMarek Rosa2012-08-252-23/+26
* QAbstractAxis: fixed tests after renamingMarek Rosa2012-08-251-1/+1
* QAbstractAxis: renamed Arrow and Axis to line in methods namesMarek Rosa2012-08-254-22/+22
* Added simple donut chart example docsMarek Rosa2012-08-251-2/+6
* Added basic donut chart example. Still better data neededMarek Rosa2012-08-252-2/+10
* Donut support simplified. Examples updatedMarek Rosa2012-08-249-71/+39
* Bugfixes for layoutMichal Klocek2012-08-2410-22/+36
* Fixed QChartGlobal include statement in QLegend headerTero Ahola2012-08-241-1/+1
* Some axes docs updateMarek Rosa2012-08-244-10/+29
* Fixed bug in initializing color of a sliceTero Ahola2012-08-241-4/+5
* QCategoryAxis renamed some methods names according to reviewMarek Rosa2012-08-246-63/+63
* Fixed clip rect bug in QLineSeriesTero Ahola2012-08-241-2/+2
* Bugfix area chart not drawn after drawLine change in lineseriesMichal Klocek2012-08-231-1/+1
* fix to baranimations leaving crap on screen with negative barssauimone2012-08-236-6/+6
* Finetuning shape of line chart item to remove drawing artifactsTero Ahola2012-08-231-5/+10
* Updated documentation and tests on armMarek Rosa2012-08-231-2/+2
* Adds magic number to fix some drawLine shape inaccuracyMichal Klocek2012-08-231-1/+5
* Fix line series graphic arefactsMichal Klocek2012-08-222-35/+34
* updated AxisType namesMarek Rosa2012-08-229-17/+17
* Renamed QCategoryAxis related filesMarek Rosa2012-08-229-47/+40
* QIntervalsAxis renamed to QCategoryAxisMarek Rosa2012-08-226-49/+49
* pie: get rid of "Slot not implemented" warningJani Honkonen2012-08-222-0/+6
* Refactored QML axis handlingTero Ahola2012-08-223-19/+26
* Docs update after classes renamingMarek Rosa2012-08-222-17/+17
* renamed QBarCategoryAxis related filesMarek Rosa2012-08-2212-24/+24
* QBarCategoriesAxis renamed to QBarCategoryAxisMarek Rosa2012-08-222-11/+11
* QBarCategoriesAxis renamed to QBarCategoryAxisMarek Rosa2012-08-2210-76/+76
* QValueAxis ticksCount to tickCountMarek Rosa2012-08-224-8/+8
* renamed QValueAxis related filesMarek Rosa2012-08-2218-49/+49
* class QValuesAxis renamed to QValueAxisMarek Rosa2012-08-2210-74/+74
* Implemented QBarSeries::take(), updated testssauimone2012-08-222-2/+30
* DateTimeAxis formatString -> formatMarek Rosa2012-08-215-35/+23
* Some interval axis docs updatesMarek Rosa2012-08-211-5/+9
* QIntervalsAxis some names updatesMarek Rosa2012-08-212-8/+11
* Implemented QPieSeries::take()Jani Honkonen2012-08-212-0/+26
* Legend marker rect color now follows the text colorTero Ahola2012-08-202-1/+3
* population pyramid example. Added grouping option to barseries to give some c...sauimone2012-08-176-10/+58
* horizontal barchart doc updatesauimone2012-08-173-1/+62
* Fixed area series paint bug caused by mouse event fix on line seriesTero Ahola2012-08-163-4/+6
* Fixed paint and mouse event issues with QLineSeriesTero Ahola2012-08-162-7/+20
* Switched the z-order of axis to be below seriesTero Ahola2012-08-152-2/+2
* fix to QTRD-1519:Setting color for a BarSet has no effect. Theme was overridi...sauimone2012-08-141-1/+8
* fixed barset ownership when adding/removing setssauimone2012-08-141-0/+2
* Added a new QXYSeries::replace override for performance reasons.Tero Ahola2012-08-145-3/+37
* Minor: extra colons, commented out codeTero Ahola2012-08-146-29/+22