summaryrefslogtreecommitdiffstats
path: root/plugins/declarative
Commit message (Expand)AuthorAgeFilesLines
* Adds release debug direcotires to bin libMichal Klocek2012-09-051-4/+5
* QML: Added possibility to define axes when creating seriesTero Ahola2012-09-042-6/+23
* Fixed scrolling left/right mixed up in QML ChartViewTero Ahola2012-09-041-2/+2
* Added removeSeries and removeAllSeries to QML APITero Ahola2012-09-032-1/+12
* Fixed a bug in setting axes dynamically via QML APITero Ahola2012-09-031-12/+13
* Improved ChartView.minimuMargins implementationTero Ahola2012-09-032-37/+21
* QDateTimeAxis: qml on arm not registering the type anymoreMarek Rosa2012-09-031-25/+30
* Fix spelling errorsJani Honkonen2012-09-033-3/+3
* Normalize signal and slot signaturesJani Honkonen2012-09-032-26/+26
* Added ChartView.plotArea to QML APITero Ahola2012-08-312-1/+16
* Added ChartView.minimumMargins to QML propertiesTero Ahola2012-08-316-32/+207
* Bugfix: Define pie model mapper outside series scopeTero Ahola2012-08-311-0/+4
* Removed a few unnecessary TODOsTero Ahola2012-08-294-11/+2
* Disabled anti-aliasing by default in declarative implTero Ahola2012-08-292-11/+0
* Fixed QML BarSet::removeTero Ahola2012-08-291-0/+4
* Added missing QML properties to AreaSeriesTero Ahola2012-08-292-0/+19
* Adding missing QML series API line/border propertiesTero Ahola2012-08-298-0/+152
* Switched order of add series/set axis in declarative chartTero Ahola2012-08-291-5/+8
* Implements minimumMarginsMichal Klocek2012-08-282-11/+13
* Added missing Q_INTERFACES definitionTero Ahola2012-08-281-0/+1
* Added missing sources to declarative pluginTero Ahola2012-08-282-0/+158
* Added CategoryAxis and CategoryRange to QML APITero Ahola2012-08-282-3/+10
* Fixed minor issues in QML axes documentationTero Ahola2012-08-281-4/+4
* Disabled QDateTimeAxis on ARMMarek Rosa2012-08-281-1/+8
* QML API versioning to QtCommercial.Chart 1.1Tero Ahola2012-08-276-45/+85
* Removed unneeded includes from declarative pluginTero Ahola2012-08-2410-13/+14
* updated AxisType namesMarek Rosa2012-08-221-9/+9
* Renamed QML ValuesAxis to ValueAxisTero Ahola2012-08-221-1/+1
* Refactored QML axis handlingTero Ahola2012-08-2214-50/+349
* added horizontal barcharts to qmlchart demosauimone2012-08-223-1/+16
* renamed QBarCategoryAxis related filesMarek Rosa2012-08-222-2/+2
* QBarCategoriesAxis renamed to QBarCategoryAxisMarek Rosa2012-08-221-1/+1
* declarative series for horizontal barchartssauimone2012-08-222-0/+249
* renamed QValueAxis related filesMarek Rosa2012-08-221-1/+1
* class QValuesAxis renamed to QValueAxisMarek Rosa2012-08-221-1/+1
* added stacked and percent bar series creation to declarativechartsauimone2012-07-121-2/+2
* Removes defualt realse and debug build settingMichal Klocek2012-07-111-6/+0
* removed many unnecessary includes from declarative filesMarek Rosa2012-07-0515-55/+13
* F1 qml example fixedMarek Rosa2012-07-051-1/+0
* updated qml docsauimone2012-07-041-4/+4
* Fixes missing update barcategoryMichal Klocek2012-07-041-4/+3
* qml doc updatesauimone2012-07-041-4/+4
* Refactor CategoriesAxis to BarCategoriesAxis part 2 of 2Michal Klocek2012-07-042-2/+2
* Refactor CategoriesAxis to BarCategoriesAxis part 1 of 2Michal Klocek2012-07-041-1/+1
* f1 example workingMarek Rosa2012-07-041-0/+1
* Clears the qml plugin code from legacy codeMichal Klocek2012-07-039-107/+0
* Adds axis to qmlMichal Klocek2012-07-035-225/+33
* Adds defulat axis creation for qml pluginMichal Klocek2012-07-031-0/+6
* GroupedBarSeries to BarSeriessauimone2012-07-035-22/+22
* fixed moc name in declarative barseriessauimone2012-07-031-1/+1