Miikka Heikkinen
0fc60b87ec
Fix build issues with multi-core builds in qml/quick demos
...
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>
2013-05-15 10:00:22 +03:00
Miikka Heikkinen
6ff53abf65
Add qml files to OTHER_FILES in qml examples, demos, and tests
...
This way the qml files show up in creator.
Change-Id: If2ca5cd45b3af0489208ef865474815547d89b1d
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
2013-04-24 10:39:35 +03:00
Miikka Heikkinen
5862599d08
Generate charts plugin for QtQuick2 as well as QtQuick1
...
Added quick2 versions of a couple of demos, too.
Task-number: QTRD-1922
Change-Id: Ie3e2c1c40c38e06fc6d3afe27289eccc2f997f67
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
2013-04-23 09:24:32 +03:00
Miikka Heikkinen
4d17a12f37
More copyright year changes
2013-03-05 12:28:05 +02:00
Tero Ahola
92b9e13486
Forced update of qmlapplicationviewer templates
2012-12-18 10:34:59 +02:00
Jani Honkonen
c28e9eaa69
Fixing qml build for latest Qt5
...
There is no quick1 module anymore. It is (again) called a declarative module.
2012-11-08 15:54:57 +02:00
Marek Rosa
ae5ad025b6
Qt5: declarative fix part2
...
- re-enabled demos
- fixed the include files in demos folder
- f1legends example has some issue with the axes (they are not shown until window is resized)
2012-09-13 17:14:44 +03:00
Marek Rosa
0fecbcb1f6
Qt5: fix declarative/quick1 module include
2012-09-12 12:58:14 +03:00
Marek Rosa
467e4781e5
Qt5: fixed QApplication and QWidget includes
2012-09-12 12:49:00 +03:00
Tero Ahola
181007ccaf
Fixed formatting of axis in qmlchart demo
2012-09-10 10:01:41 +03:00
Tero Ahola
e8c5b12215
QML demo basic area chart to use value axis to make it simpler
2012-08-31 15:51:36 +03:00
Tero Ahola
8e404718d9
Fixed a bug in setting scatter/area series brush color
2012-08-31 15:35:31 +03:00
Tero Ahola
946c00a01a
Disabled anti-aliasing by default in declarative impl
2012-08-29 16:08:33 +03:00
Tero Ahola
102af68fd8
Added CategoryAxis and CategoryRange to QML API
2012-08-28 13:17:49 +03:00
Tero Ahola
9e42942987
Fixed a few missed QMLs for QML API versioning
2012-08-27 15:47:24 +03:00
Tero Ahola
58a3a87ea0
QML API versioning to QtCommercial.Chart 1.1
2012-08-27 13:01:23 +03:00
Tero Ahola
13af3669df
Tuning QML donut
2012-08-27 10:43:22 +03:00
Tero Ahola
3912e2d312
Minor fix to qml donut demo
2012-08-24 12:31:23 +03:00
Tero Ahola
23cc872933
Documented QML donut demo
2012-08-24 11:39:37 +03:00
Tero Ahola
a53d18bba9
Added donut to QML chart demo app
2012-08-24 11:28:00 +03:00
Tero Ahola
c3705e59ed
Refactored QML axis handling
2012-08-22 15:03:24 +03:00
sauimone
2e078ac569
added horizontal barcharts to qmlchart demo
2012-08-22 14:23:59 +03:00
Michal Klocek
859a2158b7
Refactor CategoriesAxis to BarCategoriesAxis part 1 of 2
2012-07-04 09:33:48 +03:00
Michal Klocek
6954b167a3
Adds axis to qml
...
* bunding is done in OnCompled
* qmlchart fixed
* addes setAxis, createDefaultAxes to qml
2012-07-03 20:12:12 +03:00
Tero Ahola
a73a407edc
Added value and category axis to QML api
2012-06-27 13:42:48 +03:00
Tero Ahola
d1f7bd98a7
Renamed XyPoint to XYPoint
2012-06-26 13:54:37 +03:00
Tero Ahola
b687c49332
Documentation of QML ChartView, Axis and Legend
2012-06-18 11:47:33 +03:00
Tero Ahola
0880d2356f
QML api documentation skeletons for all the series.
2012-06-15 16:23:10 +03:00
Tero Ahola
78c92e3164
QML: renamed BarSet name to label, barMargin to barWidth
2012-06-11 12:17:59 +03:00
Tero Ahola
9a2b5d956b
OSX install name tool now executed only on QtCommercialChart library during build
2012-06-07 14:26:26 +03:00
Tero Ahola
ae04ff07a2
Documentation: QML demos, bar screens, legend detach screen
2012-06-04 14:08:30 +03:00
Tero Ahola
0285b8948c
Updated Qml apps to legend refactoring
2012-06-01 19:24:42 +03:00
Tero Ahola
7f47f3c844
Tuning qml chart demo pie and area charts
2012-06-01 09:15:16 +03:00
Tero Ahola
74c1c24d3f
Removed bar categories from QML apps
2012-05-31 13:29:44 +03:00
Tero Ahola
86b61f5793
XY model mappers to QML api
2012-05-29 15:49:06 +03:00
Tero Ahola
94a47eb3a2
Added new model mappers for pie to QML api
2012-05-28 09:24:45 +03:00
Tero Ahola
897a83c643
QML demo with dynamic data
2012-05-25 13:30:42 +03:00
Tero Ahola
c8b3f0fb84
Cleaning up declarative implementation
2012-05-23 09:43:24 +03:00
Tero Ahola
d898436e48
Separated series model stuff from data api in QML examples
2012-05-21 13:54:06 +03:00
Tero Ahola
62e3aa7546
QML BarSeries API to support BarSet children
2012-05-21 10:24:34 +03:00
Tero Ahola
f9f8ff2335
Cleaning up ChartModel impl before moving it into a demo app
2012-05-18 17:25:21 +03:00
Tero Ahola
88d7235253
Removed usage of model in QML pie example
2012-05-18 17:17:51 +03:00
Tero Ahola
0385556f52
QML and static data in pie and xy series
2012-05-18 13:03:44 +03:00
Tero Ahola
afaf49bc7d
Now using only one declarative model
2012-05-15 16:57:07 +03:00
Tero Ahola
e5feb9c12a
Added declarative model for bar series
2012-05-14 17:13:04 +03:00
Tero Ahola
122f80368c
QML area series to use models
2012-05-14 17:13:03 +03:00
Tero Ahola
bad1d525be
Initial support for x-axis labels in QML api
2012-05-10 14:35:33 +03:00
Tero Ahola
2246bb6a7b
Left-overs from QML model API change
2012-05-09 15:07:26 +03:00
Tero Ahola
2b935e4f32
Draft version for QML PieSeries model API
2012-05-07 13:31:31 +03:00
Tero Ahola
557e5ec0b1
Added missing View5.qml
2012-05-04 12:14:57 +03:00