summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update the list of highlighted examplesTopi Reinio2017-11-131-1/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-033-17/+34
|\
| * Add shaders suitable for CoreProfile on declarativeMika Salmela2017-10-201-2/+27
| * Select min of m_points and pointsMika Salmela2017-09-121-1/+5
| * Account for very small numbers when setting the rangeAndy Shaw2017-08-231-14/+2
* | Revamp QML Charts examplev5.10.0-beta2v5.10.0-beta1Titta Heikkala2017-09-1312-0/+0
* | Improve the documentation of Chart Themes ExampleTitta Heikkala2017-09-061-3/+66
* | Update appearance of Chart Themes ExampleTitta Heikkala2017-09-053-0/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-152-1/+2
|\|
| * BarSeries: Account for labels when hovering over the barAndy Shaw2017-08-081-0/+1
| * Call the base implementation to ensure the mouse event is passed onAndy Shaw2017-08-071-1/+1
* | Use QRandomGenerator instead of q?randThiago Macieira2017-07-041-2/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-4/+14
|\|
| * fix for some QXYModelMapper sync issuesJohn Englund2017-06-011-3/+3
| * Highlight chartthemes examplev5.9.0-rc2v5.9.0-rc1v5.9.0Miikka Heikkinen2017-05-171-0/+2
| * Fix bundling of module for static buildsv5.9.0-beta4Julian Strobl2017-05-051-0/+8
| * Calculate the available space for the title based on the heightAndy Shaw2017-04-241-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2124-24/+490
|\|
| * Fix GCC warning about comparing the result of comparisonsv5.9.0-beta3v5.9.0-beta2Thiago Macieira2017-04-042-2/+2
| * Fix warning about unused variableThiago Macieira2017-04-042-4/+0
| * Fix warning about && inside ||Thiago Macieira2017-04-042-4/+4
| * Fix Clang warning about private member not used in a classThiago Macieira2017-04-041-0/+1
| * Block mouse events for several charts itemsMika Salmela2017-04-033-1/+3
| * Remove uses of QString::nullMarc Mutz2017-03-113-6/+6
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1013-6/+470
| |\
| | * Keep the visibility of the item in sync with m_visible5.8Andy Shaw2017-02-161-0/+1
| | * Ensure that the box plot series' visibility and opacity is passed onAndy Shaw2017-02-072-0/+14
| | * Doc: Fix link in XYSeries::axisX property docsLeena Miettinen2017-01-251-1/+1
| | * Doc: Add an overview of using Qt Charts moduleLeena Miettinen2017-01-252-0/+376
| | * Doc: Add missing QML type docsLeena Miettinen2017-01-257-5/+78
| * | Build fix for -no-feature-tooltipPaul Olav Tvete2017-03-061-1/+4
* | | Use qDegreesToRadians() more widelyEdward Welbourne2017-02-242-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-2444-1825/+2334
|\|
| * Doc: Add missing property docs for CandlestickSeriesLeena Miettinen2017-01-241-0/+30
| * Doc: Add missing docs (BoxPlotSeries and BoxSet)Leena Miettinen2017-01-231-0/+11
| * Doc: Add missing AreaSeries properties docsLeena Miettinen2017-01-231-4/+57
| * Doc: Edit Margins type docsLeena Miettinen2017-01-231-2/+6
| * Doc: Add property docs for the CategoryRange typeLeena Miettinen2017-01-231-1/+16
| * Doc: Fix ChartView enums that were documented twiceLeena Miettinen2017-01-231-57/+39
| * Doc: Edit XY-model mapper class and type docsLeena Miettinen2017-01-232-78/+125
| * Doc: Edit XY-series class and type docs and XYPoint docsLeena Miettinen2017-01-192-165/+213
| * Doc: Fix QDoc command errors in BoxPlotSeries type docsLeena Miettinen2017-01-191-2/+3
| * Doc: Fix BoxSet and BoxPlotSeries signal and property docsLeena Miettinen2017-01-191-72/+49
| * Doc: Move the possible enumeration values to BoxSet::valuesLeena Miettinen2017-01-191-7/+4
| * Doc: Edit scatter series class and type docsLeena Miettinen2017-01-181-59/+67
| * Doc: Edit spline series class and type docsLeena Miettinen2017-01-171-23/+34
| * Doc: Edit ChartView docsLeena Miettinen2017-01-161-67/+184
| * Doc: Edit PolarChartView docsLeena Miettinen2017-01-161-16/+24
| * Doc: Edit QPolarChart docsLeena Miettinen2017-01-161-27/+35
| * Doc: Edit QChartView docsLeena Miettinen2017-01-161-23/+37