##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2736:0bb942cf6654
Fix build issue with dynamic OpenGL configurations Change-Id: Ia22d630ba4361624dfef93ee2923a33e162f4601 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Miikka Heikkinen
0
r2735:7d77c52a3f95
Fix another memory leak. Change-Id: I7120390b18ac78e5933939f489d959514b557e6d Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Miikka Heikkinen
0
r2734:69f73db4ec09
Moved manual tests to separate directory. This allows publishing autotests. Git export attributes changed accordingly. Change-Id: I6db2eb52dabdb8f12e0bc2a992a873abfa15b1a5 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2733:c6ed50e68438
Plugged some memory leaks. Autotests were also made Valgrind friendly by adding a final one millisecond wait to the end of the test to allow pending deleteLaters to run. Also some minor cosmetic cleanup done to autotests. Change-Id: Ic3719167a22949f243eaf54614e174a681dbe34a Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2732:a686cb49be86
Fix build issues in tests Change-Id: I477f15192c406572f26d4c1d2fa9497d0ddad230 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2731:450ab64fa5cd
Add missing include for QObject Missing include cased build errors on android. Change-Id: I974cce869b41972e0992fe212672d6128521fe06 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Samuli Piippo
0
r2730:5e795dcb8668
Remove unnecessary Qt version checks There's no need to check if the major Qt version is higher than 4 because from now on Charts is supported from Qt 5.4. Change-Id: I7addcb19e5c774ce9835a0f7c6150d9e3bc0404a Task-number: QTRD-2844 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2729:25ef6a257d39
Add cmake support Auto test required for cmake are added to Charts. Change-Id: I00f63502214e086c15e49b168160323f5f40fbd0 Task-number: QTRD-2874 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2728:2e341eff31af
Fix zooming If chart is zoomed only horizontally or vertically then the range for the other direction should not change. This is now checked by comparing the minimum and maximum values to the axis span. Change-Id: Icb5e14fc41afcedd7f75e60ca3ad6f699b053ae7 Task-number: QTRD-3399 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2727:d7bc4e870cdd
Add missing QML types to the documentation The QML types documented in chartsqml2 project are added to the documentation. Change-Id: I3780566aad820e73d2ff17be1f9fe7dda9aa3a69 Task-number: QTRD-3228 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2726:17ddbeb77815
Removed the old hovered signal from bar chart A new hovered signal that provides index information has been added for bar chart (QTRD-2161). The old hovered signal has now been removed. Change-Id: Ia65be1c363cbfda942d48bceb5326bd54a3c35ec Task-number: QTRD-2199 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Titta Heikkala
0
r2725:6858d35fa140
Fix missing QML Types in assistant Fixed drop down selection for missing QML types in assistant. Change-Id: Idd0aaa2a33d7df8ab5d14a332da051c4ac99d2ef Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2724:c26fb372333d
Fix Charts build when quick module is not build The QML side of Charts should not be built when Qt quick module is not present. Change-Id: Id48fe3c50f365ad195c90da6364d27afd97b90e2 Task-number: QTRD-3273 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2723:c6cc3c566c94
Make all Q_DISABLE_COPY declarations private. Task-number: QTRD-1945 Change-Id: I5cf04319ae2e4e9da1122be888c3c3e49928c748 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2722:82abd640acc7
Fix designer plugin target The distinction between release and debug dlls for the Charts designer plugin is done by adding 'd' to the dll name for debug version. Change-Id: I7f3a52c94360889452e28a639fadab53b784ce60 Task-number: QTRD-1846 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2721:cc2d0eaf2462
Fix shades for log and category axes. Partial spans at the chart edges are now shaded properly. Task-number: QTRD-1940 Change-Id: Ibe03a2b9638ccb16d9c8c9bc7f2a0f924a7115d4 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2720:d65072475355
Fix bar category axis labels The labels are now created only for the categories within the current range. Change-Id: I1f1b5c9245254b18c87f810986e29d73a1a7a72e Task-number: QTRD-3016 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2719:5490e1de47f4
Fix QAbstractAxis::AxisTypes enum values. QAbstractAxis::AxisTypes is declared as QFlags, but the values weren't OR-able. Task-number: QTRD-1998 Change-Id: I4def5f1a4a8c2b3b944d212fd5a637f8696da7e6 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2718:ec8b39fe3792
Fix axis attachments in QML. Now attaching same axis to multiple series is possible without spawning an extraneous default axis. Task-number: QTRD-3321 Change-Id: I561b3ca5c814e3046ed4078a2070e2c3e6ddf030 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com> Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2717:85d2c314748b
Removed unnecessary Q_REVISION(n) macros. Q_REVISION macros are only needed on invokables and signals. They are not needed on the properly revisioned property accessors. Change-Id: I3f30ae8f49c38ba266e1c6f091d39a045939a960 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
load next
< 1 .. 6 7 8 9 10 .. 140 >
showing 20 out of 2797 commits