##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2647:22b983f9864b
Fix the geometry for examples and demos The default geometry for examples and demos is set so that the labels are not truncated. Change-Id: Ic6a0ba1e8a34af7ab1dd6a079d40aaf5abc93636 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2646:a54f42bb13ad
Fix pie chart label truncation Adjust the pie label truncation so that the label is not divided into several rows, instead it's truncated correctly. Task-number: QTRD-2522 Change-Id: I6c0de83b5d7eef8af3a7caaee62bb2f4b674def6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2645:f49860f63006
Fix Linux package generation script Set the correct directory name to the package. Change-Id: I46d87c52535635f07623e3fb15849a4b219d9fd8 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2644:45c07633b24e
Add package generation script for Linux Added package generation script for Linux under tools. Change-Id: I6466592e095ea6afa83199e8f66d2ea921c172ea Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2643:748724788078
Add package generation script for windows Added package generation scripts for Windows under tools. Change-Id: I62f20d2961f5d8a571b8f7d92e2da4c078ee0fbb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2642:d27532846d78
Remove unnecessary qdocinc file Font documentation is part of Qt documentation thus the font.qdocinc is not needed. Task-number: QTRD-2492 Change-Id: I66ac74ab0d7ef52168ab9b691af9bab3482ea62c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2641:614285c5dc95
Fix Creator crash when opening Charts project There's a problem with Creator parsing the headers defined in Charts src.pro. This will cause the Creator (3.0.0-beta) to crash when trying to open charts.pro. As a workaround the headers are defined using new variables for each function and unsetting the variables after each rotation. Task-number: QTRD-2480 Change-Id: Ia77428dab61fa9fa57ca5501ad27f8c3f514f017 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2640:68c16a95421d
README release update README file updated for Charts 1.3.1 release. Change-Id: Ib7e4b67421db9547718844fc4ed7414120b195a7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2639:2ce3423968b5
Fix Charts documentation The documentation structure is changed so that it can be generated with both Qt5 and Qt4. Also the erroneous VBarModelMapper is removed from VBoxPlotModelMapper documentation. Task-number: QTRD-2492, QTRD-2495 Change-Id: I45028915ca55f6ff1170db58518a8f08ac4158fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2638:c98d8af1763d
Fix Charts QML api auto test Charts QML api auto tests, qml-qtquicktest, has been fixed so that the tests are runnable with Qt5 / QtQuick 2.0. Task-number: QTRD-1692 Change-Id: I8e1e52781570cde413fab7f511cce17ab91e20d3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2637:5d4e58d46862
Mac install_name_tool corrected to find dynamic libraries from correct place, if INSTALL_ROOT is used. MAC: make install INSTALL_ROOT=<path_to_install_dir> failed, because install_name_tool expects the libraries to be in wrong place. Change-Id: I0025a0cb22b9c394694ece977053516c91028895 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Matti Paaso
0
r2636:25b732239a6d
Fix value axis documentation QML documentation does not show obsolete properties correctly. Removed the obsolete key and added a deprecated comment. Related typos fixed. Change-Id: I86c862e4f587541df0a08363834ad13efc14e1b4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2635:d3155254bba4
Fix crash with boxplottertester brush The test sets the brush for the second set in the first series. It is checked that the set exists before setting the brush for it. Change-Id: Id677ab781953bf7cc789f316d92c137873d4f624 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2634:51946a166e86
Fix ChartView documentation The documentation was missing remarks of deprecated properties. A warning of using deprecated property is triggered when the property in question is accessed therefore the documentation should mention it. Change-Id: I5efa185fceb85a9375e41297ab18ce002f3239ed Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2633:f1cc99933181
Remove QML Custom Model from documentation The QML Custom Model demo has been removed, remove the reference from documentation. Task-number: QTRD-1928 Change-Id: I0f16cfd4aad0727c21455cdffa523498462269ad Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2632:698e1bd0e999
Fix documentation Missing ChartTheme added. Example picture fixed. Change-Id: I51df1a31e424088f7f280198968697d1c7bc7f19 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2631:ecc23d4e019a
Add the new Qt template to demos and tests The new Qt template is added to demos and test applications that provide the selection for theme. Task-number: QTRD-1924 Change-Id: I847621c98c657e89678bc759ab9e8f6c290debd7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2630:c58d5a10ac65
Fix crash with boxplotttester The test application clears the second set in the first series. It is checked that the set exists before clearing it. Change-Id: I6fc7aa812a359b2227930852c02e9b6029a7303e Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Titta Heikkala
0
r2629:6244acef2135
Fix pie slice label rotation Make sure previously set rotation is reset when the label position is changed to outside. Task-number: QTRD-2186 Change-Id: Ida0913748aa8a3313a7754878bec1b8c4c69659e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2628:c23615f6e192
Fix pie slice label visibility and position on change Fixed the visibility of pie slice label when it's change. Also fixed the position of label when changed to horizontal. Task-number: QTRD-2186 Change-Id: I5697be28a99c7c7844b59b7a7059d9a4e131747a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
load next
< 1 .. 11 12 13 14 15 .. 141 >
showing 20 out of 2808 commits