summaryrefslogtreecommitdiffstats
path: root/examples/piechart
Commit message (Collapse)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-142-75/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Charts repository structure is changed to follow the structure of a Qt Add-On module. The task includes following changes: - All macros and definitions named 'commercial' have been renamed. - Compile errors related to QString and qSort usage have been fixed. - Old demos are moved under examples. The QML examples now support only Qt Quick 2.0, the support for Qt Quick 1 is removed. - The QML examples with multiple views are updated so that they are usable also with touch devices. - Unnecessary version checks are removed from examples. - The build stamp has been removed as it was only meant for Charts development purposes and it's no longer needed. Also development build related debug prints are removed as __DATE__ can't be used for all OS thus it doesn't make much sense. - Documentation structure has been updated based on the new module structure. The raw HTML files have been removed. Demos are combined to examples. - Unnecessary .qdocinc files are no longer needed. The content is moved to the corresponding .cpp files. - The Charts widget designer plugin is updated according to the module change. - The test cases updated according to the project structure change. Tests are added also for version 2.0. - cmake modules generation is not needed with Qt 5.4 and Qt Charts so it's disabled. - The new module name and version are updated to the plugin.qmltypes file. Task-number: QTRD-2844, QTRD-3217, QTRD-3218, QTRD-3277, QTRD-3228, QTRD-2526, QTRD-3233, QTRD-3222 Change-Id: Ib7fb26057cde710ffaf6bc780c8bf52a16f45160 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Update copyright yearTitta Heikkala2014-05-131-1/+1
| | | | | | Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e 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>
* More copyright year changesMiikka Heikkinen2013-03-051-1/+1
|
* more coding style fixes for examplesJani Honkonen2012-09-251-2/+2
| | | | and for one demo
* Added simple donut chart example docsMarek Rosa2012-08-251-0/+1
|
* OSX install name tool now executed only on QtCommercialChart library during ↵Tero Ahola2012-06-071-2/+0
| | | | build
* pie: change the order of parameters when creating slices to be more intuitiveJani Honkonen2012-05-221-5/+5
|
* Fix pro files system -> system_buildMichal Klocek2012-04-131-1/+1
|
* Added system flag to conditions for install_name_toolTero Ahola2012-04-121-1/+1
|
* Hacked library dependency issues on OSXTero Ahola2012-04-121-1/+1
|
* Improving pie examplesJani Honkonen2012-04-041-6/+6
|
* Pie doc updatesJani Honkonen2012-04-041-0/+4
|
* Add/modify license headersJani Honkonen2012-04-031-37/+18
|
* rename functions add() -> append()Jani Honkonen2012-03-291-5/+5
|
* Add license headersJani Honkonen2012-03-291-2/+0
|
* remove "slice" word from pen/brush setters/gettersJani Honkonen2012-03-281-2/+2
|
* Uninfy examples , updated public API changesMichal Klocek2012-03-271-20/+62
|
* Add custom slice color & explode & visible label in basic piechart example.Jani Honkonen2012-03-231-1/+12
|
* Renames example -> examplesMichal Klocek2012-03-072-0/+40