summaryrefslogtreecommitdiffstats
path: root/examples/qmlpiechart/qmlapplicationviewer/qmlapplicationviewer.h
Commit message (Collapse)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-46/+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 qmlapplicationviewer filesHeikkinen Miikka2013-05-231-1/+1
| | | | | | | Otherwise the new creator will prompt to update them. Change-Id: I8551532fbe58746aea4cbe8a2ccaf379c624e4a4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Fix build issues with multi-core builds in qml/quick demosMiikka Heikkinen2013-05-151-0/+46
| | | | | | | | Qmake couldn't handle shared sources so make each app have their own copy of application viewer sources again. Change-Id: I6ee1948c91b5cc41bdd69237b106d3bfe935226c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Generate charts plugin for QtQuick2 as well as QtQuick1Miikka Heikkinen2013-04-231-46/+0
| | | | | | | | Added quick2 versions of a couple of demos, too. Task-number: QTRD-1922 Change-Id: Ie3e2c1c40c38e06fc6d3afe27289eccc2f997f67 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Forced update of qmlapplicationviewer templatesrelease-1.2.0Tero Ahola2012-12-181-5/+4
|
* Fixing qml build for latest Qt5Jani Honkonen2012-11-081-5/+1
| | | | There is no quick1 module anymore. It is (again) called a declarative module.
* Qt5: declarative fix part3Marek Rosa2012-09-141-2/+6
| | | | | | - re-enabled examples - fixed the include files in examples folder - scrollchart and zoomlinechart - QGestureEvent declaration added to header.
* QML API doc main pageTero Ahola2012-06-151-0/+47