File: changelog

package info (click to toggle)
pyqt-qwt 1.02.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 796 kB
  • sloc: python: 5,663; cpp: 273; makefile: 16; sh: 13
file content (38 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download
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
Change Log
----------
Version 1.01.00
- Bug fixes in examples
- Add examples controls.py and curvdemo1.py
- Add sip files: qwt_plot_renderer.sip, qwt_transform.sip, qwt_slider.sip

- Correct Transfer/TransferThis annotations. There may still be errors but 
  I have not seen any crashes.
- Add more functions that were earlier commented out:
  qwt_scale_engine.sip:
    void setTransformation( QwtTransform * );
    QwtTransform *transformation() const;
  qwt_slider.sip:
    const QwtScaleDraw *scaleDraw() const;
  qwt_plot.sip:
    explicit QwtPlot( const QwtText &title, QWidget * = NULL );
- Add QT += printsupport.
- Known bug: printing from spectrogram.py freezes in Linux.

Version 1.02.00
- Fix compilation for Sip >= 4.18 and Qwt >= 6.1.2
  Tested for Qwt 6.1.2, 6.1.3 and 6.1.4
- Add Analog Clock widget
- Add Compass widget
- Add Dial wigets
- Add setSamples(QPolygon). Improves framerate. 
  Thanks to Olivier.
- A few bug fixes
- A few more examples

Version 1.02.01
- Fix compilation with sip5
- Minor bugfixes in examples

Version 1.02.02
- sip-tool compilation added. Thanks to Dmitry Shachnev.