pyqtgraph/opengl
Luke Campagnola b25e34f564 Features:
- Canvas: added per-item context menus
- Isocurve: 
     option to extend curves to array boundaries
     option to generate QPainterPath instead of vertex array
- Isosurface is a bajillion times faster
- ViewBox
     added clear() method
     added locate(item) method (shows where an item is for debugging)

Bugfixes:
- automated example testing working properly
- Exporter gets incorrect source rect when operating on PlotWidget
- Set correct DPI and size for SVG exporter
- GLMeshItem works properly with whole-mesh color specified as sequence
- bugfix in functions.transformCoordinates for rotated matrices
- reload library checks for modules that are imported multiple times
- GraphicsObject, UIGraphicsItem: added workaround for PyQt / itemChange bug
- ScatterPlotItem: disable cached render during export

Other:
- added documentation for several functions
- minor updates to setup.py
2012-12-22 16:51:25 -05:00
..
items Features: 2012-12-22 16:51:25 -05:00
__init__.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLGraphicsItem.py Bugfixes: 2012-12-04 21:02:05 -05:00
glInfo.py Added checks for OpenGL version and 3D texture size limits 2012-07-08 21:33:35 -04:00
GLViewWidget.py Major overhaul for GLMeshItem, MeshData classes 2012-11-23 17:34:22 -05:00
MeshData.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
shaders.py Bugfixes: 2012-12-04 21:02:05 -05:00