[Hugin-devs] [Bug 736726] [NEW] Hugin 2010.4 freezes a lot

2011-03-17 Thread olivierk
Public bug reported:

Hi !

Since i upgraded to 2010.4, I've got very frequent freezes. I cannot
exactly tell how and when, it seems to happen randomly. The console says
nothings, everything just hangs, and I have to kill.

Using OpenSuse 11.4 (was the same with 11.3), Linux
2.6.37.1-1.2-default.

I just don't know what to do to diagnose further, or what information
would be helpful.

** Affects: hugin
 Importance: Undecided
 Status: New

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

Title:
  Hugin 2010.4 freezes a lot

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi !

  Since i upgraded to 2010.4, I've got very frequent freezes. I cannot
  exactly tell how and when, it seems to happen randomly. The console
  says nothings, everything just hangs, and I have to kill.

  Using OpenSuse 11.4 (was the same with 11.3), Linux
  2.6.37.1-1.2-default.

  I just don't know what to do to diagnose further, or what information
  would be helpful.

___
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 679994] Re: Individual Drag Mode

2011-03-17 Thread Lajos Höss
Hugin 2011.0.0 beta 3 on UHU-Linux 2.1. With induvidual drag mode, the
image number not fit correctly too. See the attachment.

** Attachment added: induvidual drag mode problem
   
https://bugs.launchpad.net/hugin/+bug/679994/+attachment/1914302/+files/hugin_fast_preview.png

-- 
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.

___
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 736755] [NEW] Fast preview status line not fit

2011-03-17 Thread Lajos Höss
Public bug reported:

Hugin 2011.0.0 beta 3 on UHU-Linux 2.1. When i change the projection, the 
status line messages not fit correctly.
 My display is 1280x800 pixel. See the attachment picture.

** Affects: hugin
 Importance: Undecided
 Status: New

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

Title:
  Fast preview status line not fit

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hugin 2011.0.0 beta 3 on UHU-Linux 2.1. When i change the projection, the 
status line messages not fit correctly.
   My display is 1280x800 pixel. See the attachment picture.

___
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 736755] Re: Fast preview status line not fit

2011-03-17 Thread Lajos Höss
** Attachment added: Fast preview status line
   
https://bugs.launchpad.net/bugs/736755/+attachment/1914308/+files/hugin_fast_preview_status_line.png

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

Title:
  Fast preview status line not fit

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hugin 2011.0.0 beta 3 on UHU-Linux 2.1. When i change the projection, the 
status line messages not fit correctly.
   My display is 1280x800 pixel. See the attachment picture.

___
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 735632] Re: LogLuv TIFF is not supported

2011-03-17 Thread Lukas Jirkovsky
I can think of two possible ways how to implement it. The simple one is
to do conversion from Luv color space to RGB in the decoder itself. This
should be pretty simple and straightforward, but it's not very clean way
since Luv has wider gamut than RGB.

In theory it would be better to make Hugin independent on input color
space. Implementing this would be probably very difficult and it would
involve huge code changes because of the following problems:

1. the loaded data are in Luv color space, but Hugin assumes input is in RGB 
color space. This would require explicit conversion of the image data. The 
algorithms would probably works as they are now even with Luv, but the 
conversion would be necessary for the preview a control points panel. BUT
2. there is no possibility to get the information about the colorspace from 
vigra::ImageImportInfo so currently there is now simple way how to do the 
conversion correctly.

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

Title:
  LogLuv TIFF is not supported

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Add support for LogLuv TIFF. Image loaded is not visible in the the
  fast preview and has strange colors in traditional (slow) preview. The
  output of nona seems to be emty.

  For some example LogLuv TIFFs take a look at
  http://www.anyhere.com/gward/pixformat/tiffluv.html

___
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 736755] Re: Fast preview status line not fit

2011-03-17 Thread tmodes
The status line is always only one line. 
A solution which solves this issue is already in repository, but this solution 
works only with wxWidgets 2.9.

** Changed in: hugin
   Status: New = Won't Fix

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

Title:
  Fast preview status line not fit

Status in Hugin - Panorama Tools GUI:
  Won't Fix

Bug description:
  Hugin 2011.0.0 beta 3 on UHU-Linux 2.1. When i change the projection, the 
status line messages not fit correctly.
   My display is 1280x800 pixel. See the attachment picture.

___
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 737079] [NEW] hugin stopt beim Zusammenfügen

2011-03-17 Thread Gas Work
Public bug reported:

Der Verlauf ist sollte hier mit dabei sein.

An sich ging alle bei dem Bildern ganz gut nur das Zusammenfügen bricht
immer wieder bei der gleichen Stelle ab.

** Affects: hugin
 Importance: Undecided
 Status: New

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

Title:
  hugin stopt beim Zusammenfügen

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Der Verlauf ist sollte hier mit dabei sein.

  An sich ging alle bei dem Bildern ganz gut nur das Zusammenfügen
  bricht immer wieder bei der gleichen Stelle ab.

___
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 737079] Re: hugin stopt beim Zusammenfügen

2011-03-17 Thread Gas Work
** Attachment added: Fehler.log
   https://bugs.launchpad.net/bugs/737079/+attachment/1915640/+files/Fehler.log

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

Title:
  hugin stopt beim Zusammenfügen

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Der Verlauf ist sollte hier mit dabei sein.

  An sich ging alle bei dem Bildern ganz gut nur das Zusammenfügen
  bricht immer wieder bei der gleichen Stelle ab.

___
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 737224] [NEW] ampersands in filenames not escaped

2011-03-17 Thread Bruno Postle
Public bug reported:

Hugin can now cope with '' ampersand characters in the filenames and
folders of input photos. However it fails if the output prefix contains
an ampersand. i.e. with 'foo  bar' as the prefix I see this error on
Linux:

  nona  -z LZW  -r ldr -m TIFF_m -o foo\ \ bar -i 0 /tmp/huginpto_44ZSCG
  /bin/sh:  bar: command not found

This seems to be a simple case where  needs to be escaped in the _SHELL
variables. If I rewrite all the _SHELL variables in the Makefiles,
replacing every  with \, stitching is fine.

** Affects: hugin
 Importance: Undecided
 Status: New

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

Title:
  ampersands in filenames not escaped

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hugin can now cope with '' ampersand characters in the filenames and
  folders of input photos. However it fails if the output prefix
  contains an ampersand. i.e. with 'foo  bar' as the prefix I see this
  error on Linux:

nona  -z LZW  -r ldr -m TIFF_m -o foo\ \ bar -i 0 /tmp/huginpto_44ZSCG
/bin/sh:  bar: command not found

  This seems to be a simple case where  needs to be escaped in the
  _SHELL variables. If I rewrite all the _SHELL variables in the
  Makefiles, replacing every  with \, stitching is fine.

___
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 736726] Re: Hugin 2010.4 freezes a lot

2011-03-17 Thread Bruno Postle
Do you have the proprietary nvidia drivers installed?

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

Title:
  Hugin 2010.4 freezes a lot

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi !

  Since i upgraded to 2010.4, I've got very frequent freezes. I cannot
  exactly tell how and when, it seems to happen randomly. The console
  says nothings, everything just hangs, and I have to kill.

  Using OpenSuse 11.4 (was the same with 11.3), Linux
  2.6.37.1-1.2-default.

  I just don't know what to do to diagnose further, or what information
  would be helpful.

___
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