Commit Graph

45 Commits

Author SHA1 Message Date
Miikka Heikkinen 4d17a12f37 More copyright year changes 2013-03-05 12:28:05 +02:00
Jani Honkonen 09f915f3cb Try to fix arm build 2012-12-05 14:03:33 +02:00
Marek Rosa 2523dbee72 Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qFuzzyIsNull becasue it started failing when qFuzzyCompare was used 2012-11-07 15:33:41 +02:00
Jani Honkonen 9223452f63 Fix deprecation errors from Qt5 2012-11-07 14:16:07 +02:00
Jani Honkonen dacd8b696e coding style fixes for demos 2012-09-25 13:14:53 +03:00
Marek Rosa 467e4781e5 Qt5: fixed QApplication and QWidget includes 2012-09-12 12:49:00 +03:00
Marek Rosa 886026b75e Donut support simplified. Examples updated 2012-08-24 16:06:22 +03:00
Jani Honkonen dc4b31cf5c QPieSlice::LabelInside -> LabelInsideHorizontal 2012-07-31 13:59:37 +03:00
Jani Honkonen ef94aea953 pie: finetuning donut animations
Also added donut stuff to piechartcustomization demo
2012-07-31 13:25:57 +03:00
Marek Rosa 0c76e21b1f Added one more type of label placing on Pie chart 2012-07-17 15:58:55 +03:00
Michal Klocek 188b08492c Fix piechartcustomization example 2012-07-04 15:18:38 +03:00
Jani Honkonen 0f0d41a237 Tinkering with piechartcustomization 2012-06-18 16:03:15 +03:00
Jani Honkonen 7bf1a442df pie: add label position to slice 2012-06-13 15:39:30 +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 7b3a3ea4ca Use labelBrush instead of labelPen for text labels 2012-05-31 10:02:50 +03:00
Jani Honkonen 614787b7b7 Bugfix: remove restrictions from pie start & end angles
Before it was not possible to start the pie from 9 o'clock for example.
2012-05-22 15:40:40 +03:00
Jani Honkonen 080b090a9a pie: change the order of parameters when creating slices to be more intuitive 2012-05-22 13:58:06 +03:00
Michal Klocek 9c00874184 Fix pro files system -> system_build 2012-04-13 09:45:48 +03:00
Tero Ahola 8d9276dbb5 Added system flag to conditions for install_name_tool 2012-04-12 21:11:29 +03:00
Tero Ahola 94e302b01c Hacked library dependency issues on OSX 2012-04-12 20:26:35 +03:00
Jani Honkonen 983f422506 API review changes for pie 2012-04-12 14:24:27 +03:00
Michal Klocek 8223ac2745 Normalizes signal slots connections 2012-04-10 17:18:25 +03:00
Tero Ahola d40a04983d Made QmlChart demo instead of a test app 2012-04-05 14:38:52 +03:00
Jani Honkonen 7f4e2249f9 Improving pie examples 2012-04-04 17:32:41 +03:00
Tero Ahola bc9561bc4b QSeries name and QPieSeries properties to QML api 2012-04-04 16:57:49 +03:00
Tero Ahola 9dc445f7b1 Removed default theme, now using light as the default 2012-04-03 16:55:41 +03:00
Jani Honkonen 67b89f55ee Split piechartcustomization to different files 2012-04-03 14:53:39 +03:00
Jani Honkonen b345b831b8 Add/modify license headers 2012-04-03 10:18:44 +03:00
Jani Honkonen dd9d32f835 Use qFuzzyIsNull to compare (in)equality of real values 2012-03-28 16:05:17 +03:00
Tero Ahola 7dda437b6d Added Icy Blue and High Contrast theme 2012-03-28 10:07:38 +03:00
Jani Honkonen 93c8db3f2a remove "slice" word from pen/brush setters/getters 2012-03-28 09:46:04 +03:00
Michal Klocek 400147b929 Fix piechartcustomization due to public API changes 2012-03-27 20:32:46 +03:00
Jani Honkonen 6705438d7a Get pie slice label font and pen from theme 2012-03-23 15:51:02 +02:00
Jani Honkonen 0529e02041 Add mousebuttons to pie clicked signals 2012-03-23 10:43:45 +02:00
Tero Ahola 339ba14ee2 Default theme background, removed extra themes 2012-03-22 12:32:52 +02:00
Jani Honkonen 6c43bf929d Add more themes to piechartcustomization 2012-03-20 12:14:20 +02:00
Jani Honkonen f62932e0ed Bugfix for piechartcustomization 2012-03-20 12:01:16 +02:00
Jani Honkonen 1b42d20d4d Fix piechartcustomization. Positioning was backwards. 2012-03-16 17:00:01 +02:00
Jani Honkonen 82f962b589 Add animations checkbox to piechartcustomization 2012-03-16 16:33:49 +02:00
Jani Honkonen f4b980d7de Refactoring pie series and animations. 2012-03-16 15:29:37 +02:00
Jani Honkonen 249071e508 Add animations to pie. Works but has some visual issues when adding slices. 2012-03-16 09:53:49 +02:00
Jani Honkonen 49c80e8620 Add styles to pen in piechartcustomization demo 2012-03-09 14:34:41 +02:00
Jani Honkonen da9aeab11a Adding some pen & brush tools to piechartcustomization 2012-03-09 13:18:49 +02:00
Jani Honkonen 6c936a9996 Adding more controls to piechartcustomization demo 2012-03-08 16:26:01 +02:00
Jani Honkonen 262e7900b6 Adding demos folder. Move piechartcustomization to it. Add chartthemes demo (incomplete). 2012-03-08 15:01:24 +02:00