##// END OF EJS Templates
Commit Message Age Author Refs
r2902:1f7564788f9d
Some perfs improvments. Fixed bug on update outside of data range. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>
5.7
0
r2901:d2a7a7849617
Added colormap chart examples Improved Zoom, added direction parameter. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>
0
r2900:7532b52dd10c
Added parametric zoom on QChart. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>
0
r2899:905c34fe48ad
Initial ColorMap Chart implementation. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>
0
r2898:03a6177a3223
Merge remote-tracking branch 'origin/5.6' into 5.7 Conflicts: src/charts/charts.pro src/charts/qchartglobal.h src/chartsqml2/chartsqml2.pro tests/auto/chartdataset/tst_chartdataset.cpp tests/auto/domain/tst_domain.cpp Change-Id: I9bfc63f6e93f9a3b86e53aca218dd3a48bb2ffc1
Liang Qi
merge master
0
r2897:f5164ec8f20d
Update candlestick chart model mappers API - updated QCandlestickModelMapper - updated QHCandlestickModelMapper - updated QVCandlestickModelMapper - renamed QCandlestickSeries::candlestickSets() to sets() Task-number: QTBUG-54046 Change-Id: I650e5237a257c85905818db8dc2e2f2cf0af5aad Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Alexander Mishin
dev
0
r2896:facc2941efbf
Added candlestick chart type - added QCandlestickSeries - added QCandlestickSet - added QCandlestickLegendMarker - added model mappers - added Candlestick, CandlestickChartItem, CandlestickData - added SeriesTypeCandlestick to SeriesType enum - added LegendMarkerTypeCandlestick to LegendMarkerType enum - added candlestick chart example - added QML candlestick chart example - added candlestick tester - added autotests - added documentation [ChangeLog][CandlestickChart] Added new chart type: Candlestick Chart. Task-number: QTBUG-50544 Change-Id: I17d18dfa23e0ea209bf51ab1e349585b9cb50a8f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Alexander Mishin
0
r2895:e9a2e2a5e9c0
Merge remote-tracking branch 'origin/5.7' into dev Change-Id: I86dec1064d79704214e885681449ca347b193d66
Liang Qi
merge
0
r2894:d137ae33ccf0
do not enable example installs explicitly any more it's done centrally now. Change-Id: I8e025df73f1bd1e5e5129cfb4cbcb40b044374bd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Oswald Buddenhagen
5.6
0
r2893:0464d42b101e
Merge remote-tracking branch 'origin/5.6' into 5.7 Conflicts: src/charts/doc/qtcharts.qdocconf Change-Id: If6160b2f643e7df8c32400b97afac229b95b78de
Liang Qi
merge 5.7.0
0
r2892:5c50b9f6fefd
use standardized test export macros note that debug build != developer build. Change-Id: Ia3e4b4d2f80e7126ad9a2461642c93321099cc27 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2891:17cb2cde9c6a
use standardized module export macros Change-Id: I11212f72fec22ed73712267d8ff03b0475ecd56b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2890:88e7627d49ef
remove redundant handling of static builds the complete qt build automatically follows configure's setting. the only exception are libraries which explicitly request to be always built statically. Change-Id: I2002e3dbea65bd7878e07e40b2876158a9412a0f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2889:114240385752
don't duplicate functionality from various .prf files Change-Id: If716670266e0f663ee600d11c7601df139825c11 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2888:e6ca20f36ae5
set up relation with c++ module correctly. Change-Id: Iab19363b74b819845d35f418c9f2c95cde94271f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2887:e8a6c9507e8c
place load(qt_module) at the end of the project file it's the new convention. Change-Id: I48c83c2cd60ec42178ce2c0b0fdee100da292e76 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2886:4c015da23a8e
clean up INCLUDEPATH handling in the c++ module, the .pri files add their directories, so there is no point in a centralized common.pri doing it again. the qml plugin doesn't need to add any paths from the c++ module explicitly, as the QT+=charts-private implies that already. Change-Id: I263dd702e9874e4d6188ca7251a482d0df4e570b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2885:b0b6ace77823
prune redundant DEPENDPATH entries qt5 has depend_includepath enabled by default. Change-Id: I10ffcc9ff83a8b3c2252abe3dbdf7d0d40fcd4f2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2884:89121f5cadf2
remove debug message Change-Id: Ib7511b744ac89e9af1e81c4a6fa7428a254b23a3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>
Oswald Buddenhagen
0
r2883:8a781841812a
Doc: Remove repository name from examplesinstallpath Examples in binary packages now directly match the install path. Task-number: QTBUG-52953 Change-Id: Ie4cd46bf477d958394529cf7ca7b75c7455b1ce9 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Topi Reinio
0
load next
< 1 2 3 4 5 6 7 .. 146 >
showing 20 out of 2903 commits