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 .
- 19 Nov, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 18 Nov, 2013 1 commit
-
-
Luke Campagnola authored
- Process now optionally wraps stdout/stderr from child process to circumvent a python bug - Added windows error number for port-in-use check - fixed segv caused by lost QImage input in pyside
-
- 17 Nov, 2013 4 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
- Avoid using authkey on windows; seems to be broken - Included yet another method of accessing shared memory as QImage
-
Luke Campagnola authored
-
Luke Campagnola authored
Workaround is for ViewBox to see whether its scene has changed every time it paints. Fixes: 12
-
- 16 Nov, 2013 2 commits
-
-
luke authored
Fixes #10
-
Luke Campagnola authored
Faster import of PyQtGraph.
-
- 15 Nov, 2013 1 commit
-
-
Antony Lee authored
* RawImageWidget (and thus OpenGL) isn't imported by default anymore. * scipy.stats.scoreatpercentile is replaced by numpy.percentile. This commit has not been tested as the example runner is currently broken.
-
- 14 Nov, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 11 Nov, 2013 1 commit
-
-
Luke Campagnola authored
-
- 07 Nov, 2013 3 commits
-
-
Luke Campagnola authored
- GraphItem reports pixel margins to improve auto-range - ViewBox.setRange is more careful about disabling auto range for axes that are set
-
Luke Campagnola authored
- setRange now only affects target range - updateViewRange only affects view range - updateMatrix only affects childGroup transform - updateMatrix is only called before a render Pathway now looks like: setRange -> updateViewRange -> matrix dirty -> ... -> sigRangeChanged ... -> prepareForPaint -> updateAutoRange, updateMatrix if dirty
-
Luke Campagnola authored
- GraphicsView.render now correctly invokes GraphicsScene.prepareForPaint - Fixed RemoteGraphicsView renderer to use new PyQt QImage API. - multiprocess.Process now pipes stdout/err directly to console when in debugging mode
-
- 06 Nov, 2013 1 commit
-
-
Luke Campagnola authored
-
- 05 Nov, 2013 1 commit
-
-
Luke Campagnola authored
- ROI updates on sigTransformChanged - ViewBox is more careful about accepting all auto-range changes up to the point it is disabled, even if the auto-range calculation is deferred.
-
- 04 Nov, 2013 1 commit
-
-
Luke Campagnola authored
-
- 03 Nov, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
setRange -> updateViewRange -> matrix dirty -> sigRangeChanged ... -> prepareForPaint -> updateAutoRange, updateMatrix if dirty
-
- 25 Oct, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 20 Oct, 2013 1 commit
-
-
Luke Campagnola authored
-
- 18 Oct, 2013 7 commits
-
-
Luke Campagnola authored
Fixed improper tick spacing and axis scaling This requires an API change: - AxisItem.setScale(float) has the usual behavior - AxisItem.setScale(None) is deprecated (but still works). Instead use: - AxisItem.enableAutoSIPrefix(bool) to enable/disable SI prefix scaling Also makes the API more intuitive since these features are now accessed and implemented independently. fixes #4
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
This requires an API change: - AxisItem.setScale(float) has the usual behavior - AxisItem.setScale(None) is no longer allowed. Instead use: - AxisItem.enableAutoSIPrefix(bool) to enable/disable SI prefix scaling Also makes the API more intuitive since these features are now accessed and implemented independently.
-
Luke Campagnola authored
Merge remote-tracking branch 'kif/master' into develop Conflicts: pyqtgraph/pgcollections.py
-
Luke Campagnola authored
-
- 17 Oct, 2013 1 commit
-
-
Jerome Kieffer authored
Use the official backport
-
- 19 Sep, 2013 1 commit
-
-
Luke Campagnola authored
-
- 18 Sep, 2013 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 13 Sep, 2013 2 commits
-
-
Luke Campagnola authored
- Removed inf/nan checking from PlotDataItem and PlotCurveItem; improved performance - Added 'connect' option to PlotDataItem and PlotCurveItem to affect which line segments are drawn - arrayToQPath() added 'finite' connection mode which omits non-finite values from connections
-
Luke Campagnola authored
- Added 'connect' option to PlotDataItem and PlotCurveItem to affect which line segments are drawn - arrayToQPath() added 'finite' connection mode which omits non-finite values from connections
-
- 12 Sep, 2013 3 commits
-
-
Luke Campagnola authored
Update README.md
-
Guillaume Poulin authored
correct markdown
-
Luke Campagnola authored
Add .gitignore and .mailmap
-