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
