summaryrefslogtreecommitdiffstats
path: root/src/charts/scatterchart
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_CHARTS_PRIVATE_EXPORTAlexey Edelev2023-12-122-7/+7
* Charts: Fix crash when clicking on scatter pointsAntti Määttä2023-08-012-4/+10
* Fix brush setting on scatter series items when selectedMiikka Heikkinen2023-06-221-1/+4
* Doc: Fix broken links in Qt ChartsAndreas Eliasson2023-06-201-1/+1
* Docs: Fix Charts API Docs Broken LinksNicholas Bennett2023-06-171-3/+3
* Do not use global pointsConfigurationDirty flagIvan Solovev2023-04-211-3/+4
* ScatterChartItem: do not use item's position when resizing markerIvan Solovev2023-04-211-6/+6
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-4/+4
* Use SPDX license identifiersLucie Gérard2022-06-165-140/+10
* Fix deprecated uses of QScopedPointerMiikka Heikkinen2022-03-311-1/+1
* qtcharts: do not rely on transitive includesFabian Kosmale2022-03-111-0/+1
* Fix mouse event handling regression for scatter chartsMiikka Heikkinen2021-12-101-1/+8
* Display selected points regardless of QXYSeries::lightMarker()Lukas Kosinski2021-08-193-10/+85
* Support for custom light markers for selected points added to QXYSeriesLukas Kosinski2021-06-041-6/+28
* Add custom legend markers to XYChart based chartsKeith Kyzivat2021-05-254-79/+92
* Possibility to set configuration of single point in QXYSeriesLukas Kosinski2021-05-212-17/+93
* Best fit line support added to QXYSeriesLukas Kosinski2021-05-201-0/+3
* QXYSeries: Add light markerLukas Kosinski2021-05-071-0/+13
* QXYSeries: Support for selection in a plotLukas Kosinski2021-05-071-3/+19
* Remove left-over .pri filesJoerg Bornemann2021-05-051-12/+0
* QScatterSeries: More marker shapesLukas Kosinski2021-05-044-85/+217
* Remove _PRIVATE usage, prepare for cmake 2/2Michal Klocek2020-11-191-2/+2
* Remove charts namespace for Qt6Michal Klocek2020-11-065-11/+11
* Add ; to Q_UNUSEDLars Schmertmann2020-06-261-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-261-2/+2
* Add missing overrideAlexander Volkov2020-06-253-21/+21
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-1/+6
|\
| * Force entire chart update when points label clipping changesMiikka Heikkinen2019-06-181-1/+6
| * Fix the inclusion of MOC files before QT_CHARTS_END_NAMESPACEJesus Fernandez2019-01-212-4/+4
* | Switch export macros to standard formv5.13.0-beta2Kai Koehne2019-04-013-5/+5
* | doc: Add missing documentation for brush propertiesRainer Keller2019-03-201-0/+5
* | Fix namespaced buildLiang Qi2018-10-042-4/+4
|/
* Doc: Rename C++ module from 'Qt Charts' to 'QtCharts'Topi Reinio2018-06-281-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-4/+6
|\
| * Add export declarations to private headersPeter Staab2018-01-232-4/+6
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-1/+1
|/
* Keep the visibility of the item in sync with m_visible5.8Andy Shaw2017-02-161-0/+1
* Doc: Add missing QML type docsLeena Miettinen2017-01-251-0/+6
* Doc: Edit scatter series class and type docsLeena Miettinen2017-01-181-59/+67
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-231-9/+2
|\
| * Fix issues with reverse axesMiikka Heikkinen2016-08-111-9/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-111-2/+8
|\|
| * Make OpenGL accelerated series obey series visibilityMiikka Heikkinen2016-08-021-2/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-1/+0
|\|
| * prune redundant DEPENDPATH entriesOswald Buddenhagen2016-05-191-1/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-1/+1
|\|
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* | Updated licenseMiikka Heikkinen2016-01-135-45/+85
|/
* Updated license headersTitta Heikkala2015-10-205-61/+76
* Use empty rect for gl series instead of small dummy rectMiikka Heikkinen2015-09-301-4/+3