-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES-6.1
166 lines (111 loc) · 4.05 KB
/
CHANGES-6.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
=========
Qwt 6.1.3
=========
1) QwtPlotMagnifier, QwtPlotZoomer
- handling of non linear transformations ( f.e logarithmic )
2) Date/Time scales
- QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset() fixed
- QwtDateScaleEngine fixed when aligning to months
3) QwtPlotLayout
- layout bug for legends witdh visisble scrollbars fixed
4) Plot items
- hiding QwtPlotLegendItem without entries
- QwtPlotShapeItem render code fixed
5) QwtPlotGLCanvas
- slightly improved, nevertheless better use
Qwt 6.2 when being interested in OpenGL
6) Other
- QwtGraphic boundingRect updates fixed
- QwtSyntheticPointData::x() fixed
- QwtLogScaleEngine::divideScale ignoring stepSize parameter for ranges
below one "decade"
- QwtPlotAbstractBarChart::getCanvasMarginHint fixed
=========
Qwt 6.1.2
=========
1) Qt 5.4 compatibility
- QT_STATIC_CONST
"QT_STATIC_CONST" replaced by "static const"
2) build environment
- QMAKELIBDIRFLAGS
using QMAKELIBDIRFLAGS to avoid conflicts with already
installed linux distro packages
3) color maps
- QwtLinearColorMap
handling of alpha values added
- QwtAlphaColorMap
basic functinality fixed
- QwtPainter
QwtPainter::drawColorBar() fixed for semi transparent colors.
4) QwtPlot and friends
- QwtLegend
layout issue fixed
- QwtLogScaleEngine
tick duplicates fixed
- QwtPainter
internal chunk size for drawing polylines with the raster paint engine
reduced from 20 to 6 ( faster ).
Qwt 6.1.1
=========
1) build environment
- Shadow builds
qmake project files to allow shadow builds
- pkg-config
QwtPkgConfig config option added to qwtconfig.pri to enable generation
of pkg-config files ( default setting is: disabled )
2) scales
- QwtDateScaleEngine
Aligning/Autoscaling improved.
- QwtLinearScaleEngines
Trying to avoid overruns for huge intervals ( > max double ) in divideScale().
- QwtAbstractScaleDraw/QwtScaleDraw
Layout issues fixed.
- QwtRoundScaleDraw
Performance for specific use cases improved.
3) controls
- QwtAbstractSlider/QwtCounter
Fixes for tiny step sizes.
- QwtDial/QwtKnob
Rounding instead of flooring, when translating values to angles.
- QwtKnob/QwtThermo
Missing updates, when changing the scale draw.
- QwtWheel
Aligning of values improved.
4) QwtPlot and friends
- QwtPlot
Disabling auto-replot in the destructor.
QwtPlot::setPlotLayout() fixed.
Calculation in QwtPlot::canvasMap fixed for disabled axes.
QwtPlot::autoRefresh() when attaching/detaching a plot item.
- QwtLegend
Clipping code fixed in QwtLegend::renderLegend().
- QwtPlotRenderer
Order of setting printer properties changed to work around a Qt 4.8 bug.
- QwtGraphic
Handling of RenderPensUnscaled flag fixed to respect initial
painter transformations ( non cosmetic pens on legend icons will
be scaled according to paint device resolution - f.e high dpi printouts - now ).
- QwtPainter
Painter transformation for simple rich texts fixed.
Applying alpha values, when drawing color bars.
- QwtPicker
Work around a Qt bug when creating an event filter inside of an
event filter ( calling the event filter twice ).
- QwtPickerMachine
Ignoring autorepeated key events.
- QwtPlotCurve
Paint order of curve pen and brush inverted ( pen on top of brush ).
- QwtPlotAbstractBarChart
Using layoutHint() as minimum sample width in AutoAdjustSamples mode.
- QwtPlotBarChart/QwtPlotMultiBarChart
Caluclation of boundingRect() fixed.
- QwtPlotScaleItem
Internal cache removed to avoid out of sync situations
- QwtPlotSpectroCurve
Losing alpha values from the color map fixed.
- QwtPlotTextLabel
No internal caches for record/replay paint devices ( QPicture/QwtGraphic ).
- QwtRasterData
Handling of NaN values added, when calculating contour lines.
- QwtSymbol
Pin point translations fixed.