← Back to team overview

hugin-devs team mailing list archive

[Bug 679994] Re: Individual Drag Mode

 

The changes I've made:
    - In the Move/Drag tab there is a new checkbox: "Custom drag images"
    - When this checkbox is checked this mode is enabled and with that for every image toggle button a corresponding checkbox is shown
    - The checkboxes for the buttons mark which images will currently be moved if any kind of dragging occurs
    - Apart from checking and unchecking by clicking on the checkboxes, this is also possible by clicking on the images in the preview/overview
        - This is handled in the following way:
            * if CTRL is held while the user clicks over a set of images, that set of images will be added to the group
            * if CTRL+SHIFT is held while the user clicks over a set of images the set of images will be removed from the group
    - Also the Identify tool is now automatically active when the user holds the CTRL key while moving the mouse around a window
    - Also the feature to highlight an image when the mouse is over an image toggle button is now constantly active


** Changed in: hugin
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679994

Title:
  Individual Drag Mode

Status in Hugin - Panorama Tools GUI:
  In Progress

Bug description:
  currently in the fast preview, dragging an image will drag the whole
  group of images connected by CPs.

  because the initial position of an image has an influence on the
  optimization process, I would like to add an individual drag mode.  in
  that mode, only the image selected under the cursor will move.
  currently, my work around for this is to enter numeric values in the
  images tab.

  additionally, to improve the feedback of the process, I would like to
  see the image(s) being dragged become semi-transparent while the
  images in the background stay black & white.

  This task is still beyond my current skillset, but given enough time
  and persistence I might get to it, one day.