[python-qwt] 02/03: Merge tag 'upstream/6.1.2_a6'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Aug 28 11:27:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository python-qwt.

commit d49980261f697cb5085f9aa551f1dadab6302a44
Merge: 6b09a93 52378c0
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Aug 28 12:41:36 2015 +0200

    Merge tag 'upstream/6.1.2_a6'
    
    Upstream version 6.1.2~a6

 LICENSE                         | 597 +++++++++++++++++++++++++++++++++++++++-
 MANIFEST.in                     |   4 +-
 PKG-INFO                        |   2 +-
 QwtLicense                      | 543 ------------------------------------
 README                          |  39 ++-
 examples/BodeDemo.py            | 297 ++++++++++++++++++++
 examples/CPUplot.py             | 391 ++++++++++++++++++++++++++
 examples/CartesianDemo.py       |  94 +++++++
 examples/CurveDemo1.py          | 123 +++++++++
 examples/CurveDemo2.py          | 130 +++++++++
 examples/DataDemo.py            |  97 +++++++
 examples/ErrorBarDemo.py        | 281 +++++++++++++++++++
 examples/EventFilterDemo.py     | 451 ++++++++++++++++++++++++++++++
 examples/HistogramDemo.py       | 214 ++++++++++++++
 examples/ImagePlotDemo.py       | 184 +++++++++++++
 examples/MapDemo.py             | 106 +++++++
 examples/MultiDemo.py           |  73 +++++
 examples/ReallySimpleDemo.py    |  66 +++++
 python_qwt.egg-info/PKG-INFO    |   2 +-
 python_qwt.egg-info/SOURCES.txt |  14 +-
 qwt/__init__.py                 |   8 +-
 qwt/clipper.py                  |   6 +-
 qwt/color_map.py                |   6 +-
 qwt/column_symbol.py            |   6 +-
 qwt/curve_fitter.py             |   6 +-
 qwt/dyngrid_layout.py           |   6 +-
 qwt/graphic.py                  |   6 +-
 qwt/interval.py                 |   6 +-
 qwt/legend.py                   |   6 +-
 qwt/legend_data.py              |   6 +-
 qwt/legend_label.py             |   6 +-
 qwt/math.py                     |   6 +-
 qwt/null_paintdevice.py         |   6 +-
 qwt/painter.py                  |   6 +-
 qwt/painter_command.py          |   6 +-
 qwt/pixel_matrix.py             |   6 +-
 qwt/plot.py                     |   6 +-
 qwt/plot_canvas.py              |   6 +-
 qwt/plot_curve.py               |   6 +-
 qwt/plot_directpainter.py       |   6 +-
 qwt/plot_grid.py                |   6 +-
 qwt/plot_histogram.py           |   6 +-
 qwt/plot_layout.py              |   6 +-
 qwt/plot_marker.py              |   6 +-
 qwt/plot_renderer.py            |   6 +-
 qwt/plot_seriesitem.py          |   6 +-
 qwt/point_data.py               |   6 +-
 qwt/point_mapper.py             |   6 +-
 qwt/py3compat.py                |   2 +-
 qwt/qt/QtCore.py                |  58 ++--
 qwt/qt/QtGui.py                 |  40 +--
 qwt/qt/QtSvg.py                 |  28 +-
 qwt/qt/QtWebKit.py              |  32 +--
 qwt/qt/__init__.py              | 126 ++++-----
 qwt/qt/compat.py                |   2 +-
 qwt/sample.py                   |   6 +-
 qwt/scale_div.py                |   6 +-
 qwt/scale_draw.py               |   6 +-
 qwt/scale_engine.py             |   6 +-
 qwt/scale_map.py                |   6 +-
 qwt/scale_widget.py             |   6 +-
 qwt/series_data.py              |   6 +-
 qwt/series_store.py             |   6 +-
 qwt/spline.py                   |   6 +-
 qwt/symbol.py                   |   6 +-
 qwt/text.py                     |   6 +-
 qwt/text_engine.py              |   6 +-
 qwt/transform.py                |   6 +-
 setup.py                        | 273 +++++++++---------
 69 files changed, 3585 insertions(+), 932 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-qwt.git



More information about the debian-science-commits mailing list