summaryrefslogtreecommitdiffstats
path: root/src/graphs2d/piechart
Commit message (Expand)AuthorAgeFilesLines
* Add odd / even visibility modesTomi Korpipaa5 days2-9/+21
* Allow hiding all or some labels of very small slicesTomi Korpipaa8 days5-16/+200
* Fix the range check in removeMultipleTomi Korpipää12 days1-3/+1
* add categorized logging for graphs 2d pt1Niko Korkala2025-04-031-5/+32
* Prepend QTGRAPHS_ to include guardsSami Varanka2025-01-283-9/+9
* doc: Update types of QML properties to QML typesDavid Boddie2025-01-211-1/+1
* API comparison review findingsTomi Korpipää2025-01-131-4/+4
* Make borderWidth and labelTextColor default to GraphThemes propertiesNiko Korkala2024-12-181-2/+2
* Add doc for 2D custom inputKwanghyo Park2024-12-121-0/+23
* Add custom input support for pie seriesKwanghyo Park2024-12-061-0/+5
* Docs add a missing simple QML piegraph creation exampleNiko Korkala2024-12-031-0/+27
* Doc add missing example in detailed descriptionNiko Korkala2024-12-031-0/+9
* Add missing docs for Bar and Pie seriesOwais Akhtar2024-09-161-0/+28
* Remove QQuickSvgParser dependency from pie renderingOwais Akhtar2024-09-121-2/+2
* Update PieRenderer to use setPathOwais Akhtar2024-09-092-41/+16
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-203-3/+3
* Use Q_D macro in const member functions like we do elsewhereVolker Hilsheimer2024-08-193-27/+27
* Change int to qsizetype where feasibleSami Varanka2024-07-313-36/+44
* Rename size to pieSize in pieseriesSami Varanka2024-07-252-17/+17
* Pass small types by valueSami Varanka2024-07-252-6/+6
* Disable copy and move from model mappersSami Varanka2024-07-242-0/+4
* Add some empty lines for consistencySami Varanka2024-07-232-0/+7
* API: Minor tweaks in Graphs 2DKaj Grönholm2024-07-223-21/+17
* Add trailing comma to enumsSami Varanka2024-07-151-1/+1
* Add out-of-line dtorsSami Varanka2024-07-152-0/+3
* Docs: Add \qmlsignal descriptions for Qt Graphs 2DAlexei Cazacov2024-05-292-5/+5
* Fix compile errors for ios buildKwanghyo Park2024-05-204-58/+58
* Mark Q_PROPERTY in public API as FINALOwais Akhtar2024-05-173-36/+39
* API: Remove initializeAxes() as unusedKaj Grönholm2024-05-142-5/+0
* API: Fix public header includes in 2DTomi Korpipaa2024-05-141-2/+2
* Add documentation for piemodelmapperSami Varanka2024-05-101-8/+156
* Unify invokeables in seriesOwais Akhtar2024-05-102-9/+190
* Fix Q_PROPERTY first in piemodelmapperSami Varanka2024-05-101-1/+1
* Add PieModelMapperSami Varanka2024-05-103-0/+774
* Add missing 2D overview docsTomi Korpipaa2024-05-081-0/+27
* Fix GraphsView 2D qml autotest crashJere Tuliniemi2024-05-032-8/+0
* Doc: Fix links to PieSeries QML type's methodsTopi Reinio2024-04-051-2/+3
* Change all enums to scopedKaj Grönholm2024-04-043-20/+20
* 2D: Remove extra d and q ptr from seriesSami Varanka2024-03-225-23/+27
* Add auto test cases for pie chartKwanghyo Park2024-03-142-18/+2
* Introduce holesize property for pie graphKwanghyo Park2024-03-145-19/+174
* Support pie chart labelsKwanghyo Park2024-02-156-128/+361
* Replace references to chart and Qt ChartsTomi Korpipaa2024-02-072-1/+4
* Introducing Pie chartKwanghyo Park2024-02-076-0/+1574