summaryrefslogtreecommitdiffstats
path: root/src/charts/candlestickchart/qcandlestickseries.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-181-0/+2
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-171-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-6/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-161-28/+2
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-311-3/+3
* Remove charts namespace for Qt6Michal Klocek2020-11-061-2/+2
* Fix crash on ChartView component destroyKirill Burtsev2019-05-221-2/+2
* QCandlestickSeries: remove sets on destroy to prevent leaksKirill Burtsev2019-05-211-0/+1
* Fix the inclusion of MOC files before QT_CHARTS_END_NAMESPACEJesus Fernandez2019-01-211-2/+2
* Doc: Rename C++ module from 'Qt Charts' to 'QtCharts'Topi Reinio2018-06-281-1/+1
* Doc: Add missing property docs for CandlestickSeriesLeena Miettinen2017-01-241-0/+30
* Doc: Edit candlestick item and series class and type docsLeena Miettinen2017-01-051-169/+161
* Update candlestick chart model mappers APIAlexander Mishin2016-06-141-17/+17
* Added candlestick chart typeAlexander Mishin2016-05-251-0/+1138