[Hugin-devs] [Bug 725667] Re: Mosaic overview does not process mouse wheel

2011-02-27 Thread tmodes
Hi Darko,

panosphere mode: left, right and middle mouse click/drag behave the same. I can 
rotate the panosphere. I can see no difference between left and middle mouse 
button.
mosaic: middle mouse button moves the plane (that was new for me). But mouse 
wheel does not zoom. So for projects with small fov the images are not clearly 
visibly. The problem is probably that the glCanvas does not get the focus (the 
focus is in the mode choice box - in this case the wheel does change the mode - 
or in the toolbar - here happens nothing).

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

Title:
  Mosaic overview does not process mouse wheel

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  The new overview does not process the mouse wheel in the mosaic mode
  (in normal panosphere mode the mouse wheel has no function)

  OS: Windows

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 725667] Re: Mosaic overview does not process mouse wheel

2011-02-27 Thread Yuv
Hi Darko,

Thank you for the analysis.  I sincerely hope that Hugin is accepted
into GSoC again this year and will love to see you part of that effort.

What we need now is a solution for the short term, i.e. to make the
behavior on Windows consistent with the behavior on Linux; and to make
the behavior more fluid.

I can't help with the Windows bug.

For the fluidity, can you try to disable the recalculation of the meshes
during the operation (resize or zooming) and execute it when the
operation has completed?

Thanks
Yuv


** Changed in: hugin
   Importance: Undecided = Critical

** Changed in: hugin
   Status: New = 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/725667

Title:
  Mosaic overview does not process mouse wheel

Status in Hugin - Panorama Tools GUI:
  In Progress

Bug description:
  The new overview does not process the mouse wheel in the mosaic mode
  (in normal panosphere mode the mouse wheel has no function)

  OS: Windows

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 725667] Re: Mosaic overview does not process mouse wheel

2011-02-27 Thread tmodes
** Changed in: hugin
   Status: In Progress = Fix Committed

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

Title:
  Mosaic overview does not process mouse wheel

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  The new overview does not process the mouse wheel in the mosaic mode
  (in normal panosphere mode the mouse wheel has no function)

  OS: Windows

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 725667] Re: Mosaic overview does not process mouse wheel

2011-02-26 Thread dmakreshanski
The expected behavior should be:
   mouse wheel - zoom in and out in both panosphere and mosaic mode
   middle click drag - move camera in both panosphere and mosaic mode

Both of these work on my linux. What exactly doesn't work on windows?

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

Title:
  Mosaic overview does not process mouse wheel

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  The new overview does not process the mouse wheel in the mosaic mode
  (in normal panosphere mode the mouse wheel has no function)

  OS: Windows

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 725667] Re: Mosaic overview does not process mouse wheel

2011-02-26 Thread dmakreshanski
ctrl+drag or alt+drag are already working
The point was that in panosphere only dragging with left click also work, but 
only in the case when the click originated from outside the panosphere.
If ctrl or alt is held down or dragging is with middle click then it will 
always manipulate the camera.

As with the zooming in/out. There were no other alternatives to the
mouse wheel. I have now changed the OverviewCameraTool now so that
zooming also work with ctrl+(+/-) however this is not usable since the
tools handle events that only originate from the GL Canvases. I have
tried to push events from the fast preview frame instead (from
GLPreviewFrame) however it only registered EVT_KEY_UP and not
EVT_KEY_DOWN. I couldn't figure out why did this happen. Maybe someone
more experienced with wxWidgets can figure this out.

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

Title:
  Mosaic overview does not process mouse wheel

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  The new overview does not process the mouse wheel in the mosaic mode
  (in normal panosphere mode the mouse wheel has no function)

  OS: Windows

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 725667] Re: Mosaic overview does not process mouse wheel

2011-02-26 Thread Yuv
Thank you, Darko.  I built and effectively as you described it I can't
use it.

In terms of key combination, I would prefer PageUp/Down; or the arrow
keys if they are not yet used.  + and - are located in different places
of the keyboard depending on the national keyboard layout and sometimes
require also pressing the shift modifier.  This is for keyboards without
numeric keypad where the + and - keys are easily available.  Usually,
where there is a numeric keypad, there is also a fully fledged mouse,
with wheel.

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

Title:
  Mosaic overview does not process mouse wheel

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  The new overview does not process the mouse wheel in the mosaic mode
  (in normal panosphere mode the mouse wheel has no function)

  OS: Windows

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp