pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qwt-qt4



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 16 15:21:34 UTC 2011

Modified Files:
        pkgsrc/x11/qwt-qt4: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/x11/qwt-qt4/patches: patch-pri patch-srcpro

Log Message:
Changes 6.0:

1) Qt3 support dropped
2) QwtPlot layout/render code ported from int to double
   Exported/printed documents in scalable formats like SVG or PDF
   are 100% scalable now.
3) Template base classes introduced for curve and curve data
   to be reusable in all plot items displaying series of samples.
4) New plot items
   - QwtPlotHistogram
   - QwtPlotIntervalCurve ( error bars or displaying the area between 2 curves )
   - QwtPlotSpectroCurve ( mapping the z value to a color )
5) Raster items
   - QwtMatrixRasterData introduced
   - More accurate rendering
   - Several API changes
   - Thread support for rendering spectrograms
6) QwtPlot::print moved to QwtPlotRenderer
7) Other new classes
   QwtColumnSymbol
   QwtDoublePoint3D
   QwtIntervalSymbol
   QwtPlotDirectPainter
   QwtSamplingThread
   QwtSystemClock
8) QwtPicker and friends reorganized,
   QwtPickerTrackerMachine added for displaying a rubberband for
   mouse moves. Enter/Leave added to events, that are handled
   by the picker machines.
9) QwtScaleWidget::LayoutFlag added
   Introduced to control the direction of vertical axis titles.
10)QwtWeedingCurveFitter added
   QwtWeedingCurveFitter is an implementation of the Douglas/Peuker
   algorithm, that can be used to reduce the number of curve points.
   It can be very useful to improve the performance of painting
   curves of many lines ( f.e. by implementing different level of details ).
11)Legend code update for representing different pixmaps for different
   types of plot items.
12)Copy operators removed, using pointers instead
13)QwtPolarPoint from qwtpolar added
14)QwtThermo
   Optional QwtColorMaps added
15)Interfaces and code of all sliders/dials cleaned up.
   QApplication::globalStrut(), styled backgrounds ...


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/qwt-qt4/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/qwt-qt4/PLIST pkgsrc/x11/qwt-qt4/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qwt-qt4/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/qwt-qt4/patches/patch-pri
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/qwt-qt4/patches/patch-srcpro

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index