summaryrefslogtreecommitdiffstats
path: root/src/piechart/qpieslice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-789/+0
* Update copyright yearTitta Heikkala2014-05-131-1/+1
* Add possibility to set brush image via QML APITitta Heikkala2014-05-021-0/+5
* Fix documentation pathsTitta Heikkala2013-11-011-1/+1
* Fix Charts documentationTitta Heikkala2013-10-281-12/+13
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qF...Marek Rosa2012-11-071-6/+6
* List of slices and barsets as metatypes in decl pluginTero Ahola2012-09-271-1/+3
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-7/+7
* Fixed bug in initializing color of a sliceTero Ahola2012-08-241-4/+5
* QPieSlice::LabelInside -> LabelInsideHorizontalJani Honkonen2012-07-311-2/+2
* Docs updateMarek Rosa2012-07-231-1/+2
* QML signals documentationTero Ahola2012-06-261-10/+10
* Documented QLegend label propertiesTero Ahola2012-06-261-1/+1
* Add qml Font properties & docsJani Honkonen2012-06-211-0/+10
* Removed unnecessary signals from QPieSliceTero Ahola2012-06-191-48/+4
* QML PieSlice documentationTero Ahola2012-06-151-98/+177
* pie: add label position to sliceJani Honkonen2012-06-131-0/+39
* Fix issues with pen/brush convenience properties and update docsJani Honkonen2012-06-011-65/+148
* Removed DeclarativePieSlice; properties in QPieSlice nowTero Ahola2012-06-011-0/+65
* Add QPieSlice::series() and testsJani Honkonen2012-05-311-1/+12
* Use labelBrush instead of labelPen for text labelsTero Ahola2012-05-311-15/+15
* pie: make it impossible to add negative slice valuesJani Honkonen2012-05-291-2/+5
* pieslice: update docsJani Honkonen2012-05-291-199/+234
* pie: added everything as a property in QPieSliceJani Honkonen2012-05-291-56/+118
* pie: remove changed() signal and replace it with more refined signalsJani Honkonen2012-05-231-17/+42
* pie: change the order of parameters when creating slices to be more intuitiveJani Honkonen2012-05-221-1/+1
* Removed unnecessary includeMarek Rosa2012-05-211-1/+0
* Pie now has defualt Model to which slice data is copied.Marek Rosa2012-05-211-0/+2
* Remove QPieSeries::replace(). The function does not really make sense with th...Jani Honkonen2012-04-121-2/+2
* API review changes for pieJani Honkonen2012-04-121-18/+5
* Pie doc updatesJani Honkonen2012-04-101-19/+35
* Update pie docsJani Honkonen2012-04-051-0/+6
* Some more doc fixes and additionsMarek Rosa2012-04-051-0/+1
* Pie doc updatesJani Honkonen2012-04-041-2/+0
* Fixed compilation issue on Qt 4.7Tero Ahola2012-04-031-2/+3
* Refactoring QPieSlice private implementation. Removes the useless QPieSlicePr...Jani Honkonen2012-04-021-77/+45
* Doc fixes for pieJani Honkonen2012-03-301-7/+7
* rename functions add() -> append()Jani Honkonen2012-03-291-2/+2
* Add license headersJani Honkonen2012-03-291-0/+20
* Fix issues with comparing equality of floating values in pieJani Honkonen2012-03-281-3/+3
* 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-8/+8
* Fix setting custom color to pie. Now the pie knows if the color is set by the...Jani Honkonen2012-03-221-5/+9
* Getting rid of friend classes in pie APIJani Honkonen2012-03-211-1/+2
* Adding PIMPL to pieJani Honkonen2012-03-201-64/+65
* Add animations to pie. Works but has some visual issues when adding slices.Jani Honkonen2012-03-161-1/+7
* Renaming pen & brush functions for pie and adding constJani Honkonen2012-03-061-30/+30
* Introducing vertical and horizontal factors to control the position of the pie.Jani Honkonen2012-03-051-30/+55