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 .
- 09 Jul, 2012 2 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
Added script for reporting GL version info
-
- 03 Jul, 2012 1 commit
-
-
Luke Campagnola authored
- workaround for PySide exit crash - fixed alpha of major/minor grid lines
-
- 01 Jul, 2012 2 commits
-
-
Luke Campagnola authored
Bugfix -- AxisItem enforces tick boundaries more strictly
-
Luke Campagnola authored
minor code edits
-
- 29 Jun, 2012 5 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
- Added pyqtgraph.systemInfo() for bug reporting - GraphicsLayout does a better job of avoiding occupied cells when using automatic placement - Fixed sizing issues with LabelItem - Updated GraphicsLayout example
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 23 Jun, 2012 1 commit
-
-
Luke Campagnola authored
-
- 22 Jun, 2012 4 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
- ForkedProcess is much more careful with inherited state -- closes file handles, removes atexit and excepthook callbacks - Remote processes copy sys.path from parent - Parallelizer has ProgressDialog support - Many docstring updates - Added some test code for remote GraphicsView rendering
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 19 Jun, 2012 3 commits
-
-
Luke Campagnola authored
pyside-specific bugfixes (there is still one pyside bug for which I have no workaround: https://bugreports.qt-project.org/browse/PYSIDE-86)
-
Luke Campagnola authored
-
Luke Campagnola authored
bugfixes for pyside-specific issues
-
- 18 Jun, 2012 10 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
- allows starting new processes and controlling them remotely from the parent process - remote processes can run their own GUI, Qt signals can be connected between processes (in general this is not possible with the built-in multiprocessing module due to the use of fork() ). - Control works by a system of proxy-objects such that controlling a remote process looks almost exactly like working with local objects. - Uses sockets to communicate between processes (so in theory could be made to work over a network), but also includes a mode that uses fork() to allow fast parallelization. - Wicked-easy inline parallelization by adding only one line of code to break up work between processes (requires fork; sorry windows users)
-
Luke Campagnola authored
- GUI interactive python prompt, useful in a variety of situations where python -i or ipython don't work very well. - Command history (requires a little help finding storage for this) - Exception catching, allowing the user to inspect local variables at any level within a stack trace (currently, this is done _without_ blocking the application)
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
Added workaround for Qt crash-at-exit bug (make sure that all GraphicsItems live in a scene before exiting)
-
Luke Campagnola authored
- Added workaround for Qt bug: https://bugreports.qt-project.org/browse/QTBUG-18616. (GraphicsItem.setParent needs to check for scene change first) This _could_ cause other problems, but they will certainly be fewer than the existing problems. - Fixed bugs with ViewBox linking to views which are subsequently deleted
-
Luke Campagnola authored
- fixed AxisItem sometimes drawing the same tick twice (sometimes with different text) - fixed handling of record arrays in setting ScatterPlotItem point data
-
Luke Campagnola authored
metaarray updates: - better handling of HDF5 files - fixed some isinstance problems that appear during reloads
-
- 12 Jun, 2012 1 commit
-
-
Luke Campagnola authored
- added workaround for Qt bug: https://bugreports.qt-project.org/browse/QTBUG-18616 - allow pxMode argument in PlotDataItem.setData()
-
- 31 May, 2012 8 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
Added SRTTransform3D
-
Luke Campagnola authored
-
Luke Campagnola authored
(should be no major API changes here)
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- 30 May, 2012 3 commits
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
Luke Campagnola authored
-