summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
Commit message (Collapse)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-44/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Fix compilation on platforms without QtQuick1Maurice Kalinowski2014-06-161-2/+5
| | | | | | | | | WinRT is one of those, but you might want to configure Qt in that way also on other platforms. Change-Id: I40e5d0b8bc0c347f058d5f30d64ddbf55653f904 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
* A new box-and-whiskers series type added to charts.Mika Salmela2013-06-031-0/+2
| | | | | Change-Id: Iab7a05c44026db9925fa0d68afd2b533b3ea2f91 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Add Polar chart supportMiikka Heikkinen2013-04-171-1/+2
| | | | | | | | | | This commit also heavily refactors things as polar chart needs separate implementation of various classes that previously only needed one, such as ChartAxis and ChartLayout. Task-number: QTRD-1757 Change-Id: I3d3db23920314987ceef3ae92879960b833b7136 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Basic logvalueaxis example addedMarek Rosa2012-12-101-1/+2
|
* Presenterchart moved to testsMarek Rosa2012-12-101-1/+0
|
* Docs updateMarek Rosa2012-12-101-1/+0
|
* Scrollchart example removedMarek Rosa2012-11-301-1/+0
|
* removing newlegend example, as this was more a testing tool while developingsauimone2012-10-171-1/+0
|
* legend markers example. bugfix to legend scrollingsauimone2012-10-171-1/+2
|
* new legend example for testing new api. Currently using still the old one.sauimone2012-10-171-1/+2
|
* Added callout example (Drawing on top of chart)Marek Rosa2012-10-111-1/+2
|
* Multiaxis supportMarek Rosa2012-09-241-1/+2
| | | | | -added basic support for QValueAxis -added multiaxis example
* Fixed not correctly disabled datetimeaxis exampleMarek Rosa2012-08-291-1/+0
|
* Moved 'donut' example to demos 'nesteddonuts'Jani Honkonen2012-08-281-1/+0
|
* Replacing population pyramid example with temperature records example. This ↵sauimone2012-08-281-1/+2
| | | | illustrates drawing of negative bars better.
* Disabled QDateTimeAxis on ARMMarek Rosa2012-08-281-1/+5
|
* Added basic donut chart example. Still better data neededMarek Rosa2012-08-251-1/+2
|
* population pyramid example. Added grouping option to barseries to give some ↵sauimone2012-08-171-1/+2
| | | | control over layout
* Renamed donutdrilldown example to donutbreakdownMarek Rosa2012-07-311-1/+1
|
* Added DateTimeAxis ExampleMarek Rosa2012-07-251-1/+2
|
* Adds scrollchart, fixes chartdesignerMichal Klocek2012-07-191-1/+2
|
* Removed QDonutGroup class. Added Donut Drill down exampleMarek Rosa2012-07-131-1/+2
|
* Added insert, remove and other common methodds to QDonutGroup. Donut example ↵Marek Rosa2012-07-121-1/+2
| | | | added
* horizontal percent barchart & examplesauimone2012-07-121-1/+2
|
* horizontal stacked barchartsauimone2012-07-121-1/+2
|
* horizontal barchart & examplesauimone2012-07-111-1/+2
|
* added example to combine line and barchartsauimone2012-07-041-1/+2
|
* Customchart partially fixed (no categories on axes)Marek Rosa2012-07-041-1/+1
|
* removed groupedbarchart example. fixed barchart examplesauimone2012-07-031-1/+1
|
* Removed QPointF from QBarSetsauimone2012-07-031-1/+0
|
* Refactors QAxis to QAbstractAxisMichal Klocek2012-06-261-1/+1
| | | | | | | | * adds subclasses QValuesAxis , QCategoriesAxis * barchart examples does not work correcly * failing tst_qchart * disabled custmchart example , tst_dataset * setNiceNumbers moved to TODO in examples and demos
* QML API doc main pageTero Ahola2012-06-151-1/+2
|
* Added barmodelmapper exampleMarek Rosa2012-06-031-1/+2
|
* legend detach example. Bug fixes to legend.sauimone2012-05-281-1/+2
|
* new series: groupedbarseriessauimone2012-05-151-1/+2
|
* Hacked library dependency issues on OSXTero Ahola2012-04-121-10/+3
|
* Simplfies default configurationMichal Klocek2012-04-121-4/+0
|
* Adds missing includes for pro filesMichal Klocek2012-04-121-0/+8
|
* Move dynamicspline under demosJani Honkonen2012-04-111-1/+0
|
* Rename ekgchart -> dynamicsplineJani Honkonen2012-04-111-1/+1
|
* tablemodelchart moved to test folderMarek Rosa2012-04-101-1/+0
|
* New simple model exampleMarek Rosa2012-04-041-1/+2
|
* Fix compilation of presenter chartMichal Klocek2012-04-041-1/+1
|
* Remove unwanted examples (chartview, dynamiclinechart, multichart).Jani Honkonen2012-04-031-3/+0
|
* Make ekgchart compileJani Honkonen2012-04-031-1/+1
|
* XYSeries model with limits working.Marek Rosa2012-04-031-1/+1
|
* Make splinechart compileJani Honkonen2012-04-031-1/+1
|
* Make scatterinteractions compileJani Honkonen2012-04-031-1/+1
|
* Make stackedbarchartdrilldown compileJani Honkonen2012-04-021-1/+1
|