Changelog for
qwt6-qt5-designer-6.3.0-150700.1.2.x86_64.rpm :
* Wed May 08 2024 aloisioAATTgmx.com- Update to version 6.3.0
* QwtPainter::polylineSplitting has been reenabled. Unfortunately the Qt raster paint engine still has serious performance issues with rendering long polylines.
* QwtPlotCurve::adjacentPoint for monotonic curves: using a binary search algo
* QwtPlotCurve::interpolatedValueAt for monotonic curves: using a binary search algo
* QwtSeriesData + wrong inheritances fixed + firstSample, lastSample added
* QwtPlotIntervalCurve::TubeAsLines mode added. A performance optimization for rendering huge datasets.
* Bugfixes/Adjustments - often needed because of new Qt developments- Refreshed qwt-6.1.4-mkspecs.patch
* Fri Apr 28 2023 aloisioAATTgmx.com- Fixes boo#1210931- Add _multibuild to support Qt6- Add qwt-6.2.0-qt6-pkgconfig.patch and qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora) and qwt6-rpmlintrc- Man pages are now installed in the flavored doc dir as per upstream default
* Tue Jul 27 2021 dap.darknessAATTgmail.com- Rollback previous changes.- Moved
*.so.? &
*.so.?.? to the devel subpackage.- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
* Wed Jul 21 2021 aloisioAATTgmx.com- Obsolete previous library version
* Tue Jul 20 2021 christopheAATTkrop.fr- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items- Check the installed CHANGES-6.2 file for the complete list of changes.- Drop qwt-6.1.3-pkgconfig.patch. No longer needed- Rebase qwt-6.1.4-mkspecs.patch
* Tue Apr 13 2021 aloisioAATTgmx.com- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added- Update URL
* Thu Jun 04 2020 christopheAATTkrop.fr- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
* Tue Sep 10 2019 christopheAATTkrop.fr- Fix build with recent libqt5-qttools packages.
* Wed Jun 05 2019 aloisioAATTgmx.com- Fixed conflict with Qwt 5.
* Fri May 24 2019 aloisioAATTgmx.com- Fix requires for -devel package
* Wed May 22 2019 aloisioAATTgmx.com- Build against Qt5 by default- Dropped qwt-qt5.patch
* Fri Apr 19 2019 aloisioAATTgmx.com- Update to version 6.1.4
* All widgets ( including plot canvas ) + missing initialization of the background color hint, when drawing a styled focus rectangle + devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance + deprecated QString::null replaced by QString() + making clang-tidy/clazy and friends happier + compiler warnings with newer Qt versions fixed
* PyQt-Qwt + specific defines added
* QwtPointMapper + being multithreaded when possible
* QwtPlotRenderer + using QPdfWriter instead of QPrinter, when possible
* Build system + auto-disable building the designer plugin, when the corresponding Qt installation was not build with designer support
* Bug fixes + font resolving when using widget fonts for rendering to a different paint device. + QwtPlotDirectPainter::CopyBackingStore: bad offset ( subtracting the canvas frame ), when flushing the updated backing store fixed + QwtAbstractSlider::stepAlignment fixed, when the value is exactly the upperBound, but no tick position + Missing right/bottom pixel added for QwtColumnSymbol::NoFrame + QwtWeedingCurveFitter::fitCurve fixed when being called with no points + missing updates added for QwtLegend::setMaxColumns, QwtScaleWidget::setLayoutFlag + QwtPlotCurve::drawSteps: polygon clipping fixed by adding an extra pixel to the clip rectangle + QwtPlotItem::ScaleInterest enabled for all constructors of QwtPlotSeriesItem + QwtPlotMarker::boundingRect fixed for HLine/VLine + QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect fixed- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
* Sat Aug 05 2017 aloisioAATTgmx.com- Fixed manpages conflict with qwt5
* Wed Jul 26 2017 aloisioAATTgmx.com- Remove _tmp manpages and rename the existing one to -qt5 pattern to avoid conflict with the qt4 package- Dropped pre_checkin.sh
* Tue Jul 25 2017 aloisioAATTgmx.com- Remove _multibuild prior to Factory submission
* Tue May 30 2017 aloisioAATTgmx.com- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch (thanks to awissu and other contributors of the KDE:Qt5 package)- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch- Use sover macro- Build the examples modules- Renamed the libqwt6 package as libqwt-qt%%sover- Use license macro on openSUSE >= 42.2- Add man page- Added pre_checkin.sh to keep .changes files in sync- Spec cleanup
* Thu Sep 29 2016 aloisioAATTgmx.com- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear transformations ( f.e logarithmic )
* Date/Time scales fixed QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset() QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble scrollbars fixed
* Plot items hiding QwtPlotLegendItem without entries QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas slightly improved, nevertheless better use Qwt 6.2 when being interested in OpenGL
* Other QwtGraphic boundingRect updates fixed QwtSyntheticPointData::x() fixed QwtLogScaleEngine::divideScale ignoring stepSize parameter for ranges below one \"decade\" QwtPlotAbstractBarChart::getCanvasMarginHint fixed- Fixed source URL
* Wed Feb 04 2015 dap.darknessAATTgmail.com- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.- Removed Mandriva support.- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch because upstream doesn\'t want merge it. Updated.