[python-qwt] branch master updated (6b09a93 -> 30a50e9)

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


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

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

      from  6b09a93   updated with the alpha5 version
       new  52378c0   Imported Upstream version 6.1.2~a6
       new  d499802   Merge tag 'upstream/6.1.2_a6'
       new  30a50e9   add the examples

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                         | 597 +++++++++++++++++++++++++++++++++++++++-
 MANIFEST.in                     |   4 +-
 PKG-INFO                        |   2 +-
 QwtLicense                      | 543 ------------------------------------
 README                          |  39 ++-
 debian/changelog                |   2 +-
 debian/control                  |  24 ++
 debian/copyright                |   8 +
 debian/python-qwt-doc.doc-base  |  10 -
 debian/python-qwt-doc.docs      |   1 -
 debian/python-qwt-doc.examples  |   1 +
 debian/python-qwt-doc.install   |   1 +
 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 +++++++++---------
 76 files changed, 3620 insertions(+), 944 deletions(-)
 delete mode 100644 QwtLicense
 delete mode 100644 debian/python-qwt-doc.doc-base
 delete mode 100644 debian/python-qwt-doc.docs
 create mode 100644 debian/python-qwt-doc.examples
 create mode 100644 debian/python-qwt-doc.install
 create mode 100644 examples/BodeDemo.py
 create mode 100644 examples/CPUplot.py
 create mode 100644 examples/CartesianDemo.py
 create mode 100644 examples/CurveDemo1.py
 create mode 100644 examples/CurveDemo2.py
 create mode 100644 examples/DataDemo.py
 create mode 100644 examples/ErrorBarDemo.py
 create mode 100644 examples/EventFilterDemo.py
 create mode 100644 examples/HistogramDemo.py
 create mode 100644 examples/ImagePlotDemo.py
 create mode 100644 examples/MapDemo.py
 create mode 100644 examples/MultiDemo.py
 create mode 100644 examples/ReallySimpleDemo.py

-- 
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