Ginga v2.6.1
Release date 2016-12-22
- Added a working MDI workspace for gtk2/gtk3.
- Added scrollbar frames. See examples/qt/example1_qt.py for standalone widget. Can be added to reference viewer by putting 'scrollbars = "on"' in your channel_Image.cfg preferences.
- Reorganized reference viewer files under "rv" folder.
- Improved Pick plugin: nicer contour plot, pick log uses table widget, pick log saved as a FITS table HDU
- Pick and Zoom plugins can now use a specific color map, rather than always using the same one as the channel window
- gtk3 reference viewer can now be resized smaller than the original layout (gtk2 still cannot)
- added ability to save the reference viewer size, layout and position on screen
- gtk MDI windows now remember their size and location when toggling workspace types
- Fixes for problems with pinch and scroll gestures with Qt5 backend
- Fixed a bug where scale changes between X and Y axes unexpectedly at extreme zoom levels
- Fixed a bug where cursor could get stuck on a pan cursor
- Added ability to define a cursor for any mode
- Added documented virtual methods to ImageView base class
- Added a workaround for a bug in early versions of Qt5 where excessive mouse motion events accumulate in the event queue