-
- Downloads
Signal cleanup:
- Renamed GraphicsView signals to avoid collision with ViewBox signals that are wrapped in PlotWidget: sigRangeChanged => sigDeviceRangeChanged and sigTransformChanged => sigDeviceTransformChanged. - All signal disconnections that catch TypeError now also catch RuntimeError for pyside compatibility.
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- pyqtgraph/flowchart/Flowchart.py 6 additions, 13 deletionspyqtgraph/flowchart/Flowchart.py
- pyqtgraph/graphicsItems/FillBetweenItem.py 1 addition, 1 deletionpyqtgraph/graphicsItems/FillBetweenItem.py
- pyqtgraph/graphicsItems/GraphicsItem.py 17 additions, 12 deletionspyqtgraph/graphicsItems/GraphicsItem.py
- pyqtgraph/graphicsItems/ViewBox/ViewBox.py 1 addition, 1 deletionpyqtgraph/graphicsItems/ViewBox/ViewBox.py
- pyqtgraph/graphicsWindows.py 5 additions, 2 deletionspyqtgraph/graphicsWindows.py
- pyqtgraph/parametertree/Parameter.py 1 addition, 1 deletionpyqtgraph/parametertree/Parameter.py
- pyqtgraph/widgets/GraphicsLayoutWidget.py 19 additions, 1 deletionpyqtgraph/widgets/GraphicsLayoutWidget.py
- pyqtgraph/widgets/GraphicsView.py 7 additions, 7 deletionspyqtgraph/widgets/GraphicsView.py
- pyqtgraph/widgets/PlotWidget.py 3 additions, 1 deletionpyqtgraph/widgets/PlotWidget.py
Loading
Please register or sign in to comment