Changes between Initial Version and Version 9 of Ticket #17050


Ignore:
Timestamp:
2018-12-17T10:52:37+01:00 (7 years ago)
Author:
francois2
Comment:

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 CoreCore image mapping
    • Property Milestone18.12
  • Ticket #17050 – Description

    initial v9  
    11My goal is to add the ability to select multiple images in the geoimagelayer to be able to move them with the photoadjust plugin.
    22
    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 GerImageLayer.
     3I 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.
    44
    55I also fixed a few bugs with buttons on the ImageViewDialog