summaryrefslogtreecommitdiffstats
path: root/src/charts/axis/chartaxiselement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix setting QColorAxis visibility to falseAntti Määttä2023-11-061-0/+2
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-041-5/+6
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-181-0/+2
* QtCharts: fix GCC 13-detected dangling element reference warningThiago Macieira2023-01-191-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Fix axis vanishing with specific valuesJere Tuliniemi2022-06-141-1/+1
* Fix: Resize chart after hiding axis labelsSami Varanka2021-10-151-0/+5
* Extract precision-needed calculation to a functionEdward Welbourne2021-10-131-10/+18
* Use ratios of natural logs rather than to base tenEdward Welbourne2021-10-131-6/+1
* Simplify management of two static regular expression objectsEdward Welbourne2021-10-131-29/+17
* Add colorBy method to QXYSeries and QColorAxisLukas Kosinski2021-06-031-0/+77
* Add optional labels truncation to QAbstractAxisLukas Kosinski2021-06-021-0/+8
* Rename ChartAxisElement::isEmpty to not collide with QGraphicsLayoutItemKeith Kyzivat2021-06-011-2/+2
* Remove unnecessary cast int(qFloor())Dimitrios Apostolou2021-05-211-2/+2
* Replace code with simpler but equivalent codeDimitrios Apostolou2021-05-211-10/+6
* Fix assert crash when zooming too muchDimitrios Apostolou2021-05-211-2/+2
* Avoid infinite allocating loop when zooming in too muchDimitrios Apostolou2021-05-211-4/+4
* Add comments and clarify some codeDimitrios Apostolou2021-05-121-1/+5
* Remove charts namespace for Qt6Michal Klocek2020-11-061-4/+4
* Use QList instead of QVectorJarek Kobus2020-06-261-1/+1
* Fix deprecation warningsFriedemann Kleint2019-05-271-3/+3
* Implement label editing feature in the QDateTimeAxisMiklós Márton2018-11-061-7/+48
* Add label editing feature to the QValueAxisMiklós Márton2018-10-301-0/+41
* Fix namespaced buildLiang Qi2018-10-041-2/+2
* ChartAxisElement: cleanup unused codeSamuel Gaist2018-08-271-2/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-231-22/+27
|\
| * Migrate ChartAxisElement to QRegularExpressionSamuel Gaist2018-06-191-22/+27
* | Implement dynamic tick handling for ValueAxisMika Salmela2018-03-081-6/+52
|/
* When passing empty QStrings as label format should revert to the defaultAndy Shaw2017-12-011-2/+2
* Ensure axis geometry is correct when axis is shownMiikka Heikkinen2016-09-191-2/+9
* Updated licenseMiikka Heikkinen2016-01-131-9/+17
* Updated license headersTitta Heikkala2015-10-201-11/+14
* Added grid color property for value axisTitta Heikkala2015-09-151-0/+4
* Make category axis label positioning at value work for polar chartsMiikka Heikkinen2015-09-091-0/+14
* Added minor ticks to value axisTitta Heikkala2015-09-071-0/+27
* Add possibility to set reverse values to axesTitta Heikkala2015-07-031-0/+9
* Copyright header changesTitta Heikkala2015-04-231-3/+3
* Fix QNX build issueTitta Heikkala2015-04-231-5/+6
* Remove deprecated elements from APIs.Miikka Heikkinen2014-11-121-12/+0
* Updated license headersTitta Heikkala2014-11-121-9/+7
* Fix chart axis label formatTitta Heikkala2014-10-211-1/+1
* Fix include syntaxTitta Heikkala2014-10-201-7/+7
* Qt Charts project file structure changeTitta Heikkala2014-10-141-0/+404