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.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 07 Nov, 2013 2 commits
-
-
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 6 commits
-
-
Luke Campagnola authored
Update README.md
-
Guillaume Poulin authored
correct markdown
-
Luke Campagnola authored
Add .gitignore and .mailmap
-
Guillaume Poulin authored
-
Guillaume Poulin authored
-
Guillaume Poulin authored
-
- 10 Sep, 2013 7 commits
-
-
Luke Campagnola authored
-
Guillaume Poulin authored
-
Guillaume Poulin authored
-
Guillaume Poulin authored
-
-
Guillaume Poulin authored
-
Luke Campagnola authored
-
- 06 Sep, 2013 1 commit
-
-
Luke Campagnola authored
GLMeshItem accepts ShaderProgram or name of predefined program Added missing documentation to GLGraphicsItem minor edits
-
- 04 Sep, 2013 2 commits
-
-
Guillaume Poulin authored
-
Guillaume Poulin authored
-
- 27 Aug, 2013 1 commit
-
-
Luke Campagnola authored
-