Merge branch 'static_imports' into develop
No more dynamic imports; pg uses static imports throughout. Flowcharts and exporters use plugin systems
Showing
- CHANGELOG 32 additions, 0 deletionsCHANGELOG
- examples/FlowchartCustomNode.py 20 additions, 8 deletionsexamples/FlowchartCustomNode.py
- pyqtgraph/__init__.py 111 additions, 47 deletionspyqtgraph/__init__.py
- pyqtgraph/exporters/CSVExporter.py 1 addition, 1 deletionpyqtgraph/exporters/CSVExporter.py
- pyqtgraph/exporters/Exporter.py 8 additions, 44 deletionspyqtgraph/exporters/Exporter.py
- pyqtgraph/exporters/ImageExporter.py 1 addition, 0 deletionspyqtgraph/exporters/ImageExporter.py
- pyqtgraph/exporters/Matplotlib.py 3 additions, 0 deletionspyqtgraph/exporters/Matplotlib.py
- pyqtgraph/exporters/PrintExporter.py 3 additions, 0 deletionspyqtgraph/exporters/PrintExporter.py
- pyqtgraph/exporters/SVGExporter.py 4 additions, 0 deletionspyqtgraph/exporters/SVGExporter.py
- pyqtgraph/exporters/__init__.py 20 additions, 23 deletionspyqtgraph/exporters/__init__.py
- pyqtgraph/flowchart/Flowchart.py 10 additions, 5 deletionspyqtgraph/flowchart/Flowchart.py
- pyqtgraph/flowchart/NodeLibrary.py 84 additions, 0 deletionspyqtgraph/flowchart/NodeLibrary.py
- pyqtgraph/flowchart/library/__init__.py 79 additions, 80 deletionspyqtgraph/flowchart/library/__init__.py
- pyqtgraph/opengl/__init__.py 14 additions, 22 deletionspyqtgraph/opengl/__init__.py
Loading
Please register or sign in to comment