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 .
- Dec 23, 2013
-
-
Luke Campagnola authored
-
Luke Campagnola authored
-
- Nov 22, 2013
-
-
Luke Campagnola authored
-
- Nov 20, 2013
-
-
Antony Lee authored
The main change is on `ViewBox.getContextMenus`, which now returns an up-to-date of actions that `GraphicsScene.addParentContextMenus` can use. Also, `getContextMenus` was given a default implementation in the base class (falling back on `getMenu` if defined), and some cleanup was done.
-
- Feb 10, 2013
-
-
Luke Campagnola authored
-
- Jan 10, 2013
-
-
Luke Campagnola authored
- AxisItem shows 2 tick levels instead of 3 - Lots of boundingRect and dataBounds caching (improves ViewBox auto-range performance, especially with multiple plots) - GraphicsScene avoids testing for hover intersections with non-hoverable items (much less slowdown when moving mouse over plots) These are deep changes; need good testing before we release them.
-
- Dec 25, 2012
-
-
Luke Campagnola authored
Started new SVG exporter Merged updates from ACQ4
-
- Dec 22, 2012
-
-
Luke Campagnola authored
- GLScatterPlotItem can work with arbitrarily-shaped vertex arrays - added colorToAlpha function Bugfixes: - GraphicsScene emits sigMouseClicked for all clicks - CanvasItem emits transformation change signal when mirrored - GLViewWidget.pixelSize correctly handles position specified as array - SRTTransform3D assumes Zscale=1 when converting from 2D transform
-
- Sep 10, 2012
-
-
Luke Campagnola authored
Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore.
-
- 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 19, 2012
-
-
Luke Campagnola authored
bugfixes for pyside-specific issues
-
- May 12, 2012
-
-
Luke Campagnola authored
-
- Apr 18, 2012
-
-
Luke Campagnola authored
-
- Apr 15, 2012
-
-
Luke Campagnola authored
-
- Mar 23, 2012
-
-
Luke Campagnola authored
- curves enable antialiasing when exporting to image - plotitems hide button during export
-
- Mar 12, 2012
-
-
Luke Campagnola authored
Fixed a few bugs in AxisItem
-
- Mar 11, 2012
-
-
Luke Campagnola authored
Moved GraphicsScene to its own directory, added exportDialog Removed old export options from PlotItem / ViewBox (will re-enable once they are working again)
-
- Mar 02, 2012
-
-
Luke Campagnola authored
-