summaryrefslogtreecommitdiffstats
path: root/src/chartbackground.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearTitta Heikkala2014-05-131-1/+1
| | | | | | Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix Charts build with QT_NO_GRAPHICSEFFECT definitionTitta Heikkala2013-10-031-0/+4
| | | | | | | | | | | | QGraphicsDropShadowEffect class can't be used when QT_NO_GRAPHICSEFFECT is defined. Therefore the ChartBackground::setDropShadowEnabled() does nothing with the aforementioned definition. Also the ChartBackground::isDropShadowEnabled() method then always returns false. Task-number: QTRD-2356 Change-Id: I0ef2cec082e8b0dc15756312da61ce773b8d405f Reviewed-by: Karim Pinter <karim.pinter@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix text color for debug informationTitta Heikkala2013-09-231-1/+1
| | | | | | | | | Debug information is drawn with a gray pen so that it can be seen with all current chart themes. Task-number: QTRD-2326 Change-Id: I32da226e5ae834ff9b3088ef5fac72e85610508f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
| | | | | | | Also updated licenses. Change-Id: Ie14327305207e14879c1f1223219fcdfa1669dc0 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Added API to set chart background roundnessMiikka Heikkinen2013-06-041-11/+5
| | | | | | | Task-number: QTRD-1631 Change-Id: I8ac70b5ed157211b90aa1c9ef3d168bca78fb27c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
|
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses ↵Marek Rosa2012-11-071-1/+1
| | | | qFuzzyIsNull becasue it started failing when qFuzzyCompare was used
* more coding style fixes for src-folderJani Honkonen2012-09-251-4/+4
| | | | mostly putting the * or & next to the variable name
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-241-17/+18
|
* Minor, check for potentical division by zero in chartbackgorundMichal Klocek2012-08-281-0/+1
|
* Tuned drop shadow effectTero Ahola2012-04-121-0/+8
|
* Added drop shadow effect for light themesTero Ahola2012-04-121-2/+20
|
* Add license headersJani Honkonen2012-03-291-0/+20
|
* Adds ChartConfig classMichal Klocek2012-03-261-6/+2
|
* Add build stamp and git head support for debugMichal Klocek2012-03-231-1/+15
|
* Add missing files from last commitMichal Klocek2012-03-191-0/+43