Changes between Initial Version and Version 9 of Ticket #17050
- Timestamp:
- 2018-12-17T10:52:37+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17050
- Property Summary Refactor the GeoImageLayer and related to use a Data class with a selection listener → [Patch] Refactor the GeoImageLayer and related to use a Data class with a selection listener
- Property Component Core → Core image mapping
- Property Milestone → 18.12
-
Ticket #17050 – Description
initial v9 1 1 My goal is to add the ability to select multiple images in the geoimagelayer to be able to move them with the photoadjust plugin. 2 2 3 I started the work by moving the handle of the data to a new class ImageData with a selection listener. Most of the methods the GeoImageLayer have been moved. The ImageViewerDialog now listen for the selection change. This remove the coupling with the Ge rImageLayer.3 I started the work by moving the handle of the data to a new class ImageData with a selection listener. Most of the methods of the GeoImageLayer have been moved. The ImageViewerDialog now listen for the selection change. This remove the coupling with the GeoImageLayer. 4 4 5 5 I also fixed a few bugs with buttons on the ImageViewDialog