[python-pyqtgraph] 02/03: Merge tag 'upstream/0.9.10'

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Dec 26 10:46:14 UTC 2014


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

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

commit 6bcf77bc5b28e133bef45d9e0903e9a42a091e56
Merge: 89cf234 849a4bf
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Dec 25 10:23:23 2014 +0100

    Merge tag 'upstream/0.9.10'
    
    Upstream version 0.9.10

 .gitignore                                         |    5 +
 .travis.yml                                        |  230 +++
 CHANGELOG                                          |  102 +
 CONTRIBUTING.txt                                   |   51 +
 MANIFEST.in                                        |   10 +-
 README.md                                          |   26 +-
 doc/source/3dgraphics.rst                          |    2 +-
 doc/source/3dgraphics/index.rst                    |    7 +-
 doc/source/conf.py                                 |    4 +-
 doc/source/exporting.rst                           |    3 +-
 doc/source/functions.rst                           |    4 +-
 doc/source/graphicsItems/errorbaritem.rst          |    8 +
 doc/source/graphicsItems/index.rst                 |    3 +-
 doc/source/graphicsItems/roi.rst                   |   22 +-
 doc/source/how_to_use.rst                          |   58 +-
 doc/source/images.rst                              |    2 +-
 doc/source/images/plottingClasses.png              |  Bin 68667 -> 44314 bytes
 doc/source/images/plottingClasses.svg              |   14 +-
 doc/source/installation.rst                        |    2 +-
 doc/source/introduction.rst                        |    6 +-
 doc/source/parametertree/index.rst                 |    2 +-
 doc/source/plotting.rst                            |   32 +-
 doc/source/prototyping.rst                         |    6 +-
 doc/source/qtcrashcourse.rst                       |    4 +-
 doc/source/region_of_interest.rst                  |    2 +-
 doc/source/widgets/consolewidget.rst               |    6 +
 doc/source/widgets/index.rst                       |    6 +-
 examples/Arrow.py                                  |    3 +-
 examples/BarGraphItem.py                           |   41 +
 examples/CustomGraphItem.py                        |  136 ++
 examples/DataSlicing.py                            |    1 -
 examples/ErrorBarItem.py                           |    2 +-
 examples/FillBetweenItem.py                        |   50 +
 examples/Flowchart.py                              |    4 +
 examples/FlowchartCustomNode.py                    |   38 +-
 examples/GLImageItem.py                            |    5 +-
 examples/GLMeshItem.py                             |   77 +-
 examples/GLSurfacePlot.py                          |    5 +-
 examples/HistogramLUT.py                           |    3 +-
 examples/ImageView.py                              |    3 +-
 examples/Legend.py                                 |    2 +-
 examples/MouseSelection.py                         |   37 +
 examples/MultiPlotSpeedTest.py                     |   21 +-
 examples/MultiPlotWidget.py                        |   14 +-
 examples/Plotting.py                               |    6 +-
 examples/ROIExamples.py                            |    8 +-
 examples/ScatterPlot.py                            |    5 +-
 examples/ScatterPlotSpeedTest.py                   |    5 +-
 examples/SimplePlot.py                             |    9 +-
 examples/VideoSpeedTest.py                         |   94 +-
 examples/VideoTemplate.ui                          |  129 +-
 examples/VideoTemplate_pyqt.py                     |  100 +-
 examples/VideoTemplate_pyside.py                   |   98 +-
 examples/ViewBox.py                                |    1 -
 examples/ViewBoxFeatures.py                        |   90 +
 examples/{SimplePlot.py => ViewLimits.py}          |   10 +-
 examples/__main__.py                               |   14 +
 examples/contextMenu.py                            |  142 ++
 examples/crosshair.py                              |    5 +-
 examples/cx_freeze/plotTest.py                     |   20 +
 examples/cx_freeze/setup.py                        |   36 +
 examples/designerExample.py                        |   46 +
 examples/designerExample.ui                        |   38 +
 examples/dockarea.py                               |    2 +-
 examples/hdf5.py                                   |  155 ++
 examples/histogram.py                              |    8 +-
 examples/imageAnalysis.py                          |   98 +
 examples/isocurve.py                               |    3 +-
 examples/optics/__init__.py                        |    1 +
 examples/optics/pyoptic.py                         |  582 ++++++
 examples/optics/schott_glasses.csv.gz              |  Bin 0 -> 37232 bytes
 examples/optics_demos.py                           |  170 ++
 examples/parametertree.py                          |   11 +
 examples/py2exe/plotTest.py                        |   20 +
 examples/py2exe/setup.py                           |   36 +
 examples/relativity/__init__.py                    |    1 +
 examples/relativity/presets/Grid Expansion.cfg     |  411 ++++
 .../relativity/presets/Twin Paradox (grid).cfg     |  667 ++++++
 examples/relativity/presets/Twin Paradox.cfg       |  538 +++++
 examples/relativity/relativity.py                  |  773 +++++++
 examples/relativity_demo.py                        |   23 +
 examples/scrollingPlots.py                         |  118 ++
 examples/verlet_chain/__init__.py                  |    1 +
 examples/verlet_chain/chain.py                     |  115 ++
 examples/verlet_chain/make                         |    3 +
 examples/verlet_chain/relax.c                      |   48 +
 examples/verlet_chain/relax.py                     |   70 +
 examples/verlet_chain_demo.py                      |  126 ++
 pyqtgraph/GraphicsScene/GraphicsScene.py           |   97 +-
 pyqtgraph/GraphicsScene/exportDialog.py            |   18 +-
 pyqtgraph/GraphicsScene/exportDialogTemplate.ui    |    2 +-
 .../GraphicsScene/exportDialogTemplate_pyqt.py     |   33 +-
 .../GraphicsScene/exportDialogTemplate_pyside.py   |    8 +-
 pyqtgraph/GraphicsScene/mouseEvents.py             |   37 +-
 pyqtgraph/PIL_Fix/Image.py-1.6                     | 2099 -------------------
 pyqtgraph/PIL_Fix/Image.py-1.7                     | 2129 --------------------
 pyqtgraph/PIL_Fix/README                           |   11 -
 pyqtgraph/Qt.py                                    |   93 +-
 pyqtgraph/SRTTransform.py                          |    5 +-
 pyqtgraph/SRTTransform3D.py                        |   35 +-
 pyqtgraph/SignalProxy.py                           |    5 +-
 pyqtgraph/ThreadsafeTimer.py                       |    2 +-
 pyqtgraph/Transform3D.py                           |    4 +-
 pyqtgraph/Vector.py                                |   17 +
 pyqtgraph/__init__.py                              |  207 +-
 pyqtgraph/canvas/Canvas.py                         |   38 +-
 pyqtgraph/canvas/CanvasItem.py                     |   35 +-
 pyqtgraph/canvas/CanvasManager.py                  |    2 +-
 pyqtgraph/canvas/CanvasTemplate.ui                 |   32 +-
 pyqtgraph/canvas/CanvasTemplate_pyqt.py            |   32 +-
 pyqtgraph/canvas/CanvasTemplate_pyside.py          |   10 +-
 pyqtgraph/canvas/TransformGuiTemplate_pyqt.py      |   29 +-
 pyqtgraph/canvas/TransformGuiTemplate_pyside.py    |    6 +-
 pyqtgraph/colormap.py                              |   75 +-
 pyqtgraph/configfile.py                            |   17 +-
 pyqtgraph/console/CmdInput.py                      |    4 +-
 pyqtgraph/console/Console.py                       |   37 +-
 pyqtgraph/console/template.ui                      |   42 +-
 pyqtgraph/console/template_pyqt.py                 |   64 +-
 pyqtgraph/console/template_pyside.py               |    6 +-
 pyqtgraph/debug.py                                 |  389 +++-
 pyqtgraph/dockarea/Container.py                    |   12 +-
 pyqtgraph/dockarea/Dock.py                         |  124 +-
 pyqtgraph/dockarea/DockArea.py                     |   24 +-
 pyqtgraph/dockarea/DockDrop.py                     |    2 +-
 pyqtgraph/dockarea/tests/test_dock.py              |   16 +
 pyqtgraph/exceptionHandling.py                     |   54 +-
 pyqtgraph/exporters/CSVExporter.py                 |   52 +-
 pyqtgraph/exporters/Exporter.py                    |   66 +-
 pyqtgraph/exporters/HDF5Exporter.py                |   58 +
 pyqtgraph/exporters/ImageExporter.py               |   11 +-
 pyqtgraph/exporters/Matplotlib.py                  |   92 +-
 pyqtgraph/exporters/PrintExporter.py               |    9 +-
 pyqtgraph/exporters/SVGExporter.py                 |  101 +-
 pyqtgraph/exporters/__init__.py                    |   32 +-
 pyqtgraph/exporters/tests/test_csv.py              |   49 +
 pyqtgraph/exporters/tests/test_svg.py              |   67 +
 pyqtgraph/flowchart/Flowchart.py                   |  139 +-
 pyqtgraph/flowchart/FlowchartCtrlTemplate.ui       |    4 +-
 pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt.py  |   33 +-
 .../flowchart/FlowchartCtrlTemplate_pyside.py      |   10 +-
 pyqtgraph/flowchart/FlowchartGraphicsView.py       |    8 +-
 pyqtgraph/flowchart/FlowchartTemplate.ui           |    4 +-
 pyqtgraph/flowchart/FlowchartTemplate_pyqt.py      |   23 +-
 pyqtgraph/flowchart/FlowchartTemplate_pyside.py    |   10 +-
 pyqtgraph/flowchart/Node.py                        |   19 +-
 pyqtgraph/flowchart/NodeLibrary.py                 |   86 +
 pyqtgraph/flowchart/Terminal.py                    |   12 +-
 pyqtgraph/flowchart/eq.py                          |    4 +-
 pyqtgraph/flowchart/library/Data.py                |   16 +-
 pyqtgraph/flowchart/library/Display.py             |   77 +-
 pyqtgraph/flowchart/library/Filters.py             |   94 +-
 pyqtgraph/flowchart/library/__init__.py            |  119 +-
 pyqtgraph/flowchart/library/common.py              |   46 +-
 pyqtgraph/flowchart/library/functions.py           |   25 +-
 pyqtgraph/frozenSupport.py                         |  102 +-
 pyqtgraph/functions.py                             |  835 +++++---
 pyqtgraph/graphicsItems/ArrowItem.py               |   66 +-
 pyqtgraph/graphicsItems/AxisItem.py                |  379 ++--
 pyqtgraph/graphicsItems/BarGraphItem.py            |   41 +-
 pyqtgraph/graphicsItems/ButtonItem.py              |    2 +-
 pyqtgraph/graphicsItems/CurvePoint.py              |    6 +-
 pyqtgraph/graphicsItems/ErrorBarItem.py            |   46 +-
 pyqtgraph/graphicsItems/FillBetweenItem.py         |   78 +-
 pyqtgraph/graphicsItems/GradientEditorItem.py      |  317 +--
 pyqtgraph/graphicsItems/GradientLegend.py          |    4 +-
 pyqtgraph/graphicsItems/GraphItem.py               |   97 +-
 pyqtgraph/graphicsItems/GraphicsItem.py            |   84 +-
 pyqtgraph/graphicsItems/GraphicsLayout.py          |   21 +-
 pyqtgraph/graphicsItems/GraphicsObject.py          |   13 +-
 pyqtgraph/graphicsItems/GraphicsWidget.py          |    4 +-
 pyqtgraph/graphicsItems/GridItem.py                |    6 +-
 pyqtgraph/graphicsItems/HistogramLUTItem.py        |   40 +-
 pyqtgraph/graphicsItems/ImageItem.py               |  165 +-
 pyqtgraph/graphicsItems/InfiniteLine.py            |   84 +-
 pyqtgraph/graphicsItems/IsocurveItem.py            |   38 +-
 pyqtgraph/graphicsItems/ItemGroup.py               |    2 +-
 pyqtgraph/graphicsItems/LabelItem.py               |    8 +-
 pyqtgraph/graphicsItems/LegendItem.py              |   61 +-
 pyqtgraph/graphicsItems/LinearRegionItem.py        |   43 +-
 pyqtgraph/graphicsItems/MultiPlotItem.py           |   39 +-
 pyqtgraph/graphicsItems/PlotCurveItem.py           |  130 +-
 pyqtgraph/graphicsItems/PlotDataItem.py            |  141 +-
 pyqtgraph/graphicsItems/PlotItem/PlotItem.py       |  144 +-
 .../PlotItem/plotConfigTemplate_pyqt.py            |   77 +-
 .../PlotItem/plotConfigTemplate_pyside.py          |    4 +-
 pyqtgraph/graphicsItems/ROI.py                     |  737 +++++--
 pyqtgraph/graphicsItems/ScaleBar.py                |   69 +-
 pyqtgraph/graphicsItems/ScatterPlotItem.py         |  290 +--
 pyqtgraph/graphicsItems/TextItem.py                |   68 +-
 pyqtgraph/graphicsItems/UIGraphicsItem.py          |    2 +-
 pyqtgraph/graphicsItems/VTickGroup.py              |   44 +-
 pyqtgraph/graphicsItems/ViewBox/ViewBox.py         |  382 +++-
 pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py     |   39 +-
 .../graphicsItems/ViewBox/axisCtrlTemplate_pyqt.py |   59 +-
 .../ViewBox/axisCtrlTemplate_pyside.py             |    6 +-
 .../graphicsItems/ViewBox/tests/test_ViewBox.py    |   85 +
 pyqtgraph/graphicsItems/tests/ViewBox.py           |   95 -
 pyqtgraph/graphicsItems/tests/test_GraphicsItem.py |   47 +
 .../graphicsItems/tests/test_ScatterPlotItem.py    |   86 +
 pyqtgraph/graphicsWindows.py                       |    7 +-
 pyqtgraph/imageview/ImageView.py                   |  189 +-
 pyqtgraph/imageview/ImageViewTemplate.ui           |   13 +-
 pyqtgraph/imageview/ImageViewTemplate_pyqt.py      |   66 +-
 pyqtgraph/imageview/ImageViewTemplate_pyside.py    |   25 +-
 pyqtgraph/imageview/tests/test_imageview.py        |   11 +
 pyqtgraph/metaarray/MetaArray.py                   |   76 +-
 pyqtgraph/multiprocess/parallelizer.py             |    6 +-
 pyqtgraph/multiprocess/processes.py                |  112 +-
 pyqtgraph/multiprocess/remoteproxy.py              |  264 ++-
 pyqtgraph/opengl/GLGraphicsItem.py                 |    9 +-
 pyqtgraph/opengl/GLViewWidget.py                   |   62 +-
 pyqtgraph/opengl/MeshData.py                       |  181 +-
 pyqtgraph/opengl/__init__.py                       |   36 +-
 pyqtgraph/opengl/glInfo.py                         |    2 +-
 pyqtgraph/opengl/items/GLAxisItem.py               |    4 +-
 pyqtgraph/opengl/items/GLBoxItem.py                |    6 +-
 pyqtgraph/opengl/items/GLGridItem.py               |   42 +-
 pyqtgraph/opengl/items/GLImageItem.py              |   15 +-
 pyqtgraph/opengl/items/GLLinePlotItem.py           |   21 +-
 pyqtgraph/opengl/items/GLMeshItem.py               |   18 +-
 pyqtgraph/opengl/items/GLScatterPlotItem.py        |   10 +-
 pyqtgraph/opengl/items/GLSurfacePlotItem.py        |   19 +-
 pyqtgraph/opengl/items/GLVolumeItem.py             |   29 +-
 pyqtgraph/ordereddict.py                           |  254 +--
 pyqtgraph/parametertree/Parameter.py               |  180 +-
 pyqtgraph/parametertree/ParameterItem.py           |   26 +-
 pyqtgraph/parametertree/ParameterSystem.py         |  127 ++
 pyqtgraph/parametertree/ParameterTree.py           |   47 +-
 pyqtgraph/parametertree/SystemSolver.py            |  381 ++++
 pyqtgraph/parametertree/__init__.py                |    2 +-
 pyqtgraph/parametertree/parameterTypes.py          |   69 +-
 .../parametertree/tests/test_parametertypes.py     |   18 +
 pyqtgraph/pixmaps/__init__.py                      |   52 +-
 pyqtgraph/pixmaps/compile.py                       |   38 +-
 pyqtgraph/python2_3.py                             |    2 +-
 pyqtgraph/tests/test_exit_crash.py                 |   38 +
 pyqtgraph/tests/test_functions.py                  |   81 +
 pyqtgraph/tests/test_qt.py                         |   23 +
 pyqtgraph/tests/test_ref_cycles.py                 |   77 +
 pyqtgraph/tests/test_srttransform3d.py             |   39 +
 pyqtgraph/tests/test_stability.py                  |  160 ++
 pyqtgraph/tests/uictest.ui                         |   53 +
 {tests => pyqtgraph/util}/__init__.py              |    0
 pyqtgraph/util/colorama/LICENSE.txt                |   28 +
 pyqtgraph/util/colorama/README.txt                 |  304 +++
 {tests => pyqtgraph/util/colorama}/__init__.py     |    0
 pyqtgraph/util/colorama/win32.py                   |  137 ++
 pyqtgraph/util/colorama/winterm.py                 |  120 ++
 pyqtgraph/util/cprint.py                           |  101 +
 pyqtgraph/util/garbage_collector.py                |   50 +
 pyqtgraph/util/lru_cache.py                        |  121 ++
 pyqtgraph/util/mutex.py                            |   94 +
 pyqtgraph/util/pil_fix.py                          |   64 +
 pyqtgraph/util/tests/test_lru_cache.py             |   50 +
 pyqtgraph/widgets/BusyCursor.py                    |    2 +-
 pyqtgraph/widgets/CheckTable.py                    |    2 +-
 pyqtgraph/widgets/ColorButton.py                   |    6 +-
 pyqtgraph/widgets/ColorMapWidget.py                |   71 +-
 pyqtgraph/widgets/ComboBox.py                      |  206 +-
 pyqtgraph/widgets/DataFilterWidget.py              |   10 +-
 pyqtgraph/widgets/DataTreeWidget.py                |    6 +-
 pyqtgraph/widgets/FeedbackButton.py                |    2 +-
 pyqtgraph/widgets/FileDialog.py                    |    2 +-
 pyqtgraph/widgets/GradientWidget.py                |    6 +-
 pyqtgraph/widgets/GraphicsLayoutWidget.py          |   24 +-
 pyqtgraph/widgets/GraphicsView.py                  |   76 +-
 pyqtgraph/widgets/HistogramLUTWidget.py            |    4 +-
 pyqtgraph/widgets/JoystickButton.py                |    2 +-
 pyqtgraph/widgets/LayoutWidget.py                  |    2 +-
 pyqtgraph/widgets/MatplotlibWidget.py              |    2 +-
 pyqtgraph/widgets/MultiPlotWidget.py               |   45 +-
 pyqtgraph/widgets/PathButton.py                    |   14 +-
 pyqtgraph/widgets/PlotWidget.py                    |   14 +-
 pyqtgraph/widgets/ProgressDialog.py                |    2 +-
 pyqtgraph/widgets/RawImageWidget.py                |    6 +-
 pyqtgraph/widgets/RemoteGraphicsView.py            |   11 +-
 pyqtgraph/widgets/ScatterPlotWidget.py             |   17 +-
 pyqtgraph/widgets/SpinBox.py                       |   41 +-
 pyqtgraph/widgets/TableWidget.py                   |  276 ++-
 pyqtgraph/widgets/TreeWidget.py                    |    2 +-
 pyqtgraph/widgets/ValueLabel.py                    |   32 +-
 pyqtgraph/widgets/VerticalLabel.py                 |    2 +-
 pyqtgraph/widgets/tests/test_combobox.py           |   44 +
 pyqtgraph/widgets/tests/test_tablewidget.py        |  128 ++
 setup.py                                           |  126 +-
 tests/svg.py                                       |   70 -
 tests/test.py                                      |    8 -
 tools/debian/changelog                             |    5 -
 tools/debian/compat                                |    1 -
 tools/debian/control                               |   18 -
 tools/debian/copyright                             |   10 -
 tools/debian/files                                 |    1 -
 tools/debian/postrm                                |    3 -
 tools/debian/rules                                 |    4 -
 tools/debian/source/format                         |    1 -
 tools/generateChangelog.py                         |  126 +-
 tools/rebuildUi.py                                 |    2 +-
 tools/setVersion.py                                |   26 +
 tools/setupHelpers.py                              |  557 +++++
 300 files changed, 15498 insertions(+), 8575 deletions(-)

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