##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2607:dfd05e587e31
Fix multiline alignment For multiline texts the alignment can be set in the following way: - title: axisY->setTitleText("<p align=\"center\">Sunspots<br\>count<p\>"); - label format: axisX->setFormat("<p align=\"right\">dd-MM-yyyy<br\>h:mm</p>"); Task-number: QTRD-2058 Change-Id: Ic7afd29ed3b1f9d1cd2f424888196ce743acd8eb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2606:fb7e40c1cc01
Add possibility to build Charts without demos and examples The 'nomake_demos_examples' value can be used with CONFIG variable when running qmake for charts in order to build Charts without demos and examples. Task-number: QTRD-2234 Change-Id: I88a76b168db3b045cd26081a439c3a656ae3a6e6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2605:23dc25e6ce18
Fix ChartView visibility change drawing New geometry for the ChartPresenter is calculated only when the chart is visible. The geometry is set for the layout always. If the visibility of a series changes then the layout of the legend is only invalidated in case the chart is visible. This removes unnecessary delay of the legend drawing when the chart is set visible. Task-number: QTRD-2064 Change-Id: I78e6da3b859af9becf4f5059e9c02981c79f6d64 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2604:776457a845dd
Fix long labels visibility for QBarChart Long labels are truncated vertically and horizontally so that they fit into the space available. There's no need to hide the labels explicitly as they are already truncated to the space available. The truncatedText() method now takes into account also the height of the space available. Task-number: QTRD-1929 Change-Id: Ibe2b996e514ddb44c96ce040fc729a605d24c8ab Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2603:1e4c29e111d4
Fix zooming in crash The bounding rect has to fit inside int limits when zooming in, meaning that the height and width both have to be within the int limits (INT_MAX). QWidget::update() uses a region (based on bounding rect) that has to be compatible with QRect. The geometry change is only done if the bounding rect fulfills this requirement. Task-number: QTRD-1907 Change-Id: I4e874de355390c5fc983ac1e0976bf0d21e2d10c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2602:2e0922f74ba5
Fix missing legend Hiding the legend items makes it impossible to print the chart with the legend when the chart is not shown. There's no need to hide the legend itmes before invalidating the layout. Task-number: QTRD-2164 Change-Id: Idad23eead869bf2f54328d35c5137326ac895c15 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2601:3161246ee89d
Fix empty QAreaSeries crash It's checked that the upper series is set for the AreaChartItem before usint the series. Task-number: QTRD-1808 Change-Id: Ied59991b355525f7b203625851c81aa2b9935ec6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2600:1aa9b23ddd5d
Add hovered signal with index for bar charts Added hovered signal for bar charts including the hovered bar inside the set. The hovered bar is identified by the index. Documentation and tests are updated accordingly. Task-number: QTRD-2161 Change-Id: I96c9d86975441274a697dec794b22e906fb44243 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2599:d8e784e0dd82
Fix boxplottertester OpenGL was unnecessarily added to the project. This caused the build to fail for VxWorks. The 'opengl' is removed from the project. Task-number: QTRD-2159 Change-Id: Ic330f7e65661affd024c5204ae425812aea42c41 Reviewed-by: Karim Pinter <karim.pinter@digia.com> Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Titta Heikkala
0
r2598:764a09c2b2a5
Improve theme initialization performance for bar series The bar series are not updated while the theme is initialized. The update will be done after the theme is ready. This reduces the time spent to initialize the theme from seconds to milliseconds. Task-number: QTRD-2163 Change-Id: Ie111d8b42e017d0a514ca773bc8a714295d1eaa2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2597:949e3e70938f
Fix dynamic qml axis switch The axis is set so that previously attached axes are deleted. Task-number: QTRD-1936 Change-Id: I4fc486b3f2552eea168ba5fb44c1b82f1c5ebad0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2596:1427ecd2e391
Fix pie chart label clipping The text rectangle for a label in a pie chart is adjusted so that it fits into the chart. The text is also truncated if there's not enough space for a label when the label is positioned outside the slice. Task-number: QTRD-1929 Change-Id: I86b722fbb0c8f7047bca8611b88871a8f7464ec1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2595:504bb5e5bca5
Fix memory leak on demolauncher Change-Id: I547cf11134e5df93a53a2d4d1c58ab557b718a41 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Miikka Heikkinen
0
r2594:9206d177b8d1
Initialize m_updatePending No explicit initialization resulted in this sometimes initializing to true, which caused chart to never draw in multithreaded rendering environments (linux/mac) Change-Id: I5c9a4eb54c0a4aef7c1df171aa04d4b8c4c7fe05 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Heikkinen Miikka
0
r2593:f2038dcff97c
Fix degree symbols in examples/demos Change-Id: I31c22aa088c3457a78a1fbbe35e160425b18d4f4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Miikka Heikkinen
0
r2592:621c955c10d2
Fix text item margins Also fixes the vertical axis title truncation issue. Change-Id: I3436705719946118e7c06dcf0fd2a1ada880e200 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Miikka Heikkinen
0
r2591:e2012dc8fe89
Fix some docs issues Related to this, also increase size of qmlpolarchart demo. Change-Id: Ic8d88bcdc69607dcee813fe650219e2286ae7092 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Miikka Heikkinen
0
r2590:1ddbae171377
One more enterprise change to docs Change-Id: I00c10baeb244ae2fccae7bfdef5432f7a91d0cb7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Miikka Heikkinen
0
r2589:1d8a6e6f7325
Fix documentation header Removed "QCharts" from the image and added "Qt Charts" as text below it. Easier to maintain when the text is not part of the image. Change-Id: I5410e61ef4d16271c777f5206a549643de588990 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Miikka Heikkinen
0
r2588:e4e6f8946e94
Add some margin to qt logo in docs Change-Id: Ic349d5b5970c58714383892c2d6c0c0e5edc1c66 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Miikka Heikkinen
0
load next
< 1 .. 13 14 15 16 17 .. 141 >
showing 20 out of 2808 commits