summaryrefslogtreecommitdiffstats
path: root/src/charts/axis
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_CHARTS_PRIVATE_EXPORTAlexey Edelev2023-12-1238-38/+38
* Fix setting QColorAxis visibility to falseAntti Määttä2023-11-061-0/+2
* Port Q_FOREACH to ranged-for; local const containersAhmad Samir2023-09-048-36/+22
* Port Q_FOREACH to ranged-for, iterating over a temporaryAhmad Samir2023-09-045-36/+50
* Mark QtCharts (the library) as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-1816-0/+32
* Fix assert on vertical color axis label countMiikka Heikkinen2023-06-221-1/+1
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-172-3/+3
* 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-1016-35/+35
* Use SPDX license identifiersLucie Gérard2022-06-1682-2296/+164
* Fix axis vanishing with specific valuesJere Tuliniemi2022-06-142-2/+2
* Fix minor tick placement for horizontal axisJoni Poikelin2022-05-031-4/+4
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-312-3/+5
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-112-0/+4
* Fix old-style property revisions found in ValueAxis and BoxPlotSeriesYuya Nishihara2022-02-081-6/+9
* Divide by logBase in the right place to save messy computationsEdward Welbourne2021-10-251-4/+4
* Delegate to axis->tickCount() instead of duplicating its implementationEdward Welbourne2021-10-152-24/+8
* Fix: Resize chart after hiding axis labelsSami Varanka2021-10-1514-164/+282
* Extract precision-needed calculation to a functionEdward Welbourne2021-10-131-10/+18
* Tidy up, modernise and simplify some minor detailsEdward Welbourne2021-10-131-3/+3
* Conform with coding style: spacing-only changesEdward Welbourne2021-10-137-105/+105
* Fix typo in parameter name: aligment -> alignmentEdward Welbourne2021-10-131-2/+2
* Use ratios of natural logs rather than to base tenEdward Welbourne2021-10-135-16/+11
* Simplify management of two static regular expression objectsEdward Welbourne2021-10-131-29/+17
* LogValueAxis::labelFormat is a string, not a realAlbert Astals Cid2021-08-021-1/+1
* Fix AxisTypeColor flag valueMiikka Heikkinen2021-06-291-1/+1
* Doc: Use correct return type for qmlpropertyPaul Wicking2021-06-141-1/+1
* Add colorBy method to QXYSeries and QColorAxisLukas Kosinski2021-06-0314-56/+1177
* Add optional labels truncation to QAbstractAxisLukas Kosinski2021-06-027-15/+140
* Rename ChartAxisElement::isEmpty to not collide with QGraphicsLayoutItemKeith Kyzivat2021-06-016-9/+9
* Chart item mouse click handling if chart rubber band enabledKeith Kyzivat2021-05-311-0/+6
* Replace qCeil/qFloor with std::ceil/floorDimitrios Apostolou2021-05-216-12/+12
* Remove unnecessary cast int(qFloor())Dimitrios Apostolou2021-05-216-9/+9
* Replace code with simpler but equivalent codeDimitrios Apostolou2021-05-214-33/+27
* Fix assert crash when zooming too muchDimitrios Apostolou2021-05-214-6/+6
* Avoid infinite allocating loop when zooming in too muchDimitrios Apostolou2021-05-214-16/+15
* Add comments and clarify some codeDimitrios Apostolou2021-05-122-6/+13
* Remove left-over .pri filesJoerg Bornemann2021-05-051-105/+0
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-191-5/+5
* Remove charts namespace for Qt6Michal Klocek2020-11-0675-154/+154
* Add datetimeaxis to configure systemMichal Klocek2020-11-062-3/+7
* Update dependenciesFriedemann Kleint2020-10-301-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-06-2610-18/+18
* Use QList instead of QVectorJarek Kobus2020-06-2646-127/+133
* Add missing overrideAlexander Volkov2020-06-2535-137/+137
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-151-9/+8
|\
| * Don't overlap the labels on a vertical axis instead of elidingAndy Shaw2020-02-111-9/+8
* | Place minor tickmarks on horizontal axis correctlyPaul Olav Tvete2019-12-051-4/+4
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-252-30/+15
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-111-1/+1