summaryrefslogtreecommitdiffstats
path: root/src/piechart/qpieslice.h
Commit message (Expand)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-147/+0
* Update copyright yearTitta Heikkala2014-05-131-1/+1
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Removed some carbage from pie series public APIsTero Ahola2012-09-101-2/+2
* QPieSlice::LabelInside -> LabelInsideHorizontalJani Honkonen2012-07-311-1/+1
* Inner pie (donut) size cannot be smaller than the outer pie sizeMarek Rosa2012-07-261-2/+2
* Added one more type of label placing on Pie chartMarek Rosa2012-07-171-1/+3
* Removed unnecessary signals from QPieSliceTero Ahola2012-06-191-10/+6
* pieslice: add missing notify signals to propertiesJani Honkonen2012-06-131-2/+2
* pie: add label position to sliceJani Honkonen2012-06-131-0/+12
* Fix issues with pen/brush convenience properties and update docsJani Honkonen2012-06-011-13/+16
* Removed DeclarativePieSlice; properties in QPieSlice nowTero Ahola2012-06-011-0/+17
* Add QPieSlice::series() and testsJani Honkonen2012-05-311-0/+3
* Use labelBrush instead of labelPen for text labelsTero Ahola2012-05-311-4/+4
* pieslice: update docsJani Honkonen2012-05-291-1/+1
* pie: added everything as a property in QPieSliceJani Honkonen2012-05-291-19/+32
* pie: remove changed() signal and replace it with more refined signalsJani Honkonen2012-05-231-11/+27
* pie: change the order of parameters when creating slices to be more intuitiveJani Honkonen2012-05-221-1/+1
* Added declarative model for bar seriesTero Ahola2012-05-141-2/+3
* API review changes for pieJani Honkonen2012-04-121-11/+7
* Fixes explicit issues in cstrMichal Klocek2012-04-111-1/+1
* Refactor qledgend handlingMichal Klocek2012-04-031-0/+1
* Polish QPieSlice API by removing the DataPtr stuffJani Honkonen2012-04-021-4/+0
* Refactoring QPieSlice private implementation. Removes the useless QPieSlicePr...Jani Honkonen2012-04-021-5/+5
* Add license headersJani Honkonen2012-03-291-0/+20
* remove "slice" word from pen/brush setters/gettersJani Honkonen2012-03-281-4/+4
* Get pie slice label font and pen from themeJani Honkonen2012-03-231-2/+2
* Add mousebuttons to pie clicked signalsJani Honkonen2012-03-231-1/+1
* Add some default values to pie slice settersJani Honkonen2012-03-221-2/+2
* Getting rid of friend classes in pie APIJani Honkonen2012-03-211-4/+4
* Adding PIMPL to pieJani Honkonen2012-03-201-25/+8
* Add animations to pie. Works but has some visual issues when adding slices.Jani Honkonen2012-03-161-6/+3
* Rename piepresenter -> piechartitemJani Honkonen2012-03-141-1/+1
* Renaming pen & brush functions for pie and adding constJani Honkonen2012-03-061-10/+10
* Introducing vertical and horizontal factors to control the position of the pie.Jani Honkonen2012-03-051-6/+6
* Added a pie chart customization example and refactoring the pie interface.Jani Honkonen2012-03-021-20/+14
* QPieSlice: angle() -> startAngle(), angleSpan() -> endAngle()Jani Honkonen2012-02-271-3/+4
* Add documentation to pieJani Honkonen2012-02-241-3/+3
* Hide slice label by defaultJani Honkonen2012-02-231-1/+1
* Make pie fit better inside its given rectangle. Label texts still go outside....Jani Honkonen2012-02-231-3/+11
* Dynamic data for QML pie and line seriesTero Ahola2012-02-201-0/+2
* Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just ...Jani Honkonen2012-02-171-0/+86