Skip to content
Snippets Groups Projects
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 .
  1. Dec 23, 2013
  2. Nov 22, 2013
  3. Nov 20, 2013
    • Antony Lee's avatar
      Use actions of ViewBox's contextMenu in full menu. · 23a0d6d7
      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.
      23a0d6d7
  4. Feb 10, 2013
  5. Jan 10, 2013
    • Luke Campagnola's avatar
      Performance improvements: · 01b8968a
      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.
      01b8968a
  6. Dec 25, 2012
  7. Dec 22, 2012
    • Luke Campagnola's avatar
      Features: · 4ceae9f1
      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
      4ceae9f1
  8. Sep 10, 2012
  9. Jul 12, 2012
    • Luke Campagnola's avatar
      Bugfixes: · a41d330c
      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
      a41d330c
  10. Jul 09, 2012
  11. Jun 19, 2012
  12. May 12, 2012
  13. Apr 18, 2012
  14. Apr 15, 2012
  15. Mar 23, 2012
  16. Mar 12, 2012
  17. Mar 11, 2012
  18. Mar 02, 2012
Loading