Hello,
There are several problems I have seen while using the 2013.0 branch :
- icpfind does not correctly read the preferences file; the cause is
wxWidgets differenciates between a command line tool and a GUI
application when it comes to reading configuration file. A solution
has been found but it needs testing.
A build with the solution is here :
http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6282-a9991501efd8-10.6.dmg
- the splash screen frame is not always closed; I already described
this here :
http://groups.google.com/group/hugin-ptx/msg/4ad2bceef80ab44c
I intend to take a look at it (it does not involve complicated
parts) but if someone has already clues about why it appears, do not
hesitate.
- I have to double-click twice to open a project : in Finder, the
first double-click on a .pto file opens Hugin, the second loads the
project file.
- cpfind always use one thread; it is related to an old patch I sent
(
http://groups.google.com/group/hugin-ptx/browse_thread/thread/
c274fa6a9877e38d/39be38c2698eb1a3) : due to an overflow, the memory is
always 0, and cpfind thus only use one thread. a patch is here :
http://matthieu.desile.free.fr/hugin/cpfind-available-memory.patch
- the keyboard shortcut to open the preferences is not present; I have
not yet tested a simple wxWidgets to know if it is related to
wxWidgets or Hugin.
- In the fast panorama preview, when I want to change the field of
view, the crop I defined is changed and when I change the crop, the
field of view is changed also. I made a movie for this (
http://matthieu.desile.free.fr/hugin/Hugin-Crop-Jump.mov) showing this
behavior.
A lot of these problems seems related to wxWidgets. Is there any port
(linux or windows) that uses the 2.9.x version ?
Cheers,
Matthieu