summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix few cases of dividing by zeroJoni Poikelin2018-02-281-6/+18
* Fix empty chart when using QHBoxPlotModelMapperDrew Budwin2018-02-151-0/+3
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-12177-262/+686
|\
| * Add private declarative headers5.10Peter Staab2018-02-0738-120/+355
| * When effective marker is MarkerFromSeries then it can call a pure virtualAndy Shaw2018-02-051-1/+3
| * Add export declarations to private headersPeter Staab2018-01-23138-141/+328
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-2/+11
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-182-2/+11
| |\
| | * Hide labels from removed barsJoni Poikelin2017-12-121-0/+9
| | * When passing empty QStrings as label format should revert to the defaultAndy Shaw2017-12-011-2/+2
* | | Add labelsPrecision property to bar chartsKari Oikarinen2017-12-214-3/+49
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2020-21/+102
|\| |
| * | 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
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2944-68/+68
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-213-11/+11
|/ /
* | 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