summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qwt/qwt-qt5
Commit message (Collapse)AuthorAgeFilesLines
* qwt-qt5: upgrade 6.1.4 -> 6.1.5Andreas Müller2021-05-191-131/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Backported patch can go ========= Qwt 6.1.5 ========= 1) Maintenance - Avoid using some of the deprecated Qt APIs - Missing includes of QPainterPath ( Qt 5.15 ) added - QwtPlotSpectroCurve: missing public inheritance - QwtPlotTradingCurve: missing public inheritance 2) Bug fixes - QwtLinearColorMap: handling of alpha values in color stops fixed - QwtPlotRasterItem: missing color table initialization for QImage::Format_Indexed8 - QwtScaleWidget: missing QEvent::LayoutRequest added - QwtSetSample: bound rectangle fixed for empty sets Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* qwt-qt5: fix build with Qt 5.15Martin Jansa2020-04-141-0/+131
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qwt-qt5: rewrite completelyAndreas Müller2017-12-202-17/+69
| | | | | | | | | | * install pkgconfig * fix examples * DESCRIPTION -> SUMMARY * overall cleanup Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qwt-qt5: Fix rpath issuesKhem Raj2017-07-121-0/+17
It errors out usr/plugins/designer/libqwt_designer_plugin.so [rpaths] QA Issue: qwt-qt5-plugins: found library in wrong location: /usr/plugins/designer/libqwt_designer_plugin.so Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>