This project is mirrored from https://bitbucket.org/jakimowb/eo-time-series-viewer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 28, 2014
-
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
This happens during debugging session in an IDE (eric5) when debugger inspects variables but self._scenePos is not yet initialized.
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Feb 18, 2014
-
-
Luke Campagnola authored
- Reduces aliasing when zoomed out - Improves performance and memory usage for large images Merge branch 'image_downsampling' into develop Conflicts: pyqtgraph/graphicsItems/ImageItem.py
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Feb 12, 2014
-
-
Luke Campagnola authored
- Allow non-ndarray image data - Make quickMinMax a normal method
-
Luke Campagnola authored
BF: unicode fix for TableWidget
-
Sol Simpson authored
Setting a table item value to a unicode value with non ascii chars would cause the tablewidget contents to not be displayed (no exception thrown either). Changed all instances of str(..) or map(str,...) to use asUnicode and issue seems to be fixed
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Feb 11, 2014
-
-
Luke Campagnola authored
Inverted MeshData.cylinder normals
-
Luke Campagnola authored
Adds MeshData.cylinder
-
Luke Campagnola authored
-
- Feb 09, 2014
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Feb 07, 2014
-
-
Luke Campagnola authored
- 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.
-
- Feb 05, 2014
-
-
Luke Campagnola authored
Adds ViewBox.setLimits method Conflicts: examples/SimplePlot.py
-
Luke Campagnola authored
-
- Feb 04, 2014
-
-
Luke Campagnola authored
- isosurface works for arrays with shapes > 255 - Fixed ImageItem exception building histogram when image has only one value - Fixed MeshData exception caused when vertexes have no matching faces - Fixed GLViewWidget exception handler
-
- Feb 02, 2014
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
ArrowItem: setStyle now combines new options with previously-set options. AxisItem: fix minor exceptions
-
Luke Campagnola authored
-
- Feb 01, 2014
-
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
-
Mikhail Terekhov authored
-
- Jan 31, 2014
-
-
Luke Campagnola authored
Renamed args for clarity, improved documentation Fixed interaction bugs - zooming works correctly when view is against limit - no more phantom target range; target is reset during mouse interaction.
-
- Jan 30, 2014
-
-
Luke Campagnola authored
-
- Jan 28, 2014
-
-
Luke Campagnola authored
-
- Jan 25, 2014
-
-
Luke Campagnola authored
Import and py3 bugfixes for MultiPlotWidget Add setMinimumPlotHeight method.
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
Merge remote-tracking branch 'termim/develop' into multiplotwidget-fix
-
- Jan 23, 2014
-
-
Luke Campagnola authored
Minor setup corrections
-