summaryrefslogtreecommitdiffstats
path: root/demos/qmlchart
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearTitta Heikkala2014-05-1315-15/+15
* Fix the geometry for examples and demosTitta Heikkala2013-10-311-2/+2
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-1315-45/+45
* Update qmlapplicationviewer filesHeikkinen Miikka2013-05-232-3/+3
* Fix qml application deployment for androidHeikkinen Miikka2013-05-221-1/+7
* Make creator stop whining about changed generated filesMiikka Heikkinen2013-05-152-1/+1
* Fix build issues with multi-core builds in qml/quick demosMiikka Heikkinen2013-05-154-1/+238
* Add qml files to OTHER_FILES in qml examples, demos, and testsMiikka Heikkinen2013-04-241-0/+1
* Generate charts plugin for QtQuick2 as well as QtQuick1Miikka Heikkinen2013-04-234-237/+1
* More copyright year changesMiikka Heikkinen2013-03-0515-15/+15
* Forced update of qmlapplicationviewer templatesrelease-1.2.0Tero Ahola2012-12-182-97/+73
* Fixing qml build for latest Qt5Jani Honkonen2012-11-084-24/+6
* Qt5: declarative fix part2Marek Rosa2012-09-133-49/+63
* Qt5: fix declarative/quick1 module includeMarek Rosa2012-09-121-1/+5
* Qt5: fixed QApplication and QWidget includesMarek Rosa2012-09-122-2/+2
* Fixed formatting of axis in qmlchart demoTero Ahola2012-09-101-0/+1
* QML demo basic area chart to use value axis to make it simplerTero Ahola2012-08-311-54/+44
* Fixed a bug in setting scatter/area series brush colorTero Ahola2012-08-311-4/+9
* Disabled anti-aliasing by default in declarative implTero Ahola2012-08-291-0/+1
* Added CategoryAxis and CategoryRange to QML APITero Ahola2012-08-281-7/+18
* Fixed a few missed QMLs for QML API versioningTero Ahola2012-08-271-1/+0
* QML API versioning to QtCommercial.Chart 1.1Tero Ahola2012-08-2712-18/+18
* Tuning QML donutTero Ahola2012-08-271-13/+15
* Minor fix to qml donut demoTero Ahola2012-08-241-8/+8
* Documented QML donut demoTero Ahola2012-08-242-2/+2
* Added donut to QML chart demo appTero Ahola2012-08-244-6/+80
* Refactored QML axis handlingTero Ahola2012-08-2211-133/+26
* added horizontal barcharts to qmlchart demosauimone2012-08-225-2/+151
* Refactor CategoriesAxis to BarCategoriesAxis part 1 of 2Michal Klocek2012-07-043-3/+3
* Adds axis to qmlMichal Klocek2012-07-0310-59/+56
* Added value and category axis to QML apiTero Ahola2012-06-275-6/+10
* Renamed XyPoint to XYPointTero Ahola2012-06-264-99/+99
* Documentation of QML ChartView, Axis and LegendTero Ahola2012-06-182-47/+51
* QML api documentation skeletons for all the series.Tero Ahola2012-06-1510-156/+318
* QML: renamed BarSet name to label, barMargin to barWidthTero Ahola2012-06-111-3/+3
* OSX install name tool now executed only on QtCommercialChart library during b...Tero Ahola2012-06-071-2/+0
* Documentation: QML demos, bar screens, legend detach screenTero Ahola2012-06-046-20/+18
* Updated Qml apps to legend refactoringTero Ahola2012-06-012-2/+2
* Tuning qml chart demo pie and area chartsTero Ahola2012-06-013-64/+74
* Removed bar categories from QML appsTero Ahola2012-05-311-3/+1
* XY model mappers to QML apiTero Ahola2012-05-291-0/+2
* Added new model mappers for pie to QML apiTero Ahola2012-05-281-1/+0
* QML demo with dynamic dataTero Ahola2012-05-251-3/+5
* Cleaning up declarative implementationTero Ahola2012-05-232-3/+3
* Separated series model stuff from data api in QML examplesTero Ahola2012-05-215-114/+105
* QML BarSeries API to support BarSet childrenTero Ahola2012-05-211-30/+11
* Cleaning up ChartModel impl before moving it into a demo appTero Ahola2012-05-184-27/+26
* Removed usage of model in QML pie exampleTero Ahola2012-05-182-11/+16
* QML and static data in pie and xy seriesTero Ahola2012-05-182-36/+42
* Now using only one declarative modelTero Ahola2012-05-154-147/+90