summaryrefslogtreecommitdiffstats
path: root/src/charts/candlestickchart
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_CHARTS_PRIVATE_EXPORTAlexey Edelev2023-12-126-6/+6
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-041-1/+2
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-182-0/+4
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-171-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-103-14/+14
* Use SPDX license identifiersLucie Gérard2022-06-1618-504/+36
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-311-3/+3
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-111-3/+4
* Remove left-over .pri filesJoerg Bornemann2021-05-051-26/+0
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-191-2/+2
* Remove charts namespace for Qt6Michal Klocek2020-11-0618-37/+37
* Add ; to Q_UNUSEDLars Schmertmann2020-06-262-12/+12
* Use QList instead of QVectorJarek Kobus2020-06-261-1/+1
* Add missing overrideAlexander Volkov2020-06-256-22/+22
* Update dependenciesFriedemann Kleint2020-04-061-0/+3
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+1
* Fix removing rows from candlestick model mapperMiikka Heikkinen2019-10-151-9/+24
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-2/+3
|\
| * 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-217-14/+14
* | Switch export macros to standard formv5.13.0-beta2Kai Koehne2019-04-0111-11/+11
* | Fix namespaced buildLiang Qi2018-10-047-14/+14
|/
* Fully qualify classes in QtCharts namespace in Q_PROPERTYKai Koehne2018-09-211-1/+1
* Doc: Rename C++ module from 'Qt Charts' to 'QtCharts'Topi Reinio2018-06-285-5/+5
* Add export declarations to private headersPeter Staab2018-01-236-6/+12
* Block mouse events for several charts itemsMika Salmela2017-04-031-0/+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-052-261/+219
* Doc: Edit candlestick model mapper class and type docsLeena Miettinen2017-01-052-100/+166
* Doc: Fix the \since value for QML types to include module nameLeena Miettinen2017-01-052-2/+2
* Fix compile error in candlestickchart when qreal is floatv5.8.0-beta1Ola Røer Thorsen2016-10-271-1/+1
* Update candlestick chart model mappers APIAlexander Mishin2016-06-1411-134/+130
* Added candlestick chart typeAlexander Mishin2016-05-2519-0/+4817