You need to sign in or sign up before continuing.
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 .
- Apr 10, 2020
-
-
Benjamin Jakimow authored
refactoring
-
- Mar 29, 2019
-
-
Benjamin Jakimow authored
fixed bug in vector layer visualization pulled qps updates
-
- Apr 24, 2018
-
-
Benjamin Jakimow authored
wip:3D expression evaluation
-
- Mar 14, 2018
-
-
benjamin.jakimow@geo.hu-berlin.de authored
-
- Jun 02, 2017
-
-
benjamin.jakimow@geo.hu-berlin.de authored
-
benjamin.jakimow@geo.hu-berlin.de authored
-
- Jan 10, 2017
-
-
benjamin.jakimow@geo.hu-berlin.de authored
-
- Mar 23, 2016
-
-
Benjamin Jakimow authored
-
- Nov 05, 2015
-
-
unknown authored
-
- Nov 03, 2015
-
-
unknown authored
-
- Aug 07, 2014
-
-
Luke Campagnola authored
* Added HDF5 exporter * CSV exporter gets (x,y,y,y) export mode * Updates to SVG, Matplotlib exporter * Console can filter exceptions by string * Added tick context menu to GradientEditorItem * Added export feature to imageview * Parameter trees: - Option to save only user-editable values - Option to set visible title of parameters separately from name - Added experimental ParameterSystem for handling large systems of interdependent parameters - Auto-select editable portion of spinbox when editing * Added Vector.__abs__ * Added replacement garbage collector for avoiding crashes on multithreaded Qt * Fixed "illegal instruction" caused by closing file handle 7 on OSX * configfile now reloads QtCore objects, Point, ColorMap, numpy arrays * Avoid triggering recursion issues in exception handler * Various bugfies and performance enhancements
-
- Feb 11, 2013
-
-
Luke Campagnola authored
-
- Feb 10, 2013
-
-
Luke Campagnola authored
-
- Jan 12, 2013
-
-
Luke Campagnola authored
-
Luke Campagnola authored
- GraphicsItem.pixelVectors copies cached results before returning - Multiprocess fixes for Windows: - mmap/shm uses anonymous maps rather than tempfiles - avoid use of getppid and setpgrp - work around hmac authentication bug (use os.urandom to generate key)
-
- Dec 27, 2012
-
-
Luke Campagnola authored
-
Luke Campagnola authored
Added debian control files
-
Luke Campagnola authored
updated versioning system
-
- Dec 26, 2012
-
-
Luke Campagnola authored
-
- Dec 25, 2012
-
-
Luke Campagnola authored
Started new SVG exporter Merged updates from ACQ4
-
Luke Campagnola authored
Started new SVG exporter Merged updates from ACQ4
-
- Dec 23, 2012
-
-
Luke Campagnola authored
- use graphics system 'raster' by default - disable OpenGL in QGraphicsView
-
- Dec 05, 2012
-
-
Luke Campagnola authored
- Image exporter detects GraphicsView background color - Corrected exporter filename handling for SVG export - ViewBox no longer attempts to deregister itself while python is exiting - Speedup for conversion using np.array(MetaArray_instance) - GLGraphicsItem updates immediately when its GL options have changed - Corrected some GL shader program bugs for nVidia drivers - Fixed coordinate mapping bug in functions.transformCoordinates - Fixed PySide import error
-
- Oct 27, 2012
-
-
Luke Campagnola authored
Reorganized shader programs Infrastructure updates for OpenGL system
-
- Oct 11, 2012
-
-
Luke Campagnola authored
- built in Christian Gavin's os.listdir replacement - added os.isdir replacement Fixed ViewBox causing errors at shutdown
-
- Oct 03, 2012
-
-
Luke Campagnola authored
- added ability for ScatterPlotItem to use arbitrary symbol shapes - added scatter plot speed test for evaluating new methods - added butterworth notch filter to flowchart library - fixed bugs with ViewBox trying to close itself after python has started cleaning up - fixed python 2.6 compatibility bug in PlotCurveItem - fixed support for list-of-dicts and dict-of-lists input for PlotDataItem - check to ensure Qt version is >= 4.7 - workaround for numpy segmentation fault - several other minor updates and documentation changes
-
- Sep 13, 2012
-
-
Luke Campagnola authored
Fixed setup.py to automatically search for all sub-packages
-
- Sep 10, 2012
-
-
Luke Campagnola authored
Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore.
-
- Aug 31, 2012
-
-
Luke Campagnola authored
- fixed handling of foreground colors in AxisItem - fixed rare crash caused in AxisItem - fixed improper propagation of key events from SpinBox - many others
-
- Jul 12, 2012
-
-
Luke Campagnola authored
- Fixed some floating-point precision issues. (Added a workaround for QTransform.inverted() bug) - No longer putting asUnicode inside __builtin__ since this causes problems in some rare circumstances (pyshell, lazy import recipe) - Minor docstring updates
-
- Jul 09, 2012
-
-
Luke Campagnola authored
- Text spacing fix for AxisItem
-
- Jun 29, 2012
-
-
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
-
- Jun 19, 2012
-
-
Luke Campagnola authored
bugfixes for pyside-specific issues
-
- Jun 18, 2012
-
-
Luke Campagnola authored
Added workaround for Qt crash-at-exit bug (make sure that all GraphicsItems live in a scene before exiting)
-
- May 31, 2012
-
-
Luke Campagnola authored
Added SRTTransform3D
-
- May 30, 2012
-
-
Luke Campagnola authored
- optional context menu for ImageItem - inverted y-axis in Canvas (+y now points upward) - extra __init__ arguments for Dock - Transform can be constructed from Matrix4x4 - many others
-
- May 12, 2012
-
-
Luke Campagnola authored
-
- May 08, 2012
-
-
Luke Campagnola authored
-
- Apr 18, 2012
-
-
Luke Campagnola authored
-