summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Move the literal code block to the snippet fileVenugopal Shivashankar2018-07-023-10/+32
* Doc: Rename C++ module from 'Qt Charts' to 'QtCharts'Topi Reinio2018-06-2851-51/+51
* Doc: Add missing dot (qtcharts)Paul Wicking2018-06-191-1/+1
* Migrate ChartPresenter to QRegularExpressionSamuel Gaist2018-06-191-2/+3
* Migrate ChartAxisElement to QRegularExpressionSamuel Gaist2018-06-191-22/+27
* Use FDL license for all .qdoc filesKai Koehne2018-05-1848-528/+432
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-0/+6
|\
| * Add missing overridev5.11.0-rc2v5.11.0-rc1v5.11.0Maurice Kalinowski2018-04-232-0/+6
* | Doc: Add license information to index pageKai Koehne2018-05-091-0/+6
* | Maintain correct order of legend items when inserting pie chart itemsFriedemann Kleint2018-04-262-35/+95
|/
* LegendLayout::setDettachedGeometry(): Remove unused variableFriedemann Kleint2018-04-171-2/+0
* Doc: Resolve all documentation warningsv5.11.0-beta3Topi Reinio2018-03-211-0/+2
* 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