(just one remaining issue with non-auto-scaled Y-axes now)
Changes committed to git://git.pcp.io/nathans/pcp.git qt5+qwt61
Nathan Scott (4):
pmchart: fix minor compilation warning
pmchart: rewrite legend rendering for qwt 6.x support
pmtime: fix rendering of the time sliders, no scale text
pmchart: fix rendering of the time axis by hiding the canvas
src/libpcp_qwt/src/qwt_legend_item.cpp | 407 ----------------------------
src/libpcp_qwt/src/qwt_legend_item.h | 78 -----
src/libpcp_qwt/src/qwt_legend_itemmanager.h | 66 ----
src/pmchart/chart.cpp | 40 +-
src/pmchart/chart.h | 9
src/pmchart/timeaxis.cpp | 5
src/pmchart/tracing.cpp | 4
src/pmtime/pmtimearch.ui | 3
src/pmtime/showboundsdialog.ui | 6
9 files changed, 48 insertions(+), 570 deletions(-)
commit 47beef31ae3183e070d5b2ed0d19d9d2f36386dc
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 16 15:14:51 2016 +1000
pmchart: fix rendering of the time axis by hiding the canvas
commit 404f046419aea529eebd9c8daa9cc66501859da9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 16 14:22:06 2016 +1000
pmtime: fix rendering of the time sliders, no scale text
commit a6d50615e4e53ca000d9895ef85a21639608b189
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Sep 14 17:32:09 2016 +1000
pmchart: rewrite legend rendering for qwt 6.x support
commit 8ec96f11f6938320925b5c1e394e4be04392a598
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 13 11:11:09 2016 +1000
pmchart: fix minor compilation warning
Switch from deprecated dark() QColor API to darker().
|