aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtCharts/typesystem_charts.xml
Commit message (Collapse)AuthorAgeFilesLines
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-081-1/+2
| | | | | | | Pick-to: 6.7 Fixes: PYSIDE-2590 Change-Id: I36ce25bc759cd888f80b797d4f40864c3d2e2a84 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* charts: add QColorAxisCristián Maureira-Fredes2024-01-051-0/+1
| | | | | | | | Change-Id: If35518869590758df52c2ee6b334336aa864ffa7 Pick-to: 6.6 6.5 6.2 Task-number: PYSIDE-1586 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* PyEnum: Update list of IntEnum to keep compatibility in 6.4, completionChristian Tismer2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | The list of IntEnum was not including the extra modules. We now installed and checked PyQt6 PyQt6-3D PyQt6-Charts PyQt6-DataVisualization PyQt6-NetworkAuth PyQt6-WebEngine and found two omissions by that. Change-Id: I891d1771bdab6f53b6bd61de09109465fbb31735 Task-number: PYSIDE-1735 Pick-to: 6.3 6.4 Fixes: PYSIDE-2110 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I065150015bdb84a3096b5b39c061cf0a20ab637d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add QXYSeries PointConfiguration enumCristián Maureira-Fredes2022-01-131-0/+1
| | | | | | | | | | The 'PointConfiguration' enum was missing, disabling the generation of all the methods that were using it. Fixes: PYSIDE-1770 Pick-to: 6.2 Change-Id: Id64889e8058dfdf2d5b7734c767d24bad1fa8d08 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Add documentation for the numpy overloads of functions taking point listsFriedemann Kleint2021-04-231-2/+10
| | | | | | | | | Amends 6389561fd75e80c69d7c83f6a87d988450a2e569. Task-number: PYSIDE-1540 Task-number: PYSIDE-1503 Change-Id: I0f424dccf4151d53d64f3aef923a32d3c3bf2641 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add a numpy overload for some functions taking lists of QPointFFriedemann Kleint2021-04-211-1/+12
| | | | | | | | | | | | | | | | | | | | Add functions taking x,y data in the form of numpy-vectors (as common for matplotlib, etc) for: QPainter::drawPoints() QXYSeries::append(), QXYSeries::replace() They are added as separate functions instead of overloads since there is a restriction in that numpy arrays cause an error: FIXME Subscripted generics cannot be used with class and instance checks when passed to other type check macros. Task-number: PYSIDE-1540 Task-number: PYSIDE-1503 Change-Id: Ie1521ce19127bb0641fbdb4f7320a8707682724e Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* QtCharts: Remove namespaceFriedemann Kleint2021-01-201-222/+220
| | | | | | | | | Adapt to 227020b118fa38ada1d8bd579593dae61f6e3881. Task-number: PYSIDE-904 Task-number: PYSIDE-1482 Change-Id: I9adb78cfe60efd0df73be52132b4ea029986ea18 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+272
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <tismer@stackless.com>