[python-pyqtgraph] branch master updated (0fa668d -> af8c0d4)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Nov 9 14:25:58 UTC 2016


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

locutusofborg pushed a change to branch master
in repository python-pyqtgraph.

      from  0fa668d   Fix bug in binwalk, dragging too much dependencies
      adds  25aff39   Imported Upstream version 0.10.0
       new  b87a4fc   Merge tag 'upstream/0.10.0'
       new  cf14314   Update copyright
       new  af8c0d4   Update compat and std-version

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:
 .coveragerc                                        |  19 +
 .gitignore                                         | 110 +++-
 .travis.yml                                        | 150 ++---
 CHANGELOG                                          |  56 ++
 CONTRIBUTING.txt                                   |   9 +
 README.md                                          |  11 +-
 debian/changelog                                   |   8 +
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/copyright                                   |  31 +-
 doc/listmissing.py                                 |   4 +-
 doc/source/apireference.rst                        |   1 +
 doc/source/conf.py                                 |   4 +-
 doc/source/config_options.rst                      |  41 ++
 doc/source/functions.rst                           |   2 +
 doc/source/graphicsItems/make                      |   2 +-
 doc/source/introduction.rst                        |  63 +-
 doc/source/widgets/make                            |   2 +-
 doc/source/widgets/rawimagewidget.rst              |   8 -
 examples/FillBetweenItem.py                        |   2 +
 examples/Flowchart.py                              |   2 +-
 examples/FlowchartCustomNode.py                    |   6 +-
 examples/GradientWidget.py                         |   2 +-
 examples/ImageView.py                              |  17 +-
 examples/InfiniteLine.py                           |  45 ++
 examples/PlotWidget.py                             |   2 +-
 examples/Plotting.py                               |   4 +-
 examples/ROIExamples.py                            |   6 +
 examples/ROItypes.py                               |  18 +-
 examples/ScatterPlotSpeedTest.py                   |   4 +-
 examples/ScatterPlotWidget.py                      |  78 ++-
 examples/SpinBox.py                                |  18 +-
 examples/Symbols.py                                |  38 ++
 examples/VideoSpeedTest.py                         |  19 +-
 examples/VideoTemplate.ui                          |  15 +-
 examples/VideoTemplate_pyqt.py                     |  19 +-
 ...eoTemplate_pyside.py => VideoTemplate_pyqt5.py} | 136 +++--
 examples/VideoTemplate_pyside.py                   |  20 +-
 examples/ViewBox.py                                |   4 +-
 examples/__main__.py                               | 238 ++------
 examples/exampleLoaderTemplate.ui                  | 110 ++--
 examples/exampleLoaderTemplate_pyqt.py             | 108 ++--
 examples/exampleLoaderTemplate_pyqt5.py            |  93 +++
 examples/exampleLoaderTemplate_pyside.py           |  93 +--
 examples/hdf5.py                                   |   6 +-
 examples/imageAnalysis.py                          |  11 +-
 ...lotSpeedTest.py => infiniteline_performance.py} |  37 +-
 examples/initExample.py                            |   8 +
 examples/multiplePlotSpeedTest.py                  |   4 +-
 examples/optics/pyoptic.py                         |   8 +-
 examples/parallelize.py                            |   4 +-
 examples/parametertree.py                          |   2 +-
 examples/relativity/__init__.py                    |   2 +-
 examples/relativity/relativity.py                  |  21 +-
 examples/template.py                               |   2 +
 examples/test_examples.py                          |  37 ++
 examples/text.py                                   |   3 +-
 examples/utils.py                                  | 165 ++++++
 pyqtgraph/GraphicsScene/GraphicsScene.py           |  17 +-
 pyqtgraph/GraphicsScene/exportDialog.py            |   9 +-
 ...ate_pyside.py => exportDialogTemplate_pyqt5.py} |  39 +-
 pyqtgraph/GraphicsScene/mouseEvents.py             |   2 -
 pyqtgraph/Qt.py                                    | 156 ++++-
 pyqtgraph/SRTTransform.py                          |   2 +
 pyqtgraph/WidgetGroup.py                           |  32 +-
 pyqtgraph/__init__.py                              |  26 +-
 ...sTemplate_pyside.py => CanvasTemplate_pyqt5.py} |  57 +-
 ...ate_pyside.py => TransformGuiTemplate_pyqt5.py} |  35 +-
 pyqtgraph/colormap.py                              |   6 +-
 pyqtgraph/configfile.py                            |   7 +-
 pyqtgraph/console/Console.py                       |  15 +-
 .../{template_pyside.py => template_pyqt5.py}      |  65 +--
 pyqtgraph/debug.py                                 | 101 ++--
 pyqtgraph/dockarea/Dock.py                         |  18 +-
 pyqtgraph/dockarea/DockArea.py                     |  52 +-
 pyqtgraph/exporters/Exporter.py                    |   2 +-
 pyqtgraph/exporters/SVGExporter.py                 |  35 --
 .../{opengl/items => exporters/tests}/__init__.py  |   0
 pyqtgraph/exporters/tests/test_csv.py              |  18 +-
 pyqtgraph/exporters/tests/test_svg.py              |  28 +-
 pyqtgraph/flowchart/Flowchart.py                   |  32 +-
 ...te_pyside.py => FlowchartCtrlTemplate_pyqt5.py} |  31 +-
 pyqtgraph/flowchart/FlowchartGraphicsView.py       |  70 +--
 ...mplate_pyside.py => FlowchartTemplate_pyqt5.py} |  23 +-
 pyqtgraph/flowchart/Node.py                        |   3 +-
 pyqtgraph/flowchart/Terminal.py                    |  85 +--
 pyqtgraph/flowchart/eq.py                          |  36 --
 pyqtgraph/flowchart/library/Filters.py             |  13 +-
 pyqtgraph/flowchart/library/functions.py           |   2 +
 pyqtgraph/functions.py                             | 246 +++++---
 pyqtgraph/graphicsItems/CurvePoint.py              |   5 +
 pyqtgraph/graphicsItems/FillBetweenItem.py         |  34 +-
 pyqtgraph/graphicsItems/GradientEditorItem.py      |  54 +-
 pyqtgraph/graphicsItems/GraphicsItem.py            |   4 -
 pyqtgraph/graphicsItems/HistogramLUTItem.py        |  14 +-
 pyqtgraph/graphicsItems/ImageItem.py               | 205 +++++--
 pyqtgraph/graphicsItems/InfiniteLine.py            | 357 +++++++++---
 pyqtgraph/graphicsItems/IsocurveItem.py            |  36 +-
 pyqtgraph/graphicsItems/PlotCurveItem.py           |   8 +
 pyqtgraph/graphicsItems/PlotDataItem.py            |  11 +-
 pyqtgraph/graphicsItems/PlotItem/PlotItem.py       |  79 +--
 .../PlotItem/plotConfigTemplate_pyqt5.py           | 169 ++++++
 pyqtgraph/graphicsItems/ROI.py                     | 307 ++++++----
 pyqtgraph/graphicsItems/ScatterPlotItem.py         | 286 +++++-----
 pyqtgraph/graphicsItems/TextItem.py                | 185 +++---
 pyqtgraph/graphicsItems/ViewBox/ViewBox.py         |  41 +-
 pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py     |  12 +-
 .../graphicsItems/ViewBox/axisCtrlTemplate_pyqt.py |   2 +-
 ...lTemplate_pyqt.py => axisCtrlTemplate_pyqt5.py} | 117 ++--
 .../graphicsItems/ViewBox/tests/test_ViewBox.py    |  28 +-
 pyqtgraph/graphicsItems/tests/test_ImageItem.py    | 147 +++++
 pyqtgraph/graphicsItems/tests/test_InfiniteLine.py |  96 ++++
 .../graphicsItems/tests/test_PlotCurveItem.py      |  34 ++
 pyqtgraph/graphicsItems/tests/test_ROI.py          | 226 ++++++++
 .../graphicsItems/tests/test_ScatterPlotItem.py    |  12 +-
 pyqtgraph/imageview/ImageView.py                   | 102 +++-
 pyqtgraph/imageview/ImageViewTemplate_pyqt.py      |   2 +-
 ...mplate_pyside.py => ImageViewTemplate_pyqt5.py} | 110 ++--
 pyqtgraph/imageview/tests/test_imageview.py        |   1 +
 pyqtgraph/metaarray/MetaArray.py                   |  31 +-
 pyqtgraph/multiprocess/parallelizer.py             |   2 +
 pyqtgraph/multiprocess/processes.py                |  17 +-
 pyqtgraph/multiprocess/remoteproxy.py              |  35 +-
 pyqtgraph/opengl/GLGraphicsItem.py                 |   6 +-
 pyqtgraph/opengl/GLViewWidget.py                   |  19 +-
 pyqtgraph/opengl/MeshData.py                       |   4 +-
 pyqtgraph/parametertree/Parameter.py               |   5 +-
 pyqtgraph/parametertree/SystemSolver.py            |   2 +-
 pyqtgraph/parametertree/parameterTypes.py          |  30 +-
 .../parametertree/tests/test_parametertypes.py     |   4 +-
 pyqtgraph/pixmaps/__init__.py                      |   1 +
 pyqtgraph/python2_3.py                             |  18 +-
 pyqtgraph/tests/__init__.py                        |   2 +
 pyqtgraph/tests/image_testing.py                   | 634 +++++++++++++++++++++
 pyqtgraph/tests/test_exit_crash.py                 |  14 +-
 pyqtgraph/tests/test_functions.py                  | 230 +++++++-
 pyqtgraph/tests/test_qt.py                         |   6 +-
 pyqtgraph/tests/test_ref_cycles.py                 |  11 +
 pyqtgraph/tests/test_stability.py                  |  12 +-
 pyqtgraph/tests/ui_testing.py                      |  55 ++
 pyqtgraph/util/cprint.py                           |   1 +
 pyqtgraph/util/garbage_collector.py                |   2 +-
 pyqtgraph/widgets/ComboBox.py                      |   5 +-
 pyqtgraph/widgets/GraphicsView.py                  |   6 +-
 pyqtgraph/widgets/MatplotlibWidget.py              |  18 +-
 pyqtgraph/widgets/PlotWidget.py                    |   2 +-
 pyqtgraph/widgets/RawImageWidget.py                |   5 +-
 pyqtgraph/widgets/RemoteGraphicsView.py            |  11 +
 pyqtgraph/widgets/ScatterPlotWidget.py             |   9 +-
 pyqtgraph/widgets/SpinBox.py                       | 102 ++--
 pyqtgraph/widgets/TableWidget.py                   |  38 +-
 pyqtgraph/widgets/TreeWidget.py                    |   6 +-
 setup.py                                           |  68 ++-
 tools/pg-release.py                                | 252 ++++++++
 tools/pyuic5                                       |   2 +
 tools/rebuildUi.py                                 |  68 ++-
 tools/release_instructions.md                      |  34 ++
 tools/setVersion.py                                |  26 -
 tools/setupHelpers.py                              |  49 +-
 tools/shell.py                                     |  38 ++
 160 files changed, 5404 insertions(+), 2357 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 doc/source/config_options.rst
 delete mode 100644 doc/source/widgets/rawimagewidget.rst
 create mode 100644 examples/InfiniteLine.py
 create mode 100755 examples/Symbols.py
 copy examples/{VideoTemplate_pyside.py => VideoTemplate_pyqt5.py} (54%)
 create mode 100644 examples/exampleLoaderTemplate_pyqt5.py
 copy examples/{PlotSpeedTest.py => infiniteline_performance.py} (54%)
 create mode 100644 examples/test_examples.py
 create mode 100644 examples/utils.py
 copy pyqtgraph/GraphicsScene/{exportDialogTemplate_pyside.py => exportDialogTemplate_pyqt5.py} (56%)
 copy pyqtgraph/canvas/{CanvasTemplate_pyside.py => CanvasTemplate_pyqt5.py} (58%)
 copy pyqtgraph/canvas/{TransformGuiTemplate_pyside.py => TransformGuiTemplate_pyqt5.py} (54%)
 copy pyqtgraph/console/{template_pyside.py => template_pyqt5.py} (56%)
 copy pyqtgraph/{opengl/items => exporters/tests}/__init__.py (100%)
 copy pyqtgraph/flowchart/{FlowchartCtrlTemplate_pyside.py => FlowchartCtrlTemplate_pyqt5.py} (67%)
 copy pyqtgraph/flowchart/{FlowchartTemplate_pyside.py => FlowchartTemplate_pyqt5.py} (77%)
 delete mode 100644 pyqtgraph/flowchart/eq.py
 create mode 100644 pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.py
 copy pyqtgraph/graphicsItems/ViewBox/{axisCtrlTemplate_pyqt.py => axisCtrlTemplate_pyqt5.py} (52%)
 create mode 100644 pyqtgraph/graphicsItems/tests/test_ImageItem.py
 create mode 100644 pyqtgraph/graphicsItems/tests/test_InfiniteLine.py
 create mode 100644 pyqtgraph/graphicsItems/tests/test_PlotCurveItem.py
 create mode 100644 pyqtgraph/graphicsItems/tests/test_ROI.py
 copy pyqtgraph/imageview/{ImageViewTemplate_pyside.py => ImageViewTemplate_pyqt5.py} (56%)
 create mode 100644 pyqtgraph/tests/__init__.py
 create mode 100644 pyqtgraph/tests/image_testing.py
 create mode 100644 pyqtgraph/tests/ui_testing.py
 create mode 100644 tools/pg-release.py
 create mode 100755 tools/pyuic5
 create mode 100644 tools/release_instructions.md
 delete mode 100644 tools/setVersion.py
 create mode 100644 tools/shell.py

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



More information about the debian-science-commits mailing list