[python-pyqtgraph] branch master updated (9a731d9 -> c2e382a)

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


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

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

      from  9a731d9   Wrap copyright
       new  89cf234   Bump std-version
      adds  849a4bf   Imported Upstream version 0.9.10
       new  6bcf77b   Merge tag 'upstream/0.9.10'
       new  c2e382a   New upstream release.

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:
 .gitignore                                         |    5 +
 .travis.yml                                        |  230 +++
 CHANGELOG                                          |  102 +
 CONTRIBUTING.txt                                   |   51 +
 MANIFEST.in                                        |   10 +-
 README.md                                          |   26 +-
 debian/changelog                                   |    8 +
 debian/control                                     |    2 +-
 debian/copyright                                   |   33 -
 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 +
 ...PlotSpeedTestTemplate.ui => designerExample.ui} |   27 +-
 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 +++
 .../{opengl/items => 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 +++++
 303 files changed, 15472 insertions(+), 8633 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 CONTRIBUTING.txt
 create mode 100644 doc/source/graphicsItems/errorbaritem.rst
 create mode 100644 doc/source/widgets/consolewidget.rst
 create mode 100644 examples/BarGraphItem.py
 create mode 100644 examples/CustomGraphItem.py
 create mode 100644 examples/FillBetweenItem.py
 create mode 100644 examples/MouseSelection.py
 create mode 100644 examples/ViewBoxFeatures.py
 copy examples/{SimplePlot.py => ViewLimits.py} (60%)
 create mode 100644 examples/contextMenu.py
 create mode 100644 examples/cx_freeze/plotTest.py
 create mode 100644 examples/cx_freeze/setup.py
 create mode 100644 examples/designerExample.py
 copy examples/{ScatterPlotSpeedTestTemplate.ui => designerExample.ui} (53%)
 create mode 100644 examples/hdf5.py
 create mode 100644 examples/imageAnalysis.py
 create mode 100644 examples/optics/__init__.py
 create mode 100644 examples/optics/pyoptic.py
 create mode 100644 examples/optics/schott_glasses.csv.gz
 create mode 100644 examples/optics_demos.py
 create mode 100644 examples/py2exe/plotTest.py
 create mode 100644 examples/py2exe/setup.py
 create mode 100644 examples/relativity/__init__.py
 create mode 100644 examples/relativity/presets/Grid Expansion.cfg
 create mode 100644 examples/relativity/presets/Twin Paradox (grid).cfg
 create mode 100644 examples/relativity/presets/Twin Paradox.cfg
 create mode 100644 examples/relativity/relativity.py
 create mode 100644 examples/relativity_demo.py
 create mode 100644 examples/scrollingPlots.py
 create mode 100644 examples/verlet_chain/__init__.py
 create mode 100644 examples/verlet_chain/chain.py
 create mode 100755 examples/verlet_chain/make
 create mode 100644 examples/verlet_chain/relax.c
 create mode 100644 examples/verlet_chain/relax.py
 create mode 100644 examples/verlet_chain_demo.py
 delete mode 100644 pyqtgraph/PIL_Fix/Image.py-1.6
 delete mode 100644 pyqtgraph/PIL_Fix/Image.py-1.7
 delete mode 100644 pyqtgraph/PIL_Fix/README
 create mode 100644 pyqtgraph/dockarea/tests/test_dock.py
 create mode 100644 pyqtgraph/exporters/HDF5Exporter.py
 create mode 100644 pyqtgraph/exporters/tests/test_csv.py
 create mode 100644 pyqtgraph/exporters/tests/test_svg.py
 create mode 100644 pyqtgraph/flowchart/NodeLibrary.py
 create mode 100644 pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py
 delete mode 100644 pyqtgraph/graphicsItems/tests/ViewBox.py
 create mode 100644 pyqtgraph/graphicsItems/tests/test_GraphicsItem.py
 create mode 100644 pyqtgraph/graphicsItems/tests/test_ScatterPlotItem.py
 create mode 100644 pyqtgraph/imageview/tests/test_imageview.py
 create mode 100644 pyqtgraph/parametertree/ParameterSystem.py
 create mode 100644 pyqtgraph/parametertree/SystemSolver.py
 create mode 100644 pyqtgraph/parametertree/tests/test_parametertypes.py
 create mode 100644 pyqtgraph/tests/test_exit_crash.py
 create mode 100644 pyqtgraph/tests/test_functions.py
 create mode 100644 pyqtgraph/tests/test_qt.py
 create mode 100644 pyqtgraph/tests/test_ref_cycles.py
 create mode 100644 pyqtgraph/tests/test_srttransform3d.py
 create mode 100644 pyqtgraph/tests/test_stability.py
 create mode 100644 pyqtgraph/tests/uictest.ui
 rename {tests => pyqtgraph/util}/__init__.py (100%)
 create mode 100644 pyqtgraph/util/colorama/LICENSE.txt
 create mode 100644 pyqtgraph/util/colorama/README.txt
 copy pyqtgraph/{opengl/items => util/colorama}/__init__.py (100%)
 create mode 100644 pyqtgraph/util/colorama/win32.py
 create mode 100644 pyqtgraph/util/colorama/winterm.py
 create mode 100644 pyqtgraph/util/cprint.py
 create mode 100644 pyqtgraph/util/garbage_collector.py
 create mode 100644 pyqtgraph/util/lru_cache.py
 create mode 100644 pyqtgraph/util/mutex.py
 create mode 100644 pyqtgraph/util/pil_fix.py
 create mode 100644 pyqtgraph/util/tests/test_lru_cache.py
 create mode 100644 pyqtgraph/widgets/tests/test_combobox.py
 create mode 100644 pyqtgraph/widgets/tests/test_tablewidget.py
 delete mode 100644 tests/svg.py
 delete mode 100644 tests/test.py
 delete mode 100644 tools/debian/changelog
 delete mode 100644 tools/debian/compat
 delete mode 100644 tools/debian/control
 delete mode 100644 tools/debian/copyright
 delete mode 100644 tools/debian/files
 delete mode 100755 tools/debian/postrm
 delete mode 100755 tools/debian/rules
 delete mode 100644 tools/debian/source/format
 create mode 100644 tools/setVersion.py
 create mode 100644 tools/setupHelpers.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