##// END OF EJS Templates
Clear filter
Show hidden
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
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
r2882:5b51eec25ba7
Doc: Make documentation versioning follow .qmake.conf No reason to have hard-coded version numbers in .qdocconf, as they are available from env. variables. Change-Id: I4a118fe0127a20f01af157fbc496e3cb0ba69976 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Topi Reinio
0
r2881:7bc9c012efbb
Add 5.7.0 changes file Change-Id: I72ac7ecf67786a2fe4491e848863367fdfd54c01 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Miikka Heikkinen
0
r2880:023f3b1edeaa
Doc: Remove the additional "Getting Started" page Now that the addon is available under opensource license, there are less hurdles to install and use it. Change-Id: Ia8de9ca0f4034e4b5397a9f1a5ed218f068b193a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Venugopal Shivashankar
0
load next
< 1 2 3 4 5 6 7 .. 141 >
showing 20 out of 2817 commits