summaryrefslogtreecommitdiffstats
path: root/src/charts/barchart
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_CHARTS_PRIVATE_EXPORTAlexey Edelev2023-12-1217-17/+17
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-042-4/+4
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-182-0/+4
* Doc: Fix broken snippet referenceAndreas Eliasson2023-07-051-5/+3
* Doc: Fix broken links in Qt ChartsAndreas Eliasson2023-06-201-1/+2
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-177-14/+13
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-104-57/+57
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-4/+4
* Use SPDX license identifiersLucie GĂ©rard2022-06-1647-1316/+94
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-311-3/+3
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-112-4/+7
* Doc: Fix the qdoc warningsVenugopal Shivashankar2021-08-181-1/+1
* QBarSet: Support for bars selectionLukas Kosinski2021-06-015-1/+271
* Remove left-over .pri filesJoerg Bornemann2021-05-051-63/+0
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-191-2/+2
* Remove charts namespace for Qt6Michal Klocek2020-11-0647-97/+97
* Add ; to Q_UNUSEDLars Schmertmann2020-06-267-29/+29
* Use QList instead of QVectorJarek Kobus2020-06-2621-69/+71
* Add missing overrideAlexander Volkov2020-06-2521-54/+54
* Shift the label to be inside the bar if it is going to be cut offAndy Shaw2020-04-282-8/+12
* Update dependenciesFriedemann Kleint2020-04-063-0/+7
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+1
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-16/+8
* Switch export macros to standard formv5.13.0-beta2Kai Koehne2019-04-0129-29/+29
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-251-1/+8
|\
| * Fix access to bar sets instantiated inside the moduleMaurice Kalinowski2018-12-211-1/+8
* | Fix namespaced buildLiang Qi2018-10-0419-38/+33
|/
* Fully qualify classes in QtCharts namespace in Q_PROPERTYKai Koehne2018-09-212-2/+2
* Doc: Rename C++ module from 'Qt Charts' to 'QtCharts'Topi Reinio2018-06-2811-11/+11
* Add missing overridev5.11.0-rc2v5.11.0-rc1v5.11.0Maurice Kalinowski2018-04-232-0/+6
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1217-17/+34
|\
| * Add export declarations to private headersPeter Staab2018-01-2317-17/+34
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+9
|\|
| * Hide labels from removed barsJoni Poikelin2017-12-121-0/+9
* | Add labelsPrecision property to bar chartsKari Oikarinen2017-12-214-3/+49
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2911-11/+11
|/
* BarSeries: Account for labels when hovering over the barAndy Shaw2017-08-081-0/+1
* Fix GCC warning about comparing the result of comparisonsv5.9.0-beta3v5.9.0-beta2Thiago Macieira2017-04-042-2/+2
* Fix warning about && inside ||Thiago Macieira2017-04-042-4/+4
* Block mouse events for several charts itemsMika Salmela2017-04-031-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-0/+36
|\
| * Doc: Add missing QML type docsLeena Miettinen2017-01-251-0/+36
* | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-242-50/+66
|\|
| * Doc: fix a broken link in AbstractBarSeries type docsLeena Miettinen2017-01-051-1/+1
| * Doc: Document signals instead of signal handlers (BarSet)Leena Miettinen2017-01-051-3/+9
| * Doc: Remove docs for property-changed signals (BarSet)Leena Miettinen2017-01-051-16/+0
| * Doc: Fix signal documentation for AbstractBarSeries typeLeena Miettinen2017-01-051-30/+31
| * Doc: Add method docs for the BarSet typeLeena Miettinen2017-01-051-0/+24
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1211-367/+478
|\|
| * Doc: Edit bar series model mapper class and type docsLeena Miettinen2016-11-173-82/+136