pyqtgraph/flowchart
Luke Campagnola 80148920c9 Bugfixes:
- Image exporter detects GraphicsView background color
- Corrected exporter filename handling for SVG export
- ViewBox no longer attempts to deregister itself while python is exiting
- Speedup for conversion using np.array(MetaArray_instance)
- GLGraphicsItem updates immediately when its GL options have changed
- Corrected some GL shader program bugs for nVidia drivers
- Fixed coordinate mapping bug in functions.transformCoordinates
- Fixed PySide import error
2012-12-04 21:02:05 -05:00
..
library Bugfixes: 2012-12-04 21:02:05 -05:00
__init__.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
eq.py fixed import statement in flowchart/eq 2012-09-13 11:07:29 -04:00
Flowchart.py Added preliminary support for python 2.6 2012-09-13 10:12:59 -04:00
FlowchartCtrlTemplate_pyqt.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartCtrlTemplate_pyside.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartCtrlTemplate.ui added check for correct python version 2012-04-04 14:45:12 -04:00
FlowchartGraphicsView.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
FlowchartTemplate_pyqt.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartTemplate_pyside.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartTemplate.ui Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
Node.py Added preliminary support for python 2.6 2012-09-13 10:12:59 -04:00
Terminal.py Converted all old-style classes to new-style for PySide compatibility. (thanks Chris) 2012-11-28 22:47:52 -05:00