[Hugin-bug-hunters] [Bug 1172995] Re: Panini General parameter slider and text not linked.

2015-09-10 Thread tmodes
Closing here because it is fixed.

** Changed in: hugin
   Status: Triaged => Fix Released

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

Title:
  Panini General parameter slider and text not linked.

Status in Hugin:
  Fix Released

Bug description:
  When I adjusted the parameters for "Panini General" the number box and
  the sliders are not connected as I think they should be.  When one
  moves the sliders around it would be nice to see what numbers you
  ended up at … and visa-versa it would be nice to see the slider move
  when a number was entered.

  In the "Fast Panorama preview" window I selected the "Projection" tab,
  and there are sliders at the top of the window to adjust Cmpr, Tops,
  and Bots.  The value box and slider for each of these three do not
  interact as they should.

  I'm using "2013.0.0.6290:901c5fd7f02c built by Matthieu DESILE" on a MacBook 
Pro with OS X 10.8.
  Operating System: Mac OS X (Darwin 12.3.0 x86_64)
  Architecture: 64 bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1172995/+subscriptions

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


[Hugin-bug-hunters] [Bug 1482690] Re: last source fails to compile on MacOSX Yosemiti

2015-08-08 Thread tmodes
The Mac OS part of Hugin 2015.0 is currently untested. We have currently
no builder for Mac OS X. So there may be other glitches as well.

Please test, if the attached patch solves the issue.


** Patch added: macosx_check.patch
   
https://bugs.launchpad.net/hugin/+bug/1482690/+attachment/4441367/+files/macosx_check.patch

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

Title:
  last source fails to compile on MacOSX Yosemiti

Status in Hugin:
  New

Bug description:
  Hi Guys,

  thanks for working on hugin, I love it! I am trying to compile it from
  source on my machine and this is what I get. The problem seems to come
  from vigra. I'm available for any extra info!

  [ 45%] Building CXX object 
src/hugin1/base_wx/CMakeFiles/huginbasewx.dir/wxPanoCommand.cpp.o
  In file included from /usr/local/include/vigra/labelvolume.hxx:41:0,
   from /usr/local/include/vigra/localminmax.hxx:45,
   from 
/Users/denix/git/hugin-2015.0.0/src/hugin1/base_wx/wxPanoCommand.cpp:42:
  /usr/local/include/vigra/multi_array.hxx: In member function 
'vigra::MultiArrayViewN, T, vigra::StridedArrayTag vigra::MultiArrayViewN, 
T, C::permuteDimensions(const difference_type) const':
  /usr/local/include/vigra/multi_array.hxx:2005:82: error: expected 
unqualified-id before ';' token
   difference_type shape, stride, check((typename 
difference_type::value_type)0);

^
  /usr/local/include/vigra/multi_array.hxx:2010:11: error: 'check' was not 
declared in this scope
   ++check[s[i]];
 ^
  /usr/local/include/vigra/multi_array.hxx:2010:11: note: suggested alternative:
  In file included from /usr/local/include/vigra/rgbvalue.hxx:46:0,
   from /usr/local/include/vigra/stdimage.hxx:45,
   from /Users/denix/git/hugin-2015.0.0/src/hugin1/panoinc.h:53,
   from 
/Users/denix/git/hugin-2015.0.0/src/hugin1/base_wx/wxPanoCommand.cpp:30:
  /usr/local/include/vigra/static_assert.hxx:84:12: note:   
'vigra::staticAssert::check'
   inline int check( success ) { return 0; }
  ^
  In file included from /usr/local/include/vigra/utilities.hxx:41:0,
   from /usr/local/include/vigra/basicimage.hxx:41,
   from /usr/local/include/vigra/stdimage.hxx:42,
   from /Users/denix/git/hugin-2015.0.0/src/hugin1/panoinc.h:53,
   from 
/Users/denix/git/hugin-2015.0.0/src/hugin1/base_wx/wxPanoCommand.cpp:30:
  /usr/local/include/vigra/multi_array.hxx:2012:5: error: 'check' was not 
declared in this scope
   vigra_precondition(check == difference_type(1),
   ^
  /usr/local/include/vigra/multi_array.hxx:2012:5: note: suggested alternative:
  In file included from /usr/local/include/vigra/rgbvalue.hxx:46:0,
   from /usr/local/include/vigra/stdimage.hxx:45,
   from /Users/denix/git/hugin-2015.0.0/src/hugin1/panoinc.h:53,
   from 
/Users/denix/git/hugin-2015.0.0/src/hugin1/base_wx/wxPanoCommand.cpp:30:
  /usr/local/include/vigra/static_assert.hxx:84:12: note:   
'vigra::staticAssert::check'
   inline int check( success ) { return 0; }
  ^
  make[2]: *** 
[src/hugin1/base_wx/CMakeFiles/huginbasewx.dir/wxPanoCommand.cpp.o] Error 1
  make[1]: *** [src/hugin1/base_wx/CMakeFiles/huginbasewx.dir/all] Error 2
  make: *** [all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1482690/+subscriptions

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


[Hugin-bug-hunters] [Bug 1478174] Re: hugin_executor scripting fails to find remapped image

2015-08-02 Thread tmodes
Hi Terry,

I thought about this and added in changeset cd6b614aa1b1 a fallback. It
looks now first in the current path. If no matching file is found and no
path specified it looks also in the data dir for the executor file.

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

Title:
  hugin_executor scripting fails to find remapped image

Status in Hugin:
  Fix Committed

Bug description:
  Testing hugin-2015.1.0 hugin_executor scripting, using the supplied
  normal_enblend.executor script, which fails due to enblend looking
  for %prefix%.TIF, but %prefix%.tif has been generated, script
  output as follows...

  Stitching using Normal panorama with enblend

  Remapping images

  Blending with enblend
  enblend: failed to open hgex.TIF: No such file or directory

  The file hgex.tif exists in the project dir.

  I also note that hugin_executor requires the full pathname for the
  script file. I have packaged the supplied script files in
  /usr/share/hugin/data/ (Fedora 22) which, I think, has been the
  preferred dir but hugin is not looking here for executor scripts. Is
  the requirement for full pathname for the script the expected
  behaviour?

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1478174/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474580] Re: hugin_executor crash

2015-07-26 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  hugin_executor crash

Status in Hugin:
  Fix Released

Bug description:
  testing with hugin hg changeset 7093 on openSUSE 13.1
  hugin_executor crashes on the attached file after enfuse successfully 
finishes.
  valgrind output looks like there is corrupted stack.

  
  steps to reproduce:

  ptodummy img_3852_img_3683_2.pto
  hugin_executor --stitching img_3852_img_3683_2.pto

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474580/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474422] Re: Catalan translation updated

2015-07-26 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  Catalan translation updated

Status in Hugin:
  Fix Released

Bug description:
  I send you the new translation of Hugin to catalan

  Regards,
  Carles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474422/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474424] Re: Catalan (valencian ) translation updated

2015-07-26 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  Catalan (valencian ) translation updated

Status in Hugin:
  Fix Released

Bug description:
  I send you the new translation of Hugin to catalan (Valencian)

  Regards,
  Carles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474424/+subscriptions

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


[Hugin-bug-hunters] [Bug 678936] Re: enblend fails on EXR (hdr) blending

2015-07-26 Thread tmodes
** Changed in: hugin
   Status: Incomplete = New

** Changed in: hugin
   Status: New = Incomplete

** Changed in: hugin
   Status: Incomplete = Invalid

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

Title:
  enblend fails on EXR (hdr) blending

Status in Hugin:
  Invalid

Bug description:
  I think I came across a bug in enblend (CVS20080718), but since there
  is no bug tracker in enblend, I document it here.

  I was testing thoroughly hugin SVN3251 in both Windows XP and Ubuntu
  Linux 8.04.

  The box is an AMD 2x 6000+ with 6GB RAM and I made sure I had plenty
  of HDD space.

  The project: A full spherical panorama, six shots around, three
  exposures each, output resolution 7000x3500.

  enfuse went through it no problems (although I identified some
  cosmetic issues in the user interface to it through hugin
  
http://sourceforge.net/tracker/index.php?func=detailaid=2032140group_id=77506atid=550441)

  then I went for the fully fledged HDR. The process seemed to run well
  through hugin (although it was taking a lot more time than PTGui
  8beta6 or Autopano Pro 1.4.2). I let hugin retain all byproducts
  (individual non merged images and stacked HDR images) which all looked
  good. But the blend was just mostly black with some areas from the
  panorama.

  This happened in both Windows and Linux, with two different outputs.
  Then I run the process from the command line in Windows and the output
  was once again different but not correct.

  When I blend only the first two stacks from the CLI, the output is OK.

  The first three stacks, I get a bit of black areas again.

  The second pair of stacks blended well.

  The last pair of stack had a large black area.

  Trying to add an additional stack to one of the first two blendings
  also results in black areas.

  At http://www.photopla.net/hugin/hdr/enblend-hdr-errors.7z you will
  find the first three test blends (from hugin in windows and linux, and
  from the CLI).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/678936/+subscriptions

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


[Hugin-bug-hunters] [Bug 679262] Re: align_image_stack fails on paths with double quotes

2015-07-26 Thread tmodes
A check for invalid characters in filenames was implemented some time
ago. So closing here.

** Changed in: hugin
   Status: Triaged = Fix Released

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

Title:
  align_image_stack fails on paths with double quotes

Status in Hugin:
  Fix Released

Bug description:
  Adriaan van Os reports:

  1. align_image_stack silently fails if the pathname to the source
  files contains a name between double quotes

  2. align_image_stack does some error reporting in this situation,

  but, as far as I know, these messages are written to
  standard-output rather than standard-error.

  3. align_image_stack ignores the internal errors, happily
  produces unaligned output images and returns exit code success
  (exit code 0).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679262/+subscriptions

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


[Hugin-bug-hunters] [Bug 1478174] Re: hugin_executor scripting fails to find remapped image

2015-07-25 Thread tmodes
Hi Terry,

concerning the full path: yes, it is intended.

1.) When using from the GUI the file selection dialog should start in in data 
directory or in the last used directory for executor files. So in this case the 
full path has no disadvantage.
2.) Command line usage: here the advance user has to specify the full path. Or 
he is even using an own executor file, which can be in the same folder as the 
image file. Then he can specify this file.

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

Title:
  hugin_executor scripting fails to find remapped image

Status in Hugin:
  Fix Committed

Bug description:
  Testing hugin-2015.1.0 hugin_executor scripting, using the supplied
  normal_enblend.executor script, which fails due to enblend looking
  for %prefix%.TIF, but %prefix%.tif has been generated, script
  output as follows...

  Stitching using Normal panorama with enblend

  Remapping images

  Blending with enblend
  enblend: failed to open hgex.TIF: No such file or directory

  The file hgex.tif exists in the project dir.

  I also note that hugin_executor requires the full pathname for the
  script file. I have packaged the supplied script files in
  /usr/share/hugin/data/ (Fedora 22) which, I think, has been the
  preferred dir but hugin is not looking here for executor scripts. Is
  the requirement for full pathname for the script the expected
  behaviour?

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1478174/+subscriptions

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


[Hugin-bug-hunters] [Bug 1476916] Re: hugin-2015.1.0, latest git repo fails to build

2015-07-24 Thread tmodes
Hi Terry,

I had another patch in my repository, but did commit a part in the wrong 
changeset.
This is fixed in our hg repository.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  hugin-2015.1.0, latest git repo fails to build

Status in Hugin:
  Fix Committed

Bug description:
  Attempting to build hugin-2015.1.0 using git master (rev.txt is e90f79f9a147) 
on Fedora 22 x86_64 using rpmbuild.
  Build fails with the following error message...
  /home/terry/rpmbuild/BUILD/hugin-2015.1.0/src/celeste/Celeste.cpp: In 
function 'void celeste::destroySVMmodel(celeste::svm_model*)':
  /home/terry/rpmbuild/BUILD/hugin-2015.1.0/src/celeste/Celeste.cpp:65:38: 
error: 'svm_free_and_destroy_model' was not declared in this scope
   svm_free_and_destroy_model(model);

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1476916/+subscriptions

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


[Hugin-bug-hunters] [Bug 1478174] Re: hugin_executor scripting fails to find remapped image

2015-07-24 Thread tmodes
Thanks for finding.
Fixed in changeset 6c690feb9965. I also updated the documentation for the 
executor file format.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  hugin_executor scripting fails to find remapped image

Status in Hugin:
  Fix Committed

Bug description:
  Testing hugin-2015.1.0 hugin_executor scripting, using the supplied
  normal_enblend.executor script, which fails due to enblend looking
  for %prefix%.TIF, but %prefix%.tif has been generated, script
  output as follows...

  Stitching using Normal panorama with enblend

  Remapping images

  Blending with enblend
  enblend: failed to open hgex.TIF: No such file or directory

  The file hgex.tif exists in the project dir.

  I also note that hugin_executor requires the full pathname for the
  script file. I have packaged the supplied script files in
  /usr/share/hugin/data/ (Fedora 22) which, I think, has been the
  preferred dir but hugin is not looking here for executor scripts. Is
  the requirement for full pathname for the script the expected
  behaviour?

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1478174/+subscriptions

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


[Hugin-bug-hunters] [Bug 683448] Re: Hugin should support 'zeronoise' output

2015-07-19 Thread tmodes
 To do this, Hugin would need:

 A nona option to automatically remove blown out areas 
 from input photos when remapping, 

Implemented in changeset f08e456e35d3. Call nona with option --clip-
exposure to mask all under and overexposed areas automatically.

 An additional output option that does exposure correction 
 like 'normal' output, but which uses enfuse to merge 
 stacks like the existing 'exposure fusion' output.

I decided against implementing a hard coded version for this case. Instead I 
added in changeset e742ac9250cd an user-defined output mode. This is more 
flexible and allows also to add other variants. The zero noise output is added 
as example.
Further modifications can now added more easily.


** Changed in: hugin
   Status: Triaged = Fix Committed

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

Title:
  Hugin should support 'zeronoise' output

Status in Hugin:
  Fix Committed

Bug description:
  This is a feature that should be easy enough to add, we figured all
  this out a while back but I haven't got around to writing it up.

  'zeronoise' is a tool that combines bracketed exposures to produce
  output with reduced noise in dark areas, Hugin could do the same thing
  (but much better) as an alternative to the usual enfused output.  You
  can reproduce the technique like this:

  Shoot a bracketed stack (or more than one) with the shortest exposure
  the 'right' one, and with additional overexposed shots to capture dark
  areas.

  Remove any 'blown out' areas of the overexposed shots by setting 100%
  transparency to these areas, this is very important.

  Photometrically align them in Hugin and generate 'Normal' output with
  individual remapped images, i.e. you will end up with a series of
  photos that all have the same 'exposure', except they started as
  differently exposed photos.  Some shots will have more noise that
  others, and others will have transparent areas where there should be
  highlights.

  Now run them through enfuse.  It turns out that enfuse is _very_ good
  at picking the lowest noise data from each shot, you will end up with
  a photo that looks just like a normal photo except with hardly any
  noise.

  To do this, Hugin would need:

  A nona option to automatically remove blown out areas from input
  photos when remapping, actually I suspect this would be generally
  useful when using enfuse 'normally'.  Note that a 'blown out' area may
  only be saturated in a single channel.

  An additional output option that does exposure correction like
  'normal' output, but which uses enfuse to merge stacks like the
  existing 'exposure fusion' output.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/683448/+subscriptions

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


[Hugin-bug-hunters] [Bug 679890] Re: camera raw/pseudo HDR

2015-07-19 Thread tmodes
*** This bug is a duplicate of bug 679984 ***
https://bugs.launchpad.net/bugs/679984

** This bug has been marked a duplicate of bug 679984
   Add support for images in a RAW format

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

Title:
  camera raw/pseudo HDR

Status in Hugin:
  Triaged

Bug description:
  Often, I have had enough dynamic range in a set of single RAW images
  for a good panorama, but a single exposure correction is inadequate
  within a single image for the problem (ie. the brighter window in a
  dimmer room). As always, less source images are usually less trouble.

  Hugin workflow in this case for me has been either: a) Use command-
  line TuFuse.exe in conjunction with dcraw.exe to automatically make
  several TIFF's from each single RAW image in the panorama and
  automatically combine them in a manner similar to enfuse and then feed
  the combined TIFFs into Hugin. --OR-- b) manually create 3 TIFFs for
  each RAW and stack them in hugin for enfusing within hugin.

  Would it be possible to automatically accept some form of RAW format
  (or even 16-bit tiffs) and have enfuse create autobracketed stacked
  images for fusion (similar to tufuse)and have them automatically be
  stacked within hugin (since they will be aligned already)?

  Greg
  gpulaw...@indy.rr.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679890/+subscriptions

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


[Hugin-bug-hunters] [Bug 1414135] Re: Keyboard shortcut for Stitch!

2015-07-19 Thread tmodes
Added in changeset e742ac9250cd when adding the user defined output.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  Keyboard shortcut for Stitch!

Status in Hugin:
  Fix Committed

Bug description:
  I would like a keyboard shortcut for Stitch!

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1414135/+subscriptions

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


[Hugin-bug-hunters] [Bug 678873] Re: [OSX] jpeg quality setting by user is not read correctly

2015-07-19 Thread tmodes
Is this still valid with wxWidgets 3.x?

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

Title:
  [OSX] jpeg quality setting by user is not read correctly

Status in Hugin:
  Confirmed

Bug description:
  OS: OSX 10.4.11
  SVN: 3073
  Route: both cmake and XCode

  The quality setting for jpeg output in the stitcher tab is not reac correctly.
  If I change the quality=100 setting in panoramaoptions.h and recompile 
hugin, the new default value is active. This default value (for example 75 or 
90) can be changed on screen, but is not correctly used. No matter to what 
value the compression is set, it always writes the final jpeg according the 
default value in panoramaoptions.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/678873/+subscriptions

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


[Hugin-bug-hunters] [Bug 1392730] Re: Using PNG with autopano-sift-c causes seg fault

2015-07-19 Thread tmodes
autopano-sift-c is not maintained any more and will not developed
further. So closing here.


** Changed in: hugin
   Status: New = Invalid

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

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

Title:
  Using PNG with autopano-sift-c causes seg fault

Status in Hugin:
  Won't Fix

Bug description:
  autopano-sift-c built from hugin sourceforge tar ball.

  === CLI MESSAGES ===

  djbarney@djbarney-osiris-64bit 
~/Build/autopano-sift-c/autopano-sift-C-2.5.1/APSCpp
   
  $ ./autopano-sift-c --maxmatches 25 --projection 0,65 XRebirth.pto 
XRebirth_1.png XRebirth_2.png XRebirth_3.png   

  APSCpp, enhanced Autopano-sift-c  

Stereographic projection enabled.   

  Filename XRebirth_1.png   

  Segmentation fault 

 
  djbarney@djbarney-osiris-64bit 
~/Build/autopano-sift-c/autopano-sift-C-2.5.1/APSCpp
   
  $ ./autopano-sift-c --maxmatches 25 --projection 0,65 XRebirth.pto 
XRebirth_1.tiff XRebirth_2.tiff XRebirth_3.tiff

  APSCpp, enhanced Autopano-sift-c  

Stereographic projection enabled.   

  Filename XRebirth_1.tiff  

width 1440  height 900  format 0  hfov 65   

use stereographic projection


  
=== 
  
  The use of this software is restricted by certain conditions. 

  See the LICENSE file distributed with the program for details.  


  The University of British Columbia has applied for a patent on the SIFT   

  algorithm in the United States.  Commercial applications of this software may 

  require a license from the University of British Columbia.

  
=== 
  

428 keypoints found

  Filename XRebirth_2.tiff  

width 1440  height 900  format 0  hfov 65   

use stereographic projection

399 keypoints found

  Filename XRebirth_3.tiff
width 1440  height 900  format 0  hfov 65
use stereographic projection
690 keypoints found

  5.2 seconds to find keypoints

  Matching; ransac off, ANNmatch on...
  ANN kd-tree: 1517 keypoints, cutoff depth 190
   100.00%, 1517/1517
  Global match search yielded 36 matches
  Created 1 match partitions, max l = 2

  Filtering... (XRebirth_2.tiff, XRebirth_3.tiff)
 A. Join Filtration: 22 to 22
 B. Score Filtration: 22 to 22
  Filtered partition [1,2] from 22 matches down to 22

  0.0 seconds to match keypoints

  Connected component check...
  Connected component identification resulted in 2 components:
  component 1: XRebirth_2.tiff, XRebirth_3.tiff
  component 2: XRebirth_1.tiff

  Warning: There is one or more components that are not connected through 
control
   points. An optimization of the resulting PTO will not be possible
   without prior adding of control points between the components listed
   above. Please see the manual page for autopano(1) for details.

  Creating output file XRebirth.pto

  You can now load the output file into hugin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1392730/+subscriptions

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

[Hugin-bug-hunters] [Bug 1392734] Re: Build of autopano-sift-c on Debian fails to find library

2015-07-19 Thread tmodes
autopano-sift-c is not maintained any more and will not developed
further. So closing here.

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

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

Title:
  Build of autopano-sift-c on Debian fails to find library

Status in Hugin:
  Won't Fix

Bug description:
  Debian Testing. See attached file for full CLI output.

  Message: undefined reference to symbol 'exp@@GLIBC_2.2.5'

  Solution: I edited lines 128 and 131 in CMakeLists.txt, adding m at
  the end which I believe forces a search for the library. I am not
  familiar with the intricacies of CMake so I'm not sure if that's the
  appropriate way of doing this ...

  Line 128: TARGET_LINK_LIBRARIES(generatekeys ${all_libs} m)

  Line 131: TARGET_LINK_LIBRARIES(autopano ${all_libs} m)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1392734/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474580] Re: hugin_executor crash

2015-07-16 Thread tmodes
Trying to fix in changeset 977d439e6f3e.
It uses now response files for such big projects. This requires at least 
enblend-enfuse 4.0. It does not work with enblend-enfuse 3.2. 

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc3

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

Title:
  hugin_executor crash

Status in Hugin:
  Fix Committed

Bug description:
  testing with hugin hg changeset 7093 on openSUSE 13.1
  hugin_executor crashes on the attached file after enfuse successfully 
finishes.
  valgrind output looks like there is corrupted stack.

  
  steps to reproduce:

  ptodummy img_3852_img_3683_2.pto
  hugin_executor --stitching img_3852_img_3683_2.pto

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474580/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474580] Re: hugin_executor crash

2015-07-15 Thread tmodes
Compiled with which wxWidgets version? 2.8.x or 3.0?

Can you provide the valgrind output?

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

Title:
  hugin_executor crash

Status in Hugin:
  New

Bug description:
  testing with hugin hg changeset 7093 on openSUSE 13.1
  hugin_executor crashes on the attached file after enfuse successfully 
finishes.
  valgrind output looks like there is corrupted stack.

  
  steps to reproduce:

  ptodummy img_3852_img_3683_2.pto
  hugin_executor --stitching img_3852_img_3683_2.pto

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474580/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474580] Re: hugin_executor crash

2015-07-15 Thread tmodes
First test: it works with wxWidgets 3.x serie. Only wxWidgets 2.8.x
shows the crash.

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

Title:
  hugin_executor crash

Status in Hugin:
  New

Bug description:
  testing with hugin hg changeset 7093 on openSUSE 13.1
  hugin_executor crashes on the attached file after enfuse successfully 
finishes.
  valgrind output looks like there is corrupted stack.

  
  steps to reproduce:

  ptodummy img_3852_img_3683_2.pto
  hugin_executor --stitching img_3852_img_3683_2.pto

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474580/+subscriptions

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


[Hugin-bug-hunters] [Bug 1474422] Re: Catalan translation updated

2015-07-15 Thread tmodes
Thanks, committed to repository.

PS: You can also use one ticket for both translations.

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc3

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

Title:
  Catalan translation updated

Status in Hugin:
  Fix Committed

Bug description:
  I send you the new translation of Hugin to catalan

  Regards,
  Carles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1474422/+subscriptions

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


[Hugin-bug-hunters] [Bug 1472190] Re: importImage(): ERROR

2015-07-07 Thread tmodes
Currently align_image_stack works only with RGB images. You tried probably with 
grayscale images. This is fixed in the repository.
The workaround is to convert the images to RGB before invoking 
align_image_stack.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  importImage(): ERROR

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Hi

  I have a bug when i open my files (.tif extension)

  This is my command : align_image_stack -m -a OUT waytofile1 waytofile2

  And my error :
  ContractViolation:
  Precondition violation!
  importImage(): number of bands(color channels) in file and destination differ.

  ERROR : caught exception:
  Precondition violation!
  importImage(): number of bands (color channels) in file and destination image 
differ.

  I found on internet that we need to remove the alpha channel from my
  .tif image, but when i try to do this GIMP, i don't see any alpha
  channels with my picture ( so i can't remove it)

  I tried with ImageMagick for windows, but I met a lot of bug.
  I'm working on Windows 7 SP1.

  Thanks you

  Bastien

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1472190/+subscriptions

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


[Hugin-bug-hunters] [Bug 1465823] Re: hugin batch processor stops after making pto

2015-07-05 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  hugin batch processor stops after making pto

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Hi,

  I am working with the current  RC1 (2015.0.0.d497c7fc1866) on Ubuntu
  14.04.

  My normal work flow is as follows:

  - put all single images in folder
  - start batch processer - look for pictures -start - select

  In between there is the message: Assertion failed! ... 
/usr/include/wx-3.0/wx/strvararg.h(451): 
  Ok, I can click away that.

  - I start the batch.
  - First window opens: .processing of pto file (pto file is saved)
  - Second progress window opens (which should make the actual stiched 
panorama).

  Nothing further happens, I cannot close or make any changes have to
  xkill everything.

  Upon restarting the batcher withthe  pto file. Image is made.

  
  Greetings,

  Georg

  
  PS: The image preview after looking for single pictures in the folder is 
great !

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465823/+subscriptions

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


[Hugin-bug-hunters] [Bug 1467678] Re: nona segfaults with PNG and TIFF output

2015-07-05 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  nona segfaults with PNG and TIFF output

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  System: fedora f22 x86_64
  hugin 2015.0.0 rc1 c48252eb571f
  libtiff-4.0.3
  libpng-1.6.16
  libjpeg-turbo-1.4.0
  vigra-1.10.0

  I'm getting a segfault from nona with PNG and TIFF output, JPEG is
  fine.

  This is a simple single image project with JPEG input:

nona -i 0 -m TIFF  -o junk project.pto
Segmentation fault (core dumped)

  Result is the same with or without -m parameter and with multiple photo 
projects.
  OMP_NUM_THREADS=1 doesn't help. I don't have a suitable GPU so I can't test 
that.

  Thread 1 (Thread 0x7f100c213900 (LWP 3761)):
  #0  0x7f100bbabbc8 in void vigra::detail::exportImagevigra::Diff2D, 
vigra::MultiImageVectorMaskAccessor4vigra::ConstBasicImageIteratorvigra::RGBValueunsigned
 char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char  (vigra::Diff2D, 
vigra::Diff2D, 
vigra::MultiImageVectorMaskAccessor4vigra::ConstBasicImageIteratorvigra::RGBValueunsigned
 char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char , vigra::ImageExportInfo 
const, vigra::VigraFalseType)
  () from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #1  0x7f100bb9760a in void 
vigra::exportImageAlphavigra::ConstBasicImageIteratorvigra::RGBValueunsigned 
char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char 
(vigra::triplevigra::ConstBasicImageIteratorvigra::RGBValueunsigned char, 
0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::ConstBasicImageIteratorvigra::RGBValueunsigned char, 0u, 1u, 2u, 
vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u  , 
std::pairvigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char , vigra::ImageExportInfo 
const, vigra::VigraFalseType) [clone .isra.915] [clone .constprop.1312] () 
from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #2  0x7f100bbbe152 in 
HuginBase::Nona::WeightedStitchervigra::BasicImagevigra::RGBValueunsigned 
char, 0u, 1u, 2u, std::allocatorvigra::RGBValueunsigned char, 0u, 1u, 2u  
, vigra::BasicImageunsigned char, std::allocatorunsigned char  
::stitch(HuginBase::PanoramaOptions const, std::setunsigned int, 
std::lessunsigned int, std::allocatorunsigned int , std::string const, 
HuginBase::Nona::SingleImageRemappervigra::BasicImagevigra::RGBValueunsigned 
char, 0u, 1u, 2u, std::allocatorvigra::RGBValueunsigned char, 0u, 1u, 2u  
, vigra::BasicImageunsigned char, std::allocatorunsigned char  , 
std::mapstd::string, std::string, std::lessstd::string, 
std::allocatorstd::pairstd::string const, std::string   const) () from 
/usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #3  0x7f100bb981e9 in 
HuginBase::Nona::stitchPanoRGB_8_16(HuginBase::PanoramaData const, 
HuginBase::PanoramaOptions const, AppBase::ProgressDisplay*, std::string 
const, std::setunsigned int, std::lessunsigned int, std::allocatorunsigned 
int  const, char const*, std::mapstd::string, std::string, 
std::lessstd::string, std::allocatorstd::pairstd::string const, 
std::string   const) ()
 from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #4  0x7f100bcd2c9a in 
HuginBase::Nona::stitchPanorama(HuginBase::PanoramaData const, 
HuginBase::PanoramaOptions const, AppBase::ProgressDisplay*, std::string 
const, std::setunsigned int, std::lessunsigned int, std::allocatorunsigned 
int  const, std::mapstd::string, std::string, std::lessstd::string, 
std::allocatorstd::pairstd::string const, std::string   const) ()
 from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #5  0x7f100b967c0e in HuginBase::NonaFileOutputStitcher::runStitcher() () 
from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #6  0x00404d27 in main ()
  No symbol table info available.

  I'll rebuild and try again with unstripped binaries.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1467678/+subscriptions

___
Mailing list: 

[Hugin-bug-hunters] [Bug 679854] Re: Multiple Images, same control point

2015-07-03 Thread tmodes
Implemented in 2015.0

** Changed in: hugin
   Status: Triaged = Fix Released

** Changed in: hugin
Milestone: None = 2015.0beta1

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

Title:
  Multiple Images, same control point

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  When shooting a large panorama, it's good practice to have fairly
  large overlap. This means that a given point can appear in 3 or more
  frames. It would be helpful to be able to be able to a control point
  that can span all relevant frames, instead of just two of them.

  This might also be very helpful in figuring out the 3d relationships
  between points in a panorama, and dealing with camera shift resulting
  from differing distance from the lens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679854/+subscriptions

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


[Hugin-bug-hunters] [Bug 679962] Re: Add distance sorting for control points

2015-07-03 Thread tmodes
*** This bug is a duplicate of bug 1054617 ***
https://bugs.launchpad.net/bugs/1054617

** This bug has been marked a duplicate of bug 1054617
   Columns of tables should be sortable

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

Title:
  Add distance sorting for control points

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  Hi,

  In the 3control point Tab, the control points are sorted by point number.
  It would be intersting to have an option sort them by Distance to eliminate 
quickly the bad points.
  This can be done by a clic on the column Distance header.

  Regards

  Jean-Luc

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679962/+subscriptions

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


[Hugin-bug-hunters] [Bug 697656] Re: UI bug: clicking the columns in CP tab does not reorder rows

2015-07-03 Thread tmodes
*** This bug is a duplicate of bug 1054617 ***
https://bugs.launchpad.net/bugs/1054617

** This bug has been marked a duplicate of bug 1054617
   Columns of tables should be sortable

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

Title:
  UI bug: clicking the columns in CP tab does not reorder rows

Status in Hugin - Panorama Tools GUI:
  Triaged

Bug description:
  For example, if I want to re-order the list of CP's according to their
  distance, I'd expect that clicking on distance will reorder the rows
  according to the distance value (and toggle ascending or descending
  each time you click the column header). this is quite standard OS
  behavior, and it would be welcome here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/697656/+subscriptions

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


[Hugin-bug-hunters] [Bug 1469004] Re: Problems building 4.2 docs

2015-07-01 Thread tmodes
Hi Terry,

I have currently no idea what goes wrong on your side. The error is triggered 
in enfuse.aux which is generated by pdflatex without an explicit command. I'm 
no TeX/LaTeX expert to interpret this error.
Maybe someone else has an idea.

By the way did you try it with a plain CMake command instead of complete
rpmbuild chain?

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

Title:
  Problems building 4.2 docs

Status in Enblend:
  New

Bug description:
  Running into problems generating the pdf docs, on Fedora 21
  if I run ./configure, it reports can build all documentation: yes
  Building in rpmbuild using cmake, with -DDOC=ON, ps docs are generated OK.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_HTML_DOC=ON, both 
ps and html docs are generated.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_PDF_DOC=ON, my 
build fails with following info;

  [ 35%] Generating fullsine.pstex
  cd /home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc  
/usr/bin/gnuplot --default-settings -e 
'DATA_DIR=/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc' -e set\ 
output\ \fullsine.tex\\;\ set\ terminal\ epslatex\  
/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc/fullsine.gp
  Error renaming from exposure-weights.tex to exposure-weights.pstex: No 
such file or directory
  doc/CMakeFiles/pdf.dir/build.make:351: recipe for target 
'doc/exposure-weights.pstex' failed
  make[2]: *** [doc/exposure-weights.pstex] Error 1

  I also note that the ps and html docs are not the same. The ps contains a 
list of tables, html does not.
  I note a minor a mistake in the ps 'list of tables', page 46, Visualization 
colors an symbols..., suspect this should be Visualization colors and 
symbols.

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1469004/+subscriptions

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


[Hugin-bug-hunters] [Bug 1467678] Re: nona segfaults with PNG and TIFF output

2015-07-01 Thread tmodes
Hi Bruno,

during testing I found some more bugs in the alpha channel handling, which only 
occurs in some special cases. Nevertheless I tried to fix them. This requires a 
touch up of some more code in changeset 13f7aeff8000
Could you please test that I did not break something what already worked?

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

Title:
  nona segfaults with PNG and TIFF output

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  System: fedora f22 x86_64
  hugin 2015.0.0 rc1 c48252eb571f
  libtiff-4.0.3
  libpng-1.6.16
  libjpeg-turbo-1.4.0
  vigra-1.10.0

  I'm getting a segfault from nona with PNG and TIFF output, JPEG is
  fine.

  This is a simple single image project with JPEG input:

nona -i 0 -m TIFF  -o junk project.pto
Segmentation fault (core dumped)

  Result is the same with or without -m parameter and with multiple photo 
projects.
  OMP_NUM_THREADS=1 doesn't help. I don't have a suitable GPU so I can't test 
that.

  Thread 1 (Thread 0x7f100c213900 (LWP 3761)):
  #0  0x7f100bbabbc8 in void vigra::detail::exportImagevigra::Diff2D, 
vigra::MultiImageVectorMaskAccessor4vigra::ConstBasicImageIteratorvigra::RGBValueunsigned
 char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char  (vigra::Diff2D, 
vigra::Diff2D, 
vigra::MultiImageVectorMaskAccessor4vigra::ConstBasicImageIteratorvigra::RGBValueunsigned
 char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char , vigra::ImageExportInfo 
const, vigra::VigraFalseType)
  () from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #1  0x7f100bb9760a in void 
vigra::exportImageAlphavigra::ConstBasicImageIteratorvigra::RGBValueunsigned 
char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char 
(vigra::triplevigra::ConstBasicImageIteratorvigra::RGBValueunsigned char, 
0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::ConstBasicImageIteratorvigra::RGBValueunsigned char, 0u, 1u, 2u, 
vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u  , 
std::pairvigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char , vigra::ImageExportInfo 
const, vigra::VigraFalseType) [clone .isra.915] [clone .constprop.1312] () 
from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #2  0x7f100bbbe152 in 
HuginBase::Nona::WeightedStitchervigra::BasicImagevigra::RGBValueunsigned 
char, 0u, 1u, 2u, std::allocatorvigra::RGBValueunsigned char, 0u, 1u, 2u  
, vigra::BasicImageunsigned char, std::allocatorunsigned char  
::stitch(HuginBase::PanoramaOptions const, std::setunsigned int, 
std::lessunsigned int, std::allocatorunsigned int , std::string const, 
HuginBase::Nona::SingleImageRemappervigra::BasicImagevigra::RGBValueunsigned 
char, 0u, 1u, 2u, std::allocatorvigra::RGBValueunsigned char, 0u, 1u, 2u  
, vigra::BasicImageunsigned char, std::allocatorunsigned char  , 
std::mapstd::string, std::string, std::lessstd::string, 
std::allocatorstd::pairstd::string const, std::string   const) () from 
/usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #3  0x7f100bb981e9 in 
HuginBase::Nona::stitchPanoRGB_8_16(HuginBase::PanoramaData const, 
HuginBase::PanoramaOptions const, AppBase::ProgressDisplay*, std::string 
const, std::setunsigned int, std::lessunsigned int, std::allocatorunsigned 
int  const, char const*, std::mapstd::string, std::string, 
std::lessstd::string, std::allocatorstd::pairstd::string const, 
std::string   const) ()
 from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #4  0x7f100bcd2c9a in 
HuginBase::Nona::stitchPanorama(HuginBase::PanoramaData const, 
HuginBase::PanoramaOptions const, AppBase::ProgressDisplay*, std::string 
const, std::setunsigned int, std::lessunsigned int, std::allocatorunsigned 
int  const, std::mapstd::string, std::string, std::lessstd::string, 
std::allocatorstd::pairstd::string const, std::string   const) ()
 from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #5  0x7f100b967c0e in HuginBase::NonaFileOutputStitcher::runStitcher() () 
from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #6  0x00404d27 in main ()
  No symbol table info available.

  I'll rebuild and try 

[Hugin-bug-hunters] [Bug 1469004] Re: Problems building 4.2 docs

2015-06-29 Thread tmodes
Ok, there were same flags concerning error handling missing for
pdflatex. Added in changeset 5f4573210cce.

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

Title:
  Problems building 4.2 docs

Status in Enblend:
  New

Bug description:
  Running into problems generating the pdf docs, on Fedora 21
  if I run ./configure, it reports can build all documentation: yes
  Building in rpmbuild using cmake, with -DDOC=ON, ps docs are generated OK.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_HTML_DOC=ON, both 
ps and html docs are generated.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_PDF_DOC=ON, my 
build fails with following info;

  [ 35%] Generating fullsine.pstex
  cd /home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc  
/usr/bin/gnuplot --default-settings -e 
'DATA_DIR=/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc' -e set\ 
output\ \fullsine.tex\\;\ set\ terminal\ epslatex\  
/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc/fullsine.gp
  Error renaming from exposure-weights.tex to exposure-weights.pstex: No 
such file or directory
  doc/CMakeFiles/pdf.dir/build.make:351: recipe for target 
'doc/exposure-weights.pstex' failed
  make[2]: *** [doc/exposure-weights.pstex] Error 1

  I also note that the ps and html docs are not the same. The ps contains a 
list of tables, html does not.
  I note a minor a mistake in the ps 'list of tables', page 46, Visualization 
colors an symbols..., suspect this should be Visualization colors and 
symbols.

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1469004/+subscriptions

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


[Hugin-bug-hunters] [Bug 1469004] Re: Problems building 4.2 docs

2015-06-28 Thread tmodes
Hi Terry,

please test if changeset 6696605bba09 fixes your issue. 
If not, please add the full log of make pdf and not only the last line.

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

Title:
  Problems building 4.2 docs

Status in Enblend:
  New

Bug description:
  Running into problems generating the pdf docs, on Fedora 21
  if I run ./configure, it reports can build all documentation: yes
  Building in rpmbuild using cmake, with -DDOC=ON, ps docs are generated OK.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_HTML_DOC=ON, both 
ps and html docs are generated.
  Building in rpmbuild using cmake, with -DDOC=ON -DINSTALL_PDF_DOC=ON, my 
build fails with following info;

  [ 35%] Generating fullsine.pstex
  cd /home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc  
/usr/bin/gnuplot --default-settings -e 
'DATA_DIR=/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc' -e set\ 
output\ \fullsine.tex\\;\ set\ terminal\ epslatex\  
/home/terry/rpmbuild/BUILD/enblend-4.2.0-1180hg-Source/doc/fullsine.gp
  Error renaming from exposure-weights.tex to exposure-weights.pstex: No 
such file or directory
  doc/CMakeFiles/pdf.dir/build.make:351: recipe for target 
'doc/exposure-weights.pstex' failed
  make[2]: *** [doc/exposure-weights.pstex] Error 1

  I also note that the ps and html docs are not the same. The ps contains a 
list of tables, html does not.
  I note a minor a mistake in the ps 'list of tables', page 46, Visualization 
colors an symbols..., suspect this should be Visualization colors and 
symbols.

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1469004/+subscriptions

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


[Hugin-bug-hunters] [Bug 820073] Re: Error during Stitching: image sizes not consistent

2015-06-27 Thread tmodes
Stitches fine with Hugin 2015.0. So it seems to be fixed.


** Changed in: hugin
   Status: Confirmed = Fix Released

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

Title:
  Error during Stitching: image sizes not consistent

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  This bug looks like 706513. The given solution doesn't work. I tried
  to avoid all illegal characters.

  I use the discription
  http://hugin.sourceforge.net/tutorials/scans/en.shtml to stitch a lot
  of scans because the paper sheets are much longer than the A4 format.

  I know I use an older version in the attached project file. I get the
  same results with the 2011.0.0 release.

  With the 2010.4.0 I did the same panorama stitching work with good
  results. At some point it didn't work anymore.

  Could you give me advice how to do the job with other parameter
  settings?

  Here is the log file
  ===
  ***  Panorama makefile generated by Hugin   ***
  ===
  System information
  ===
  Operating System: Windows Vista (6.0 Service Pack 2)
  Architecture: x86
  Number of logical processors: 2
  Physical memory: 3108840 kiB (65% occupied)
  Free space on disc: 114312 MiB
  Active codepage: 1252 (Western European Windows)
  ===
  Output options
  ===
  Hugin Version: 2010.4.0.854952d82c8f built by Matthew Petroff
  Project file: C:\Users\Hans\AppData\Local\Temp\hug7F11.tmp
  Output prefix: 123voor
  Projection: Rectilinear (0)
  Field of view: 44 x 14
  Canvas dimensions: 8728 x 2653
  Crop area: (1556,381) - (7233,2272)
  Output exposure value: 0.00
  Selected outputs
  Normal panorama
  * Blended panorama
  ===
  Input images
  ===
  Number of images in project file: 2
  Number of active images: 2
  Image 0: F:\HuginUitvoer\123boven.jpg
  Image 0: Size 1890x3446, Exposure: 0.00
  Image 1: F:\HuginUitvoer\123onder.jpg
  Image 1: Size 1890x3446, Exposure: 0.00
  ===
  Testing programs
  ===
  Checking nona...
  nona is ok 
  Checking enblend...
  enblend is ok 
  Checking enfuse...
  enfuse is ok 
  Checking hugin_hdrmerge...
  hugin_hdrmerge is ok 
  Checking exiftool...
  exiftool is ok 
  ===
  Stitching panorama
  ===
  C:/Program Files/Hugin/bin/nona  -z LZW  -r ldr -m TIFF_m -o 123voor -i 0 
C:/Users/Hans/AppData/Local/Temp/hug7F11.tmp
  C:/Program Files/Hugin/bin/nona  -z LZW  -r ldr -m TIFF_m -o 123voor -i 1 
C:/Users/Hans/AppData/Local/Temp/hug7F11.tmp
  ContractViolation: 
  Precondition violation!
  RemappedPanoImageRemapImage,AlphaImage::remapImage(): image sizes not 
consistent

  caught exception: 
  Precondition violation!
  RemappedPanoImageRemapImage,AlphaImage::remapImage(): image sizes not 
consistent

  make: *** [123voor0001.tif] Error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/820073/+subscriptions

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


[Hugin-bug-hunters] [Bug 1469349] Re: Default branch fails to build

2015-06-27 Thread tmodes
Should be fixed in changeset 57cdd5a43729

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  Default branch fails to build

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Attempting to build hugin 570ece0052c0 7046 default, on Fedora 21, I
  get the following error...

  
/home/terry/rpmbuild/BUILD/hugin-2015.1.0/src/hugin1/hugin/PreviewIdentifyTool.cpp:
 In member function 'virtual void PreviewIdentifyTool::AfterDrawImagesEvent()':
  
/home/terry/rpmbuild/BUILD/hugin-2015.1.0/src/hugin1/hugin/PreviewIdentifyTool.cpp:516:53:
 error: request for member 'GetValue' in 'number.wxString::operator[](i)', 
which is of non-class type 'wxChar {aka wchar_t}'
   textWidth += m_glyphWidth[number[i].GetValue() - 48];
   ^
  src/hugin1/hugin/CMakeFiles/hugin.dir/build.make:931: recipe for target 
'src/hugin1/hugin/CMakeFiles/hugin.dir/PreviewIdentifyTool.cpp.o' failed
  make[2]: *** 
[src/hugin1/hugin/CMakeFiles/hugin.dir/PreviewIdentifyTool.cpp.o] Error 1

  Cheers,
  Terry

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1469349/+subscriptions

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


[Hugin-bug-hunters] [Bug 679942] Re: loading images without exif

2015-06-27 Thread tmodes
The load behaviour changed to this way some time ago.

** Changed in: hugin
   Status: Triaged = Fix Released

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

Title:
  loading images without exif

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  * change the image-load behavior: if I click cancel when there is no 
  exif data, the loading is canceled, not only the exif reading. and if 
  I say no idea, hugin optimizes of the hofv as well. see 
  http://groups.google.at/group/hugin-ptx/browse_frm/thread/65630defbe53c520

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679942/+subscriptions

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


[Hugin-bug-hunters] [Bug 679936] Re: control point table: minorities

2015-06-27 Thread tmodes
 * when I delete control points it would be nice if I was aksed if I'm
 sure and that I'm informed that I am just deleting 15 images.

In the control points list you can't delete images. So I don't
understand what you want.

 * When a control point is deleted from the control point table, it
 should go to the next point in the list instead of the first point in

This was implemented some time ago.
the list.

** Changed in: hugin
   Status: Triaged = Fix Released

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

Title:
  control point table: minorities

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  * sort the controlpoints table by distance by default 
  * when I delete control points it would be nice if I was aksed if I'm 
  sure and that I'm informed that I am just deleting 15 images. 
  * When a control point is deleted from the control point table, it 
  should go to the next point in the list instead of the first point in 
  the list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679936/+subscriptions

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


[Hugin-bug-hunters] [Bug 679866] Re: add CP button on CP tab

2015-06-27 Thread tmodes
Implemented in changeset 456fa6d0e52f

** Changed in: hugin
   Status: Triaged = Fix Committed

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

Title:
  add CP button on CP tab

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Improvement suggestion for for CP tab: is it possible to have the
  generate CP button there, and not only on the images tab?

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679866/+subscriptions

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


[Hugin-bug-hunters] [Bug 678739] Re: align_image_stack progress display in consecutive lines

2015-06-26 Thread tmodes
Should be fixed in changeset a967487e8460

** Changed in: hugin
   Status: Confirmed = Fix Released

** Changed in: hugin
Milestone: None = 2015.0beta1

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

Title:
  align_image_stack progress display in consecutive lines

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  align_image_stack (windows) writes the progress % each into a new line
  filling the screen with

  Remapping: :  24 %

  Remapping: remapping stat1d.jpg:   7 %

  Remapping: :  29 %

  Remapping: remapping stat1d.jpg:   9 %

  and so on.

  It doesn't display an initial message - screen stays dark while the
  images are loaded. A casual user might mistake this for a crash...

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/678739/+subscriptions

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


[Hugin-bug-hunters] [Bug 712978] Re: Multi-image control point generation.

2015-06-26 Thread tmodes
The new cp edit tool in the fast preview window implements something
similar.

** Changed in: hugin
   Status: Triaged = Fix Released

** Changed in: hugin
Milestone: None = 2015.0beta1

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

Title:
  Multi-image control point generation.

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  The automatic control point generation is reasonable. It usually gives
  me a layout that is quite reasonable. However, then I like to finetune
  the control points so that they are further apart, and not on moving
  objects.

  I'm currently working on a HDR pano. So images 3-4-5 are different
  exposures of almost the same scene, and they overlap with 6-7-8 and
  with 0-1-2.

  What I find myself doing is, finding a suitable point in image 3, then
  creating a controlpoint with image 4, then with 5, then with 6, then 7
  then 8. This would be much more comfortable if more of this could be
  done automatically.

  A new controlpoint editor mode could be written: Show one image
  large on the left. Once I click on a point in this image, the
  current layout is consulted and the images that overlap this point are
  selected. Those are shown in a grid on the right half of the screen.
  around each corresponding point (simple linear controlpoint
  transformations will probably suffice as with the current controlpoint
  guesser) the auto-find and auto-finetune will search for similar
  points. Now we have a set of 6 images with ONE controlpoint. We can
  add all 5+4+3+2+1 = 15 control points at once! For verification, the
  images on the right are zoomed in on the controlpoint. Or the zooming
  happens when you hover over the image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/712978/+subscriptions

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


[Hugin-bug-hunters] [Bug 679927] Re: hugin, PTBatcherGUI: progress indicators

2015-06-26 Thread tmodes
2015.0 contains now a simple progress indicator.

** Changed in: hugin
   Status: Triaged = Fix Released

** Changed in: hugin
Milestone: None = 2015.0beta1

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

Title:
  hugin, PTBatcherGUI: progress indicators

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Hugin currently outputs complete verbose progress messages in big windows 
(redirecting the helper applications' output), BTBatcherGUI lets the user check 
Verbose output or let it be. 
  I would prefer very much to have a non-verbose status display, possibly the 
well known bar type. An average user is not very interested whether it's a 
Gaussian or a Laplacian pyramid that is currently worked on - but rather wants 
to know which image number out of how many is currently being processed. In the 
status windows you can find the numbers (you must know that you have to add 1, 
though), but you have to remember the total number of images. So a simple 
window processing image n of m would be good (counting from 1).
  If the progress bar is too difficult to implement because the speed of the 
different processing steps can not be estimated in advance, then a window with 
one bar (or an image count n of m) per step of the chain would be good as 
well.
  I'm afraid this would involve changes in all helper applications or 
implementing an interpretation of their output. But it would make hugin more 
appealing to less technically oriented users who might be frightened by so much 
output they don't understand.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679927/+subscriptions

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


[Hugin-bug-hunters] [Bug 779692] Re: Feature Request: Identify in Fast Preview to Show Image Number

2015-06-26 Thread tmodes
Implemented in changeset 570ece0052c0

** Changed in: hugin
   Status: Triaged = Fix Committed

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

Title:
  Feature Request: Identify in Fast Preview to Show Image Number

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Hugin 2011.0 shortly before RC1.

  The identify function of the Fast Preview will highlight the button
  with the image number when the mouse hovers over an image.  This is
  useful when all image buttons are visible.  When they are not, the
  identification process becomes an trial and error process: scroll to
  the approximate list of buttons, hover over the image.  if it is in
  the previous or next row, try again.

  It would be nice if the image number would be also displayed on the
  preview itself, in a large font, same color as the image highlight,
  OSD style.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/779692/+subscriptions

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


[Hugin-bug-hunters] [Bug 679654] Re: updated levmar library

2015-06-25 Thread tmodes
Hi Stephan,

I committed changeset ad2dbc6c09bb. With this changeset the covariance
matrix is not longer calculated, we don't need this matrix. So now the
second warning can be ignored and compiling/linking against LAPACK
should not make a difference for Hugin, because the codes which is
optionally using LAPACK is not used by Hugin.

So I think it should not be necessary to pull in the LAPACK dependency.

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

Title:
  updated levmar library

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Last December, an updated levmar was released (2.2), with change that
  could be very interesting for hugin:

   - Fixed an error in the computation of the damping factor of
  levmar_dif()  in lm_core.c. Thanks to John Ervin for reporting.

  This change is interesting, because levmar_dif is used for photometric
  optimisation by hugin.

  I took the liberty to try hugin with this newer version of the levmar
  library, and on my test panorama it took slightly longer but reached
  the same end result.

  This is of course not 0.7 material, but perhaps something for early
  0.7.1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679654/+subscriptions

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


[Hugin-bug-hunters] [Bug 679654] Re: updated levmar library

2015-06-24 Thread tmodes
Hi Stephan,

there are 2 type of warnings in levmar.

The first one is of type
#warning Linearly constrained optimization requires LAPACK and was not compiled!

levmar implement different unconstrained and constrained versions of the
Levenberg-Marquard algorithm. Some of the contrained version need LAPACK
to work. But Hugin is only using the unconstrained version. This type of
warning can therefore ignored, at least for Hugin.

The second warning is
#warning LAPACK not available, LU will be used for matrix inversion when 
computing the covariance; this might be unstable at times

This warning is trigged in code which is used by Hugin. The warning
states that LAPACK could help to calculate the covariance. But as far as
I know Hugin is not using the returned covariance. So LAPACK could help
to make it more robust. But until now I have not seen any issues when
using levmar without LAPACK.

The LAPACK is already in CMake, but needs explicitly activated:
##
## LAPACK (optional, enable by -DENABLE_LAPACK=ON)
##
OPTION (ENABLE_LAPACK Use LAPACK based solver in levmar OFF)

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

Title:
  updated levmar library

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Last December, an updated levmar was released (2.2), with change that
  could be very interesting for hugin:

   - Fixed an error in the computation of the damping factor of
  levmar_dif()  in lm_core.c. Thanks to John Ervin for reporting.

  This change is interesting, because levmar_dif is used for photometric
  optimisation by hugin.

  I took the liberty to try hugin with this newer version of the levmar
  library, and on my test panorama it took slightly longer but reached
  the same end result.

  This is of course not 0.7 material, but perhaps something for early
  0.7.1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679654/+subscriptions

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


[Hugin-bug-hunters] [Bug 679654] Re: updated levmar library

2015-06-23 Thread tmodes
Hi Stefan,

strange. I tested on Linux before committing and it compiled fine on my 
machine. Also the original CMakeLists.txt from levmar does not contain the 
-fPIC switch which your compiler complains.
I added the switch again. It should now work again.

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

Title:
  updated levmar library

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Last December, an updated levmar was released (2.2), with change that
  could be very interesting for hugin:

   - Fixed an error in the computation of the damping factor of
  levmar_dif()  in lm_core.c. Thanks to John Ervin for reporting.

  This change is interesting, because levmar_dif is used for photometric
  optimisation by hugin.

  I took the liberty to try hugin with this newer version of the levmar
  library, and on my test panorama it took slightly longer but reached
  the same end result.

  This is of course not 0.7 material, but perhaps something for early
  0.7.1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679654/+subscriptions

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


[Hugin-bug-hunters] [Bug 1467928] Re: cant compile

2015-06-23 Thread tmodes
*** This bug is a duplicate of bug 679654 ***
https://bugs.launchpad.net/bugs/679654

** This bug has been marked a duplicate of bug 679654
   updated levmar library

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

Title:
  cant compile

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  on ubuntu 14.04, current hg update fails to compile (since about 4
  days ago)

  [  3%] Built target huginlevmar
  Linking CXX shared library libhuginbase.so
  /usr/bin/ld: ../foreign/levmar/libhuginlevmar.a(lm.c.o): relocation 
R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared 
object; recompile with -fPIC
  ../foreign/levmar/libhuginlevmar.a: error adding symbols: Bad value
  collect2: error: ld returned 1 exit status
  make[2]: *** [src/hugin_base/libhuginbase.so.0.0] Error 1
  make[2]: Target `src/hugin_base/CMakeFiles/huginbase.dir/build' not remade 
because of errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1467928/+subscriptions

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


[Hugin-bug-hunters] [Bug 1467678] Re: nona segfaults with PNG and TIFF output

2015-06-23 Thread tmodes
I can't reproduce the issue. It works for be.
Nevertheless I have an idea. Please test if changeset 5f45958ae420 fixes your 
issue. If so we need to graft the changeset to 2015.0 branch.

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

Title:
  nona segfaults with PNG and TIFF output

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  System: fedora f22 x86_64
  hugin 2015.0.0 rc1 c48252eb571f
  libtiff-4.0.3
  libpng-1.6.16
  libjpeg-turbo-1.4.0
  vigra-1.10.0

  I'm getting a segfault from nona with PNG and TIFF output, JPEG is
  fine.

  This is a simple single image project with JPEG input:

nona -i 0 -m TIFF  -o junk project.pto
Segmentation fault (core dumped)

  Result is the same with or without -m parameter and with multiple photo 
projects.
  OMP_NUM_THREADS=1 doesn't help. I don't have a suitable GPU so I can't test 
that.

  Thread 1 (Thread 0x7f100c213900 (LWP 3761)):
  #0  0x7f100bbabbc8 in void vigra::detail::exportImagevigra::Diff2D, 
vigra::MultiImageVectorMaskAccessor4vigra::ConstBasicImageIteratorvigra::RGBValueunsigned
 char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char  (vigra::Diff2D, 
vigra::Diff2D, 
vigra::MultiImageVectorMaskAccessor4vigra::ConstBasicImageIteratorvigra::RGBValueunsigned
 char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char , vigra::ImageExportInfo 
const, vigra::VigraFalseType)
  () from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #1  0x7f100bb9760a in void 
vigra::exportImageAlphavigra::ConstBasicImageIteratorvigra::RGBValueunsigned 
char, 0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u , 
vigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char 
(vigra::triplevigra::ConstBasicImageIteratorvigra::RGBValueunsigned char, 
0u, 1u, 2u, vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::ConstBasicImageIteratorvigra::RGBValueunsigned char, 0u, 1u, 2u, 
vigra::RGBValueunsigned char, 0u, 1u, 2u**, 
vigra::RGBAccessorvigra::RGBValueunsigned char, 0u, 1u, 2u  , 
std::pairvigra::ConstBasicImageIteratorunsigned char, unsigned char**, 
vigra::StandardConstValueAccessorunsigned char , vigra::ImageExportInfo 
const, vigra::VigraFalseType) [clone .isra.915] [clone .constprop.1312] () 
from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #2  0x7f100bbbe152 in 
HuginBase::Nona::WeightedStitchervigra::BasicImagevigra::RGBValueunsigned 
char, 0u, 1u, 2u, std::allocatorvigra::RGBValueunsigned char, 0u, 1u, 2u  
, vigra::BasicImageunsigned char, std::allocatorunsigned char  
::stitch(HuginBase::PanoramaOptions const, std::setunsigned int, 
std::lessunsigned int, std::allocatorunsigned int , std::string const, 
HuginBase::Nona::SingleImageRemappervigra::BasicImagevigra::RGBValueunsigned 
char, 0u, 1u, 2u, std::allocatorvigra::RGBValueunsigned char, 0u, 1u, 2u  
, vigra::BasicImageunsigned char, std::allocatorunsigned char  , 
std::mapstd::string, std::string, std::lessstd::string, 
std::allocatorstd::pairstd::string const, std::string   const) () from 
/usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #3  0x7f100bb981e9 in 
HuginBase::Nona::stitchPanoRGB_8_16(HuginBase::PanoramaData const, 
HuginBase::PanoramaOptions const, AppBase::ProgressDisplay*, std::string 
const, std::setunsigned int, std::lessunsigned int, std::allocatorunsigned 
int  const, char const*, std::mapstd::string, std::string, 
std::lessstd::string, std::allocatorstd::pairstd::string const, 
std::string   const) ()
 from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #4  0x7f100bcd2c9a in 
HuginBase::Nona::stitchPanorama(HuginBase::PanoramaData const, 
HuginBase::PanoramaOptions const, AppBase::ProgressDisplay*, std::string 
const, std::setunsigned int, std::lessunsigned int, std::allocatorunsigned 
int  const, std::mapstd::string, std::string, std::lessstd::string, 
std::allocatorstd::pairstd::string const, std::string   const) ()
 from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #5  0x7f100b967c0e in HuginBase::NonaFileOutputStitcher::runStitcher() () 
from /usr/lib64/hugin/libhuginbase.so.0.0
  No symbol table info available.
  #6  0x00404d27 in main ()
  No symbol table info available.

  I'll rebuild and try again with unstripped binaries.

To manage notifications about this bug go to:

[Hugin-bug-hunters] [Bug 1465823] Re: hugin batch processor stops after making pto

2015-06-22 Thread tmodes
Thanks.
Should be now fixed in repository and will be in release candidate 2, which 
will be released next weekend.

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc2

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

Title:
  hugin batch processor stops after making pto

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Hi,

  I am working with the current  RC1 (2015.0.0.d497c7fc1866) on Ubuntu
  14.04.

  My normal work flow is as follows:

  - put all single images in folder
  - start batch processer - look for pictures -start - select

  In between there is the message: Assertion failed! ... 
/usr/include/wx-3.0/wx/strvararg.h(451): 
  Ok, I can click away that.

  - I start the batch.
  - First window opens: .processing of pto file (pto file is saved)
  - Second progress window opens (which should make the actual stiched 
panorama).

  Nothing further happens, I cannot close or make any changes have to
  xkill everything.

  Upon restarting the batcher withthe  pto file. Image is made.

  
  Greetings,

  Georg

  
  PS: The image preview after looking for single pictures in the folder is 
great !

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465823/+subscriptions

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


[Hugin-bug-hunters] [Bug 1362170] Re: nona GPU for remapping : seg fault

2015-06-22 Thread tmodes
Hugin does not use freeglut any more (only default branch). This
hopefully fixes also this segfault.

** Changed in: hugin
   Status: Confirmed = Fix Committed

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

Title:
  nona GPU for remapping : seg fault

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  If i activate the  GPU for remapping, it's always crash :

  
  ===
  ***  Panorama makefile generated by Hugin   ***
  ===
  System information
  ===
  Operating system: GNU/Linux
  Release: 3.14.14-gentoo
  Kernel version: #1 SMP Thu Aug 14 21:23:51 CEST 2014
  Machine: x86_64
  Disc usage
  Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
  /dev/sda2   23G 19G  3,1G  86% /
  devtmpfs   3,9G   0  3,9G   0% /dev
  tmpfs  3,9G320K  3,9G   1% /dev/shm
  tmpfs  3,9G1,1M  3,9G   1% /run
  tmpfs  3,9G   0  3,9G   0% /sys/fs/cgroup
  tmpfs  3,9G2,1M  3,9G   1% /tmp
  /dev/sda3  212G173G   28G  87% /home
  /dev/sdb2  816G677G   98G  88% /Backup
  /dev/sdc2  241G136G   93G  60% /home/roumano/Musique
  /dev/sdc3  1,3T1,2T   17G  99% /home/roumano/Vidéos
  tmpfs  796M 52K  796M   1% /run/user/500
  Memory usage
   total   used   free sharedbuffers cached
  Mem:  7956   5647   2308 28117820
  -/+ buffers/cache:   4710   3245
  Swap: 3906   1775   2130
  ===
  Output options
  ===
  Hugin Version: 2014.0.0.51ff237f209e
  Project file: /tmp/huginpto_L9TZUg
  Output prefix: test
  Projection: Cylindrical (1)
  Field of view: 124 x 57
  Canvas dimensions: 6491 x 3246
  Crop area: (235,872) - (6306,3122)
  Output exposure value: 13.82
  Output stacks minimum overlap: 0.700
  Output layers maximum Ev difference: 0.50
  Selected outputs
  Normal panorama
  * Blended panorama
  Using GPU for remapping
  ===
  Input images
  ===
  Number of images in project file: 3
  Number of active images: 3
  Image 0: /home/roumano/raw/pano/2014-08-06--17.48.49.CR2.tif
  Image 0: Size 5196x3462, Exposure: 13.95
  Image 1: /home/roumano/raw/pano/2014-08-06--17.48.51.CR2.tif
  Image 1: Size 5196x3462, Exposure: 13.80
  Image 2: /home/roumano/raw/pano/2014-08-06--17.48.53.CR2.tif
  Image 2: Size 5196x3462, Exposure: 13.72
  ===
  Testing programs
  ===
  Checking nona...[OK]
  Checking enblend...[OK]
  Checking enfuse...[OK]
  Checking hugin_hdrmerge...[OK]
  Checking exiftool...[OK]
  ===
  Stitching panorama
  ===
  nona -g  -z LZW -r ldr -m TIFF_m -o test -i 0 /tmp/huginpto_L9TZUg
  nona: using graphics card: ATI Technologies Inc. AMD Radeon HD 7900 Series  
  make: *** [test.tif] Erreur de segmentation
  make: *** Suppression du fichier « test.tif »

  
  My card it's a ATI 7950 ( lspci : AMD/ATI] Tahiti PRO [Radeon HD 7950/8950 
OEM / R9 280] )
  Driver used : ati-drivers-14.6_beta1
  on another exemple, OpenCL on my computer is working great (much faster than 
via the pcu ) via darktable
  Debug information from darktable :  ( if it's can help ) 
  [opencl_init] device 0 `Tahiti' supports image sizes of 16384 x 16384
  [opencl_init] device 0 `Tahiti' allows GPU memory allocations of up to 1024MB
  [opencl_init] device 0: Tahiti 
   GLOBAL_MEM_SIZE:  2392MB
   MAX_WORK_GROUP_SIZE:  256
   MAX_WORK_ITEM_DIMENSIONS: 3
   MAX_WORK_ITEM_SIZES:  [ 256 256 256 ]
   DRIVER_VERSION:   1526.3 (VM)
   DEVICE_VERSION:   OpenCL 1.2 AMD-APP (1526.3)

  Don't known how to provide more information :
  - I have recompiled higin with debug information (no more information in the 
GUI)
  - don't known how to test nona from the commande line

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1362170/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-bug-hunters
Post to : hugin-bug-hunters@lists.launchpad.net

[Hugin-bug-hunters] [Bug 1457165] Re: incorrect documentation for hugin_executor(1)

2015-06-22 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  incorrect documentation for hugin_executor(1)

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Hello,

  hugin_executor(1) says:
 -p, --prefix=str
 Prefix used for stitching. If not provided the stitched image will
 have the name of the input project file.
   
  However if ~/.hugin does not exist then '%firstimage - %lastimage' will be 
used and otherwise the behavior is controlled by the value of OutputFilename in 
~/.hugin.

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1457165/+subscriptions

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


[Hugin-bug-hunters] [Bug 695420] Re: Add Color Management to Hugin

2015-06-22 Thread tmodes
The default branch contains now code for a color managed display of the
images in the GUI.

** Changed in: hugin
   Status: Triaged = Fix Committed

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

Title:
  Add Color Management to Hugin

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  (Note: I'm also posting this to the Hugin gmail group)

  I've been playing with RPP (http://www.raw-photo-
  processor.com/RPP/Overview.html) for RAW conversion preliminary to
  generating panoramas with Hugin (most recently Harry van der Wolf's
  OSX build of 2010.4.0-beta2); and running into problems with the color
  space.

  RPP generates TIFF files in the BetaRGB color space; and using these
  files directly in Hugin I find two problems:

  1) The panomatic control point generator barfs on these - Exception
  Type:  EXC_CRASH (SIGABRT) in the crash logs ( I can provide details
  if you like).  I can generate control points manually, or with
  autopano-sift; and the alignment and distortion optimization runs as
  expected.

  2) The expoure optimization generally leads to absurd results; usually
  a strong horizontal exposure gradient, and if I try white balance
  optimization then the  resulting panorama reminds my of my experiments
  in recreational pharmacology many decades ago.

  I can work around this by converting the files from BetaRGB to
  ProPhoto (e.g. in Photoshop, that being what I'm most familiar with),
  after which Hugin handles them with no problems.  But this is a pain
  when I have hundreds of images to deal with.

  It's not clear if these are bugs or just a case of input that Hugin
  (or its components) weren't designed to handle; outside of RPP I
  haven't run across BetaRGB anywhere else.  And I don't know the
  underlying math well enough to know whether adding support for this is
  a trivial fix or a major overhaul.

  If this is a bug, I can provide lots of detail; if it's a missing
  feature, please consider this a feature request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/695420/+subscriptions

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


[Hugin-bug-hunters] [Bug 679654] Re: updated levmar library

2015-06-22 Thread tmodes
Updated internal levmar library to 2.6 in default branch.

** Changed in: hugin
   Status: Confirmed = Fix Committed

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

Title:
  updated levmar library

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Last December, an updated levmar was released (2.2), with change that
  could be very interesting for hugin:

   - Fixed an error in the computation of the damping factor of
  levmar_dif()  in lm_core.c. Thanks to John Ervin for reporting.

  This change is interesting, because levmar_dif is used for photometric
  optimisation by hugin.

  I took the liberty to try hugin with this newer version of the levmar
  library, and on my test panorama it took slightly longer but reached
  the same end result.

  This is of course not 0.7 material, but perhaps something for early
  0.7.1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/679654/+subscriptions

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


[Hugin-bug-hunters] [Bug 1439005] Re: hugin crashes on login 'An assertion failed'

2015-06-21 Thread tmodes
Thanks for feedback. 
When it works again I'm closing here.

** Changed in: hugin
   Status: Confirmed = Invalid

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

Title:
  hugin crashes on login 'An assertion failed'

Status in Hugin - Panorama Tools GUI:
  Invalid

Bug description:
  Hugin version: 2014.0.0+dfsg-1ubuntu1~trusty
  Operating system: ubuntu 14.04
  Memory: 3.7 GiB
  OS Type: 64 bit

  Error message on loading Hugin: An assertion failed
  ASSERT INFO:
  /usr/include/wx-3.0/wx/object.h(160): assert wxDynamicCast(ptr, T) failed 
in wxCheckCast(): wxStaticCast() used incorrectly

  BACKTRACE:
  [1] GLPreviewFrame::SetGuiLevel(GuiLevel)
  [2] MainFrame::SetGuiLevel(GuiLevel)
  [3] MainFrame::MainFrame(wxWindow*, PT::Panorama)
  [4] huginApp::OnInit()
  [5] wxEntry(int, wchar_t**)
  [6] main
  [7] __libc_start_main
  [8] _start

  If I click on 'Continue', Hugin exits immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1439005/+subscriptions

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


[Hugin-bug-hunters] [Bug 1465823] Re: hugin batch processor stops after making pto

2015-06-21 Thread tmodes
Again, for point 1 we need all information from the assert message box,
not only the first line.

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

Title:
  hugin batch processor stops after making pto

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi,

  I am working with the current  RC1 (2015.0.0.d497c7fc1866) on Ubuntu
  14.04.

  My normal work flow is as follows:

  - put all single images in folder
  - start batch processer - look for pictures -start - select

  In between there is the message: Assertion failed! ... 
/usr/include/wx-3.0/wx/strvararg.h(451): 
  Ok, I can click away that.

  - I start the batch.
  - First window opens: .processing of pto file (pto file is saved)
  - Second progress window opens (which should make the actual stiched 
panorama).

  Nothing further happens, I cannot close or make any changes have to
  xkill everything.

  Upon restarting the batcher withthe  pto file. Image is made.

  
  Greetings,

  Georg

  
  PS: The image preview after looking for single pictures in the folder is 
great !

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465823/+subscriptions

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


[Hugin-bug-hunters] [Bug 1465823] Re: hugin batch processor stops after making pto

2015-06-21 Thread tmodes
Okay, I was able to fix some points in the meantime.

But for the assert error
../src/gtk/bitmap.cpp(258): assert bitmap.GetDepth() == 1 failed in 
InitFromMonoBitmap(): Cannot create mask from colour bitmap
(3 times)
I need your image files. It seems that this error happens only with your 
images. I don't know what is special with your files. Can you provide a link to 
2 image files where this assert happens?

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

Title:
  hugin batch processor stops after making pto

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi,

  I am working with the current  RC1 (2015.0.0.d497c7fc1866) on Ubuntu
  14.04.

  My normal work flow is as follows:

  - put all single images in folder
  - start batch processer - look for pictures -start - select

  In between there is the message: Assertion failed! ... 
/usr/include/wx-3.0/wx/strvararg.h(451): 
  Ok, I can click away that.

  - I start the batch.
  - First window opens: .processing of pto file (pto file is saved)
  - Second progress window opens (which should make the actual stiched 
panorama).

  Nothing further happens, I cannot close or make any changes have to
  xkill everything.

  Upon restarting the batcher withthe  pto file. Image is made.

  
  Greetings,

  Georg

  
  PS: The image preview after looking for single pictures in the folder is 
great !

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465823/+subscriptions

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


[Hugin-bug-hunters] [Bug 1439005] Re: hugin crashes on login 'An assertion failed'

2015-06-18 Thread tmodes
I have no further idea what could be the cause for the problem.
Please check your installation first. Deinstall hugin (all packages, especially 
hugin-data). Then check /usr/share/hugin(/xrc) and 
/usr/local/share/hugin(/xrc). These folder should not exists after 
deinstallation or should be empty. If not clean up the folder. Then reinstall 
again.

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

Title:
  hugin crashes on login 'An assertion failed'

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Hugin version: 2014.0.0+dfsg-1ubuntu1~trusty
  Operating system: ubuntu 14.04
  Memory: 3.7 GiB
  OS Type: 64 bit

  Error message on loading Hugin: An assertion failed
  ASSERT INFO:
  /usr/include/wx-3.0/wx/object.h(160): assert wxDynamicCast(ptr, T) failed 
in wxCheckCast(): wxStaticCast() used incorrectly

  BACKTRACE:
  [1] GLPreviewFrame::SetGuiLevel(GuiLevel)
  [2] MainFrame::SetGuiLevel(GuiLevel)
  [3] MainFrame::MainFrame(wxWindow*, PT::Panorama)
  [4] huginApp::OnInit()
  [5] wxEntry(int, wchar_t**)
  [6] main
  [7] __libc_start_main
  [8] _start

  If I click on 'Continue', Hugin exits immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1439005/+subscriptions

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


[Hugin-bug-hunters] [Bug 1465823] Re: hugin batch processor stops after making pto

2015-06-18 Thread tmodes
Concerning point 2: please test if changeset 7acabc8c42f6 fixes the
issue.

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

Title:
  hugin batch processor stops after making pto

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi,

  I am working with the current  RC1 (2015.0.0.d497c7fc1866) on Ubuntu
  14.04.

  My normal work flow is as follows:

  - put all single images in folder
  - start batch processer - look for pictures -start - select

  In between there is the message: Assertion failed! ... 
/usr/include/wx-3.0/wx/strvararg.h(451): 
  Ok, I can click away that.

  - I start the batch.
  - First window opens: .processing of pto file (pto file is saved)
  - Second progress window opens (which should make the actual stiched 
panorama).

  Nothing further happens, I cannot close or make any changes have to
  xkill everything.

  Upon restarting the batcher withthe  pto file. Image is made.

  
  Greetings,

  Georg

  
  PS: The image preview after looking for single pictures in the folder is 
great !

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465823/+subscriptions

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


[Hugin-bug-hunters] [Bug 1465823] Re: hugin batch processor stops after making pto

2015-06-17 Thread tmodes
Point 1: I can't reproduce the debug assert mentioned. Can you post a
backtrace for this debug assert?

Point 2: Concerning the hanging of PTBatcherGUI: I see this only on
Linux and only with wxWidgets 3.x, but not with wxWidgets 2.8.12. Maybe
a developer on Linux can help with this problem?

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

Title:
  hugin batch processor stops after making pto

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi,

  I am working with the current  RC1 (2015.0.0.d497c7fc1866) on Ubuntu
  14.04.

  My normal work flow is as follows:

  - put all single images in folder
  - start batch processer - look for pictures -start - select

  In between there is the message: Assertion failed! ... 
/usr/include/wx-3.0/wx/strvararg.h(451): 
  Ok, I can click away that.

  - I start the batch.
  - First window opens: .processing of pto file (pto file is saved)
  - Second progress window opens (which should make the actual stiched 
panorama).

  Nothing further happens, I cannot close or make any changes have to
  xkill everything.

  Upon restarting the batcher withthe  pto file. Image is made.

  
  Greetings,

  Georg

  
  PS: The image preview after looking for single pictures in the folder is 
great !

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465823/+subscriptions

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


[Hugin-bug-hunters] [Bug 1439005] Re: hugin crashes on login 'An assertion failed'

2015-06-17 Thread tmodes
Please test 2015.0 rc1.

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

Title:
  hugin crashes on login 'An assertion failed'

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  Hugin version: 2014.0.0+dfsg-1ubuntu1~trusty
  Operating system: ubuntu 14.04
  Memory: 3.7 GiB
  OS Type: 64 bit

  Error message on loading Hugin: An assertion failed
  ASSERT INFO:
  /usr/include/wx-3.0/wx/object.h(160): assert wxDynamicCast(ptr, T) failed 
in wxCheckCast(): wxStaticCast() used incorrectly

  BACKTRACE:
  [1] GLPreviewFrame::SetGuiLevel(GuiLevel)
  [2] MainFrame::SetGuiLevel(GuiLevel)
  [3] MainFrame::MainFrame(wxWindow*, PT::Panorama)
  [4] huginApp::OnInit()
  [5] wxEntry(int, wchar_t**)
  [6] main
  [7] __libc_start_main
  [8] _start

  If I click on 'Continue', Hugin exits immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1439005/+subscriptions

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


[Hugin-bug-hunters] [Bug 1465715] Re: Allow easy access to feature matching from control points tab

2015-06-16 Thread tmodes
*** This bug is a duplicate of bug 679866 ***
https://bugs.launchpad.net/bugs/679866

** This bug has been marked a duplicate of bug 679866
   add CP button on CP tab

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

Title:
  Allow easy access to feature matching from control points tab

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  This is a usability feature request. Often while creating a panorama I
  want to use the Feature Matching section of the Photos tab on a
  specific pair of images. Now this involves these steps:

  - Go to the Layout tab on the Fast Panorama Preview window.
  - Click on a line between two images; this shows the Control Points tab.
  - Take a mental note of the image numbers shown.
  - Go to the Photos tab, and manually select the remembered images.
  - Click on the Create control points button.

  It would be very nice if that Create control points button was
  available on the Control Points tab, and have it work on only the two
  images shown.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1465715/+subscriptions

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


[Hugin-bug-hunters] [Bug 1456742] Re: updated Brazilian Portuguese translations

2015-06-13 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  updated Brazilian Portuguese translations

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Updated according with recent default branch.
  Should be fine regardless of some typos (or my comments about) in the 
original, as follows:
hugin1/base_wx/MyProgressDialog.cpp:40 --- 'Elapsed time : '   
  with space before ':'
hugin1/base_wx/StitchingExecutor.cpp:782
hugin1/base_wx/StitchingExecutor.cpp:786  --- 'Blending hdr 
stacks...' but I´ve seen some uppercase LDR elsewhere,leave or change 
hdr/HDR?
hugin1/base_wx/StitchingExecutor.cpp:311 --- 'Remapped Images :'   
with space before ':'
hugin1/base_wx/StitchingExecutor.cpp:767 com 'Merging hdr stack 
number %u...'
hugin1/hugin/xrc/pref_dialog.xrc:975 --- 'panorma' 
missing an 'a'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1456742/+subscriptions

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


[Hugin-bug-hunters] [Bug 1459364] Re: progress window is not locale aware, fails at UTF-8 filenames

2015-06-13 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  progress window is not locale aware, fails at UTF-8 filenames

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Hello,

  This is http://bugs.debian.org/786938 reported by Vangelis Skarmoutsos 
against 2015.0.0 beta2:
   quote
  When pressing the Create control points button, a window pops up which
  shows informational details of the procedure.
  In this window, if some directory names are not english (they were greek in
  my case) the non english letters are not readable and some strange symbols
  appear in their place.
   unquote

  I have doublechecked this and afaict the progress window interprets an
  UTF-8 encoded filename as ISO-8859-1 (Umlaut u (ü) displayed as ü).
  See attached screenshot.

  FWIW I have also tried it the other way round: Start a xterm  with env 
LC_ALL=de_AT (latin1, not UTF-8!), generate a directory with latin1 filename, 
and point hugin there. Hugin is not able to add images in such a directory
  ERROR: caught exception: 
  Precondition violation!
  Unable to open file ''.
  
(/build/libvigraimpex-WjlfM8/libvigraimpex-1.9.0+dfsg/src/impex/codecmanager.cxx:203)

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1459364/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460202] Re: French translation

2015-06-13 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  French translation

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  French translation for HUGIN 2015. Some are still fuzzy but all have a
  translation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460202/+subscriptions

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


[Hugin-bug-hunters] [Bug 1462112] Re: 'Calculate optimal size' can suggest a size larger than the maximum width (65500)

2015-06-05 Thread tmodes
This is a fundamental limitation of the jpeg file format. A jpeg file is
limited to images with width and height smaller than 65500. So this
can't be fixed by Hugin.

There are 2 possibilities:
a) select another output format: TIFF or PNG support also such big images (on 
the stitch tab) or
b) decrease the canvas size (on the stitch tab) so the final pano has 
width65500.

The next version (2015.2 or 2016.0) will issue a warning in this case
and propose the 2 case as above.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  'Calculate optimal size' can suggest a size larger than the maximum
  width (65500)

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  I have a 26-image panorama, and got stuck for a while with it failing
  on this simple point.

  Calculate optimal size suggests a canvas width of 70863, but Hugin
  cannot produce a jpeg wider than 65500.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1462112/+subscriptions

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


[Hugin-bug-hunters] [Bug 1461329] Re: French release notes for Hugin 2015.0.0

2015-06-03 Thread tmodes
Thanks. Committed to web repository. It will appear in some hours on our web 
server.
The link on the main page will refreshed when 2015.0 is finally released.

** Changed in: hugin
   Status: New = Fix Released

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

Title:
  French release notes for Hugin 2015.0.0

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  French version of the release notes for the version 2015.0.0...

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1461329/+subscriptions

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


[Hugin-bug-hunters] [Bug 1426890] Re: French translation error

2015-06-01 Thread tmodes
*** This bug is a duplicate of bug 1460202 ***
https://bugs.launchpad.net/bugs/1460202

Should be fixed in ticket 1460202

** This bug has been marked a duplicate of bug 1460202
   French translation

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

Title:
  French translation error

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  There's a little error in the french translation:

  #: hugin1/hugin/MainFrame.cpp:710
  msgid Close without saving
  msgstr Enregistrer sans fermer

  It should be

  #: hugin1/hugin/MainFrame.cpp:710
  msgid Close without saving
  msgstr Fermer sans enregistrer

  Fermer means close
  Enregistrer means save

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1426890/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460202] Re: French translation

2015-06-01 Thread tmodes
Thanks, committed to repository.

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

Title:
  French translation

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  French translation for HUGIN 2015. Some are still fuzzy but all have a
  translation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460202/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460019] Re: shortcuts not available on fast preview window

2015-05-31 Thread tmodes
Implemented in default branch (but not in 2015.0 branch). It needs some
more testing and I don't want to disturb the release cycle of 2015.0

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  shortcuts not available on fast preview window

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  When performing stepwise optimisation (sometimes needed in mosaic mode) one
  would obviously set the Only use control points between images selected in 
preview window.

  One then adds images, one at a time.
  We want to optimise after each image is added.
  This can (at the moment) only be done from the main Hugin window.

  Thus - feature request;

  Add the ctrl-T (optimise) shortcut to the fast preview window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460019/+subscriptions

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


[Hugin-bug-hunters] [Bug 1459364] Re: progress window is not locale aware, fails at UTF-8 filenames

2015-05-31 Thread tmodes
Some more testing revealed that the bug happens only with wxWidgets 3.0 (on 
wxWidgets 2.8 it works, see screenshot 2).
This is a bug in the underlying wxWidgets implementation of wxTextInputStream 
(see http://trac.wxwidgets.org/ticket/14720). Implemented a workaround by 
explicit setting the correct conversion in changeset b0d4a660cf3a.

** Bug watch added: trac.wxwidgets.org/ #14720
   http://trac.wxwidgets.org/ticket/14720

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  progress window is not locale aware, fails at UTF-8 filenames

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Hello,

  This is http://bugs.debian.org/786938 reported by Vangelis Skarmoutsos 
against 2015.0.0 beta2:
   quote
  When pressing the Create control points button, a window pops up which
  shows informational details of the procedure.
  In this window, if some directory names are not english (they were greek in
  my case) the non english letters are not readable and some strange symbols
  appear in their place.
   unquote

  I have doublechecked this and afaict the progress window interprets an
  UTF-8 encoded filename as ISO-8859-1 (Umlaut u (ü) displayed as ü).
  See attached screenshot.

  FWIW I have also tried it the other way round: Start a xterm  with env 
LC_ALL=de_AT (latin1, not UTF-8!), generate a directory with latin1 filename, 
and point hugin there. Hugin is not able to add images in such a directory
  ERROR: caught exception: 
  Precondition violation!
  Unable to open file ''.
  
(/build/libvigraimpex-WjlfM8/libvigraimpex-1.9.0+dfsg/src/impex/codecmanager.cxx:203)

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1459364/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460429] Re: German release notes for Hugin 2014.0.0

2015-05-31 Thread tmodes
Thanks. Committed to web page. Should be appear shortly.

** Changed in: hugin
   Status: New = Fix Released

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

Title:
  German release notes for Hugin 2014.0.0

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  This one is for the current version 2014.0.0 (just to have that
  version's release notes also available in German)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460429/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460428] Re: German release notes for Hugin 2015.0.0

2015-05-31 Thread tmodes
Thanks. Committed to web page. Should be appear shortly.

** Changed in: hugin
   Status: New = Fix Released

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

Title:
  German release notes for Hugin 2015.0.0

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  German version of the release notes for the upcoming version 2015.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460428/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460202] Re: French translation

2015-05-30 Thread tmodes
Thanks for your work. Committed the changes to repository.

Could you please review the 7 fuzzy string? With the fuzzy tag they will
not be translated in the GUI. If the translation is correct, remove the
fuzzy tag.

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  French translation

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  French translation for HUGIN 2015. Some are still fuzzy but all have a
  translation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460202/+subscriptions

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


[Hugin-bug-hunters] [Bug 1460202] Re: French translation

2015-05-30 Thread tmodes
Forgot something: there is a report about typos in the French translations: 
#1426890 
It would be nice if you could check them also.

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

Title:
  French translation

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  French translation for HUGIN 2015. Some are still fuzzy but all have a
  translation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1460202/+subscriptions

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


[Hugin-bug-hunters] [Bug 1459364] Re: progress window is not locale aware, fails at UTF-8 filenames

2015-05-27 Thread tmodes
I can't reproduce the issue. 
The progress window shows here the special characters (tested with 
LANG=de_DE.utf-8, but also with en_GB.utf-8)

Could you test if the issue is cpfind (alone, in a terminal) or reading
the output of cpfind in Hugin?

** Attachment added: Screenshot 2
   
https://bugs.launchpad.net/hugin/+bug/1459364/+attachment/4405698/+files/cpfind.png

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

Title:
  progress window is not locale aware, fails at UTF-8 filenames

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hello,

  This is http://bugs.debian.org/786938 reported by Vangelis Skarmoutsos 
against 2015.0.0 beta2:
   quote
  When pressing the Create control points button, a window pops up which
  shows informational details of the procedure.
  In this window, if some directory names are not english (they were greek in
  my case) the non english letters are not readable and some strange symbols
  appear in their place.
   unquote

  I have doublechecked this and afaict the progress window interprets an
  UTF-8 encoded filename as ISO-8859-1 (Umlaut u (ü) displayed as ü).
  See attached screenshot.

  FWIW I have also tried it the other way round: Start a xterm  with env 
LC_ALL=de_AT (latin1, not UTF-8!), generate a directory with latin1 filename, 
and point hugin there. Hugin is not able to add images in such a directory
  ERROR: caught exception: 
  Precondition violation!
  Unable to open file ''.
  
(/build/libvigraimpex-WjlfM8/libvigraimpex-1.9.0+dfsg/src/impex/codecmanager.cxx:203)

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1459364/+subscriptions

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


[Hugin-bug-hunters] [Bug 1458059] Re: German translation for 2015.0.0

2015-05-24 Thread tmodes
Hi Carl,

the release notes can be found under
http://hugin.sourceforge.net/releases/2015.0.0/en.shtml

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

Title:
  German translation for 2015.0.0

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Here is my de.po file based on commit 4d484e updated translations
  (by tmodes, 2015-05-09).

  I also found some typos or unclear parts in the original strings:

  string: Check this option if the images were shot on a tripod.\n
  Uncheck this option if the images in each stack needs an alignment to each 
other.
  - need

  string: Can't switch to simple interface. The project is using stacks and/or 
vignetting center shift.\n
  These features are not supported in simple interface.
  - isn't vignetting center shift about two different parameters?

  string: The following placeholders will replaced before invoking ExifTool:\n 
(...) %fullheight - height of output\n
  - %fullheight - height of output canvas\n

  string: An internal transformation went wrong.\n Check that the point is 
inside the image.
  - shouldn't it be something like Check that all points are inside the 
image. ?

  And please check for 'exiftool', should be 'ExifTool' instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1458059/+subscriptions

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


[Hugin-bug-hunters] [Bug 1458059] Re: German translation for 2015.0.0

2015-05-23 Thread tmodes
Thanks, committed to repository.
Some of the typos I will correct later, but not all.

vignetting center shift refers to Vx and Vy parameter and therefore the
same parameter.

string: An internal transformation went wrong.\n Check that the point is 
inside the image.
This is used by fine tuning a single point. So point singular is correct in 
this context.

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  German translation for 2015.0.0

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Here is my de.po file based on commit 4d484e updated translations
  (by tmodes, 2015-05-09).

  I also found some typos or unclear parts in the original strings:

  string: Check this option if the images were shot on a tripod.\n
  Uncheck this option if the images in each stack needs an alignment to each 
other.
  - need

  string: Can't switch to simple interface. The project is using stacks and/or 
vignetting center shift.\n
  These features are not supported in simple interface.
  - isn't vignetting center shift about two different parameters?

  string: The following placeholders will replaced before invoking ExifTool:\n 
(...) %fullheight - height of output\n
  - %fullheight - height of output canvas\n

  string: An internal transformation went wrong.\n Check that the point is 
inside the image.
  - shouldn't it be something like Check that all points are inside the 
image. ?

  And please check for 'exiftool', should be 'ExifTool' instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1458059/+subscriptions

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


[Hugin-bug-hunters] [Bug 1458159] Re: OSX Error+Crash+Send bug report to Apple

2015-05-23 Thread tmodes
*** This bug is a duplicate of bug 1384283 ***
https://bugs.launchpad.net/bugs/1384283

This is a known issue. See #1384283 
It has be fixed in 2015.0, but currently there is no new binary release for OSX.

** This bug has been marked a duplicate of bug 1384283
   At Appstart: wxWidgets Debug Alert ...

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

Title:
  OSX Error+Crash+Send bug report to Apple

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hi,
  I've just downloaded 
  Hugin 2014.0.0
  on my
  macbook Pro 10.10.2 Yosemite
  I've made pics of the error messages.
  Ah I just read here I can add an attachment.
  Oops, I can only attache 1 of the 2 screenshots I took?
  Well, I already attach one.
  Here's a link to both of them.
   https://drive.google.com/open?id=0B6WUgGR_DAy9UmVwUXhpWTZFOUkauthuser=0
  Hope this contributes and enjoy the debugging!

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1458159/+subscriptions

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


[Hugin-bug-hunters] [Bug 1457165] Re: incorrect documentation for hugin_executor(1)

2015-05-22 Thread tmodes
In the documentation we use the following expression:

When no prefix is specified it will use the output prefix found in
Hugins preferences dialog. The default value for the output prefix is
the filename (inclusive path) of the project file.

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

Title:
  incorrect documentation for hugin_executor(1)

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Hello,

  hugin_executor(1) says:
 -p, --prefix=str
 Prefix used for stitching. If not provided the stitched image will
 have the name of the input project file.
   
  However if ~/.hugin does not exist then '%firstimage - %lastimage' will be 
used and otherwise the behavior is controlled by the value of OutputFilename in 
~/.hugin.

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1457165/+subscriptions

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


[Hugin-bug-hunters] [Bug 1456481] Re: Updated hungarian translations

2015-05-19 Thread tmodes
Thanks, committed to repository.

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  Updated hungarian translations

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Updated hungarian translations for 2015.0.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1456481/+subscriptions

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


[Hugin-bug-hunters] [Bug 1456742] Re: updated Brazilian Portuguese translations

2015-05-19 Thread tmodes
Thanks, committed to repository.

Concerning the typos: I will fix some of them before the release, but
not now. The cause is that I don't want to disturb the other translators
in the current phase. But I keep it in mind. Maybe there are some more
which will surface before the release.

** Changed in: hugin
   Status: Confirmed = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  updated Brazilian Portuguese translations

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Updated according with recent default branch.
  Should be fine regardless of some typos (or my comments about) in the 
original, as follows:
hugin1/base_wx/MyProgressDialog.cpp:40 --- 'Elapsed time : '   
  with space before ':'
hugin1/base_wx/StitchingExecutor.cpp:782
hugin1/base_wx/StitchingExecutor.cpp:786  --- 'Blending hdr 
stacks...' but I´ve seen some uppercase LDR elsewhere,leave or change 
hdr/HDR?
hugin1/base_wx/StitchingExecutor.cpp:311 --- 'Remapped Images :'   
with space before ':'
hugin1/base_wx/StitchingExecutor.cpp:767 com 'Merging hdr stack 
number %u...'
hugin1/hugin/xrc/pref_dialog.xrc:975 --- 'panorma' 
missing an 'a'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1456742/+subscriptions

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


[Hugin-bug-hunters] [Bug 1453385] Re: old FSF address used in copyright header

2015-05-10 Thread tmodes
Thanks for patch. Fixed in repository (default and 2015.0 branch).

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0rc1

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

Title:
  old FSF address used in copyright header

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Hello,

  Multiple files in hugin source (2015.0.0 beta2) point two one of the
  older FSF postal addresses (not 51 Franklin Street).

  Find attached a patch which either use the current FSF address or
  switches to the copyright header currently suggested
  http://www.gnu.org/licenses/gpl-howto.html by the FSF, namely:

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see http://www.gnu.org/licenses/.

  thanks, cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1453385/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451985] Re: Another assert error message, this time in PTBatcherGUI

2015-05-09 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  Another assert error message, this time in PTBatcherGUI

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Sorry, but I got another one.

  This has been observers using
  Operating System: Linux 3.13.0-51-generic x86_64
  Architecture: 64 bit
  Free memory: 11436008 kiB

  Hugin
  Version: 2015.1.0.c0ae9038be6b
  Path to resources: /usr/share/hugin/xrc/
  Path to data: /usr/share/hugin/data/
  Hugins camera and lens database: /home/stefan/.hugindata/camlens.db
  Multi-threading using C++11 std::thread and OpenMP

  Libraries
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0

  currently available from 
  https://launchpad.net/~hugin/+archive/ubuntu/nightly/+packages

  Reproduce:
  Loding an existing pto
  Cange to the Sticher tab
  Press Stich!
  Confirm the save

  Result:
  ASSERT INFO:
  ../src/gtk/gauge.cpp(67): assert 0 = m_gaugePos  m_gaugePos = 
m_rangeMax failed in DoSetGauge(): invalid gauge position in DoSetGauge()

  BACKTRACE:
  [1] wxGauge::DoSetGauge()
  [2] ProgressStatusBar::ProgressStatusBar(wxWindow*, int, long, wxString 
const)
  [3] BatchFrame::OnCreateStatusBar(int, long, int, wxString const)
  [4] wxFrameBase::CreateStatusBar(int, long, int, wxString const)
  [5] BatchFrame::BatchFrame(wxLocale*, wxString)
  [6] PTBatcherGUI::OnInit()
  [7] wxEntry(int, wchar_t**)
  [8] main
  [9] __libc_start_main
  [10] _start

  
  The error mesage windows states PTBatcherGUI, not hugin. I had to confirm the 
error message 10 of times until the stitch actually started.
  I will make the pto available upon request.

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451985/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451175] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't match argument type when opening the control points list

2015-05-09 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't
  match argument type when opening the control points list

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  When opening the control points list, hugin 2015.0.0-beta1 throws

  ASSERT INFO:
  /usr/include/wx-3.0/wx/strvararg.h(451): assert (argtype  
(wxFormatStringSpecifierT::value)) == argtype failed in wxArgNormalizer(): 
format specifier doesn't match argument type

  BACKTRACE:
  [1] wxString wxString::Formatunsigned long(wxFormatString const, unsigned 
long)
  [2] CPListCtrl::OnGetItemText(long, long) const
  [3] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [5] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [6] wxEvtHandler::TryHereOnly(wxEvent)
  [7] wxEvtHandler::ProcessEventLocally(wxEvent)
  [8] wxEvtHandler::ProcessEvent(wxEvent)
  [9] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [10] wxWindow::GTKSendPaintEvents(_GdkRegion const*)
  [11] g_closure_invoke
  [12] g_signal_emit_valist
  [13] g_signal_emit
  [14] gtk_main_do_event
  [15] gdk_window_process_all_updates
  [16] g_main_context_dispatch
  [17] g_main_loop_run
  [18] gtk_main
  [19] wxGUIEventLoop::DoRun()
  [20] wxEventLoopBase::Run()
  [21] wxAppConsoleBase::MainLoop()
  [22] wxEntry(int, wchar_t**)
  [23] main
  [24] __libc_start_main
  [25] _start

  
  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451175/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451172] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index in SetItem when deleteing a mask

2015-05-09 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index
  in SetItem when deleteing a mask

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  In hugin 2015.0.0-Beta1, when deleting a mask, the following is thrown

  ASSERT INFO:
  ../src/generic/listctrl.cpp(3367): assert litem = 0  (size_t)litem  
GetItemCount() failed in SetItemState(): invalid list ctrl item index in 
SetItem

  BACKTRACE:
  [1] wxGenericListCtrl::SetItemState(long, long, long)
  [2] MaskEditorPanel::panoramaImagesChanged(HuginBase::Panorama, 
std::setunsigned int, std::lessunsigned int, std::allocatorunsigned int  
const)
  [3] HuginBase::Panorama::changeFinished(bool)
  [4] PanoCommand::PanoCommand::execute()
  [5] PanoCommand::CommandHistory::addCommand(PanoCommand::PanoCommand*, bool)
  [6] MaskEditorPanel::OnMaskDelete(wxCommandEvent)
  [7] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [8] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [9] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [10] wxEvtHandler::TryHereOnly(wxEvent)
  [11] wxEvtHandler::ProcessEventLocally(wxEvent)
  [12] wxEvtHandler::ProcessEvent(wxEvent)
  [13] wxWindowBase::TryAfter(wxEvent)
  [14] wxWindowBase::TryAfter(wxEvent)
  [15] wxWindowBase::TryAfter(wxEvent)
  [16] wxWindowBase::TryAfter(wxEvent)
  [17] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [18] g_signal_emit_valist
  [19] g_signal_emit
  [20] g_closure_invoke
  [21] g_signal_emit_valist
  [22] g_signal_emit
  [23] g_closure_invoke
  [24] g_signal_emit_valist
  [25] g_signal_emit
  [26] gtk_propagate_event
  [27] gtk_main_do_event
  [28] g_main_context_dispatch
  [29] g_main_loop_run
  [30] gtk_main
  [31] wxGUIEventLoop::DoRun()
  [32] wxEventLoopBase::Run()
  [33] wxAppConsoleBase::MainLoop()
  [34] wxEntry(int, wchar_t**)
  [35] main
  [36] __libc_start_main
  [37] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451172/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451174] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't match argument type When removing controllpoints in masks

2015-05-09 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't
  match argument type When removing controllpoints in masks

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  When using the Edit - Remove control points in masks menu entry, the
  following ASSERT is thrown

  ASSERT INFO:
  /usr/include/wx-3.0/wx/strvararg.h(451): assert (argtype  
(wxFormatStringSpecifierT::value)) == argtype failed in wxArgNormalizer(): 
format specifier doesn't match argument type

  BACKTRACE:
  [1] MainFrame::OnRemoveCPinMasks(wxCommandEvent)
  [2] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [3] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [4] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [5] wxEvtHandler::TryHereOnly(wxEvent)
  [6] wxEvtHandler::ProcessEventLocally(wxEvent)
  [7] wxEvtHandler::ProcessEvent(wxEvent)
  [8] wxWindowBase::TryAfter(wxEvent)
  [9] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [10] wxMenuBase::SendEvent(int, int)
  [11] g_closure_invoke
  [12] g_signal_emit_valist
  [13] g_signal_emit
  [14] gtk_widget_activate
  [15] gtk_menu_shell_activate_item
  [16] g_closure_invoke
  [17] g_signal_emit_valist
  [18] g_signal_emit
  [19] gtk_propagate_event
  [20] gtk_main_do_event
  [21] g_main_context_dispatch
  [22] g_main_loop_run
  [23] gtk_main
  [24] wxGUIEventLoop::DoRun()
  [25] wxEventLoopBase::Run()
  [26] wxAppConsoleBase::MainLoop()
  [27] wxEntry(int, wchar_t**)
  [28] main
  [29] __libc_start_main
  [30] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451174/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451168] Re: [patch] broken whatis entry in manpages

2015-05-09 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  [patch] broken whatis entry in manpages

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Hello,

  two of the newly added manpages in 2015.0.0 have slightly broken formatting, 
the whatis entry cannot be parsed and will theefore not be included into the 
apropos database. Trivial patch attached. (See also 
https://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html and 
  
https://sourceforge.net/p/hugin/hugin/ci/2c20acd9145787e2b24de603c9a3aded8450ad95/)

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451168/+subscriptions

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


[Hugin-bug-hunters] [Bug 1449065] Re: Crash when deleting vertical control point after removing image

2015-05-09 Thread tmodes
** Changed in: hugin
   Status: Fix Committed = Fix Released

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

Title:
  Crash when deleting vertical control point after removing image

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  Steps to reproduce:
  1. Load images (tested with 4 or more)
  2. Run assistant to align images (first image then has some vertical control 
points)
  3. Go to Photos tab, delete one of them (the second or third)
  4. Go to Control Points tab, delete one of the vertical control points in 
the first image
  5. Hugin crashes with this output in the terminal:
  --
  hugin: 
/build/buildd/hugin-2014.0.0+dfsg/src/hugin_base/panodata/Panorama.cpp:486: 
virtual void HuginBase::Panorama::removeCtrlPoint(unsigned int): Assertion `pNr 
 state.ctrlPoints.size()' failed.
  Aborted
  --

  [Info from the About]

  Operating System: Linux 3.13.0-49-generic x86_64
  Architecture: 64 bit
  Free memory: 10951908 kiB

  Hugin
  Version: 2014.0.0.5da69bc383dd
  Path to resources: /usr/share/hugin/xrc/
  Path to data: /usr/share/hugin/data/
  Path to user lensfun database: /home/noname/.local/share/lensfun

  Libraries
  wxWidgets: 3.0.0.0
  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23.0
  Lensfun: 0.2.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1449065/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451985] Re: Another assert error message, this time in PTBatcherGUI

2015-05-07 Thread tmodes
Hi Stephan,

 Yes, I can confirm that I can not anymore reproduce this error using

Nice to hear.


 On the other hand, as long as you don't object, I feel that these asserts
 are there for a reason. The more of these we can fix now, the less
 problems we will encounter in the future on all of the systems we want
 to deploy to.

I see this the same way. I hope they help us to strengthen our code.

 So, as long as I don't get a shut up, you are annoying me with your
 nitpicking from you, I will continue with the DEBUG variant of ..

As long as the same message is not reported more than once or even often I 
don't cry shut up.
I will do what is in my capability to fix them.

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

Title:
  Another assert error message, this time in PTBatcherGUI

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Sorry, but I got another one.

  This has been observers using
  Operating System: Linux 3.13.0-51-generic x86_64
  Architecture: 64 bit
  Free memory: 11436008 kiB

  Hugin
  Version: 2015.1.0.c0ae9038be6b
  Path to resources: /usr/share/hugin/xrc/
  Path to data: /usr/share/hugin/data/
  Hugins camera and lens database: /home/stefan/.hugindata/camlens.db
  Multi-threading using C++11 std::thread and OpenMP

  Libraries
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0

  currently available from 
  https://launchpad.net/~hugin/+archive/ubuntu/nightly/+packages

  Reproduce:
  Loding an existing pto
  Cange to the Sticher tab
  Press Stich!
  Confirm the save

  Result:
  ASSERT INFO:
  ../src/gtk/gauge.cpp(67): assert 0 = m_gaugePos  m_gaugePos = 
m_rangeMax failed in DoSetGauge(): invalid gauge position in DoSetGauge()

  BACKTRACE:
  [1] wxGauge::DoSetGauge()
  [2] ProgressStatusBar::ProgressStatusBar(wxWindow*, int, long, wxString 
const)
  [3] BatchFrame::OnCreateStatusBar(int, long, int, wxString const)
  [4] wxFrameBase::CreateStatusBar(int, long, int, wxString const)
  [5] BatchFrame::BatchFrame(wxLocale*, wxString)
  [6] PTBatcherGUI::OnInit()
  [7] wxEntry(int, wchar_t**)
  [8] main
  [9] __libc_start_main
  [10] _start

  
  The error mesage windows states PTBatcherGUI, not hugin. I had to confirm the 
error message 10 of times until the stitch actually started.
  I will make the pto available upon request.

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451985/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451985] Re: Another assert error message, this time in PTBatcherGUI

2015-05-06 Thread tmodes
Should also be fixed in repository.

See http://docs.wxwidgets.org/3.0.0/overview_debugging.html for more 
information about the assert message.
(Maybe defining the symbol NDEBUG is sufficient to suppress the assert 
messages?)

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

Title:
  Another assert error message, this time in PTBatcherGUI

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Sorry, but I got another one.

  This has been observers using
  Operating System: Linux 3.13.0-51-generic x86_64
  Architecture: 64 bit
  Free memory: 11436008 kiB

  Hugin
  Version: 2015.1.0.c0ae9038be6b
  Path to resources: /usr/share/hugin/xrc/
  Path to data: /usr/share/hugin/data/
  Hugins camera and lens database: /home/stefan/.hugindata/camlens.db
  Multi-threading using C++11 std::thread and OpenMP

  Libraries
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0

  currently available from 
  https://launchpad.net/~hugin/+archive/ubuntu/nightly/+packages

  Reproduce:
  Loding an existing pto
  Cange to the Sticher tab
  Press Stich!
  Confirm the save

  Result:
  ASSERT INFO:
  ../src/gtk/gauge.cpp(67): assert 0 = m_gaugePos  m_gaugePos = 
m_rangeMax failed in DoSetGauge(): invalid gauge position in DoSetGauge()

  BACKTRACE:
  [1] wxGauge::DoSetGauge()
  [2] ProgressStatusBar::ProgressStatusBar(wxWindow*, int, long, wxString 
const)
  [3] BatchFrame::OnCreateStatusBar(int, long, int, wxString const)
  [4] wxFrameBase::CreateStatusBar(int, long, int, wxString const)
  [5] BatchFrame::BatchFrame(wxLocale*, wxString)
  [6] PTBatcherGUI::OnInit()
  [7] wxEntry(int, wchar_t**)
  [8] main
  [9] __libc_start_main
  [10] _start

  
  The error mesage windows states PTBatcherGUI, not hugin. I had to confirm the 
error message 10 of times until the stitch actually started.
  I will make the pto available upon request.

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451985/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451172] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index in SetItem when deleteing a mask

2015-05-05 Thread tmodes
@Stefan: please try if changeset c0ae9038be6 fixes the issue (just
guessing). Also with your project file I can't reproduce the issue.

Remaining issues: wxWidgets version, GTK version, window manager ??? But
this is a wide field and would require a lot of testing.

@Terry: thanks for testing. But with wxWidgets 2.8 you will need a debug
version to get the assert message.

Just for information:
wxWidgets 2.8: assert messages are only shown in debug build
wxWidgets 3.x: assert messages are also shown in release build (this is the 
reason we are getting now often the bug reports with the assert messages)

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index
  in SetItem when deleteing a mask

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  In hugin 2015.0.0-Beta1, when deleting a mask, the following is thrown

  ASSERT INFO:
  ../src/generic/listctrl.cpp(3367): assert litem = 0  (size_t)litem  
GetItemCount() failed in SetItemState(): invalid list ctrl item index in 
SetItem

  BACKTRACE:
  [1] wxGenericListCtrl::SetItemState(long, long, long)
  [2] MaskEditorPanel::panoramaImagesChanged(HuginBase::Panorama, 
std::setunsigned int, std::lessunsigned int, std::allocatorunsigned int  
const)
  [3] HuginBase::Panorama::changeFinished(bool)
  [4] PanoCommand::PanoCommand::execute()
  [5] PanoCommand::CommandHistory::addCommand(PanoCommand::PanoCommand*, bool)
  [6] MaskEditorPanel::OnMaskDelete(wxCommandEvent)
  [7] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [8] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [9] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [10] wxEvtHandler::TryHereOnly(wxEvent)
  [11] wxEvtHandler::ProcessEventLocally(wxEvent)
  [12] wxEvtHandler::ProcessEvent(wxEvent)
  [13] wxWindowBase::TryAfter(wxEvent)
  [14] wxWindowBase::TryAfter(wxEvent)
  [15] wxWindowBase::TryAfter(wxEvent)
  [16] wxWindowBase::TryAfter(wxEvent)
  [17] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [18] g_signal_emit_valist
  [19] g_signal_emit
  [20] g_closure_invoke
  [21] g_signal_emit_valist
  [22] g_signal_emit
  [23] g_closure_invoke
  [24] g_signal_emit_valist
  [25] g_signal_emit
  [26] gtk_propagate_event
  [27] gtk_main_do_event
  [28] g_main_context_dispatch
  [29] g_main_loop_run
  [30] gtk_main
  [31] wxGUIEventLoop::DoRun()
  [32] wxEventLoopBase::Run()
  [33] wxAppConsoleBase::MainLoop()
  [34] wxEntry(int, wchar_t**)
  [35] main
  [36] __libc_start_main
  [37] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451172/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451174] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't match argument type When removing controllpoints in masks

2015-05-05 Thread tmodes
** Changed in: hugin
Milestone: None = 2015.0beta2

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't
  match argument type When removing controllpoints in masks

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  When using the Edit - Remove control points in masks menu entry, the
  following ASSERT is thrown

  ASSERT INFO:
  /usr/include/wx-3.0/wx/strvararg.h(451): assert (argtype  
(wxFormatStringSpecifierT::value)) == argtype failed in wxArgNormalizer(): 
format specifier doesn't match argument type

  BACKTRACE:
  [1] MainFrame::OnRemoveCPinMasks(wxCommandEvent)
  [2] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [3] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [4] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [5] wxEvtHandler::TryHereOnly(wxEvent)
  [6] wxEvtHandler::ProcessEventLocally(wxEvent)
  [7] wxEvtHandler::ProcessEvent(wxEvent)
  [8] wxWindowBase::TryAfter(wxEvent)
  [9] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [10] wxMenuBase::SendEvent(int, int)
  [11] g_closure_invoke
  [12] g_signal_emit_valist
  [13] g_signal_emit
  [14] gtk_widget_activate
  [15] gtk_menu_shell_activate_item
  [16] g_closure_invoke
  [17] g_signal_emit_valist
  [18] g_signal_emit
  [19] gtk_propagate_event
  [20] gtk_main_do_event
  [21] g_main_context_dispatch
  [22] g_main_loop_run
  [23] gtk_main
  [24] wxGUIEventLoop::DoRun()
  [25] wxEventLoopBase::Run()
  [26] wxAppConsoleBase::MainLoop()
  [27] wxEntry(int, wchar_t**)
  [28] main
  [29] __libc_start_main
  [30] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451174/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451168] Re: [patch] broken whatis entry in manpages

2015-05-05 Thread tmodes
** Changed in: hugin
Milestone: None = 2015.0beta2

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

Title:
  [patch] broken whatis entry in manpages

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Hello,

  two of the newly added manpages in 2015.0.0 have slightly broken formatting, 
the whatis entry cannot be parsed and will theefore not be included into the 
apropos database. Trivial patch attached. (See also 
https://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html and 
  
https://sourceforge.net/p/hugin/hugin/ci/2c20acd9145787e2b24de603c9a3aded8450ad95/)

  cu Andreas

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451168/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451172] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index in SetItem when deleteing a mask

2015-05-05 Thread tmodes
Thanks for testing. I transplanted the changeset to 2015.0 branch.

** Changed in: hugin
   Status: New = Fix Committed

** Changed in: hugin
Milestone: None = 2015.0beta2

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index
  in SetItem when deleteing a mask

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  In hugin 2015.0.0-Beta1, when deleting a mask, the following is thrown

  ASSERT INFO:
  ../src/generic/listctrl.cpp(3367): assert litem = 0  (size_t)litem  
GetItemCount() failed in SetItemState(): invalid list ctrl item index in 
SetItem

  BACKTRACE:
  [1] wxGenericListCtrl::SetItemState(long, long, long)
  [2] MaskEditorPanel::panoramaImagesChanged(HuginBase::Panorama, 
std::setunsigned int, std::lessunsigned int, std::allocatorunsigned int  
const)
  [3] HuginBase::Panorama::changeFinished(bool)
  [4] PanoCommand::PanoCommand::execute()
  [5] PanoCommand::CommandHistory::addCommand(PanoCommand::PanoCommand*, bool)
  [6] MaskEditorPanel::OnMaskDelete(wxCommandEvent)
  [7] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [8] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [9] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [10] wxEvtHandler::TryHereOnly(wxEvent)
  [11] wxEvtHandler::ProcessEventLocally(wxEvent)
  [12] wxEvtHandler::ProcessEvent(wxEvent)
  [13] wxWindowBase::TryAfter(wxEvent)
  [14] wxWindowBase::TryAfter(wxEvent)
  [15] wxWindowBase::TryAfter(wxEvent)
  [16] wxWindowBase::TryAfter(wxEvent)
  [17] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [18] g_signal_emit_valist
  [19] g_signal_emit
  [20] g_closure_invoke
  [21] g_signal_emit_valist
  [22] g_signal_emit
  [23] g_closure_invoke
  [24] g_signal_emit_valist
  [25] g_signal_emit
  [26] gtk_propagate_event
  [27] gtk_main_do_event
  [28] g_main_context_dispatch
  [29] g_main_loop_run
  [30] gtk_main
  [31] wxGUIEventLoop::DoRun()
  [32] wxEventLoopBase::Run()
  [33] wxAppConsoleBase::MainLoop()
  [34] wxEntry(int, wchar_t**)
  [35] main
  [36] __libc_start_main
  [37] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451172/+subscriptions

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


[Hugin-bug-hunters] [Bug 1448816] Re: hugin-2015.0.0_beta1 has no 'Actions' menu

2015-05-05 Thread tmodes
** Changed in: hugin
Milestone: None = 2015.0beta2

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

Title:
  hugin-2015.0.0_beta1 has no 'Actions' menu

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  hugin-2015.0.0_beta1 builds here OK, but has no 'Actions' menu.
  I have built using rpmbuild on Fedora 21, using the same .spec file as for 
recent builds of the default branch and those builds provide the 'Actions' 
menu, although attempting to use WOA in a recent build of 2014.1.0 did return 
an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1448816/+subscriptions

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


[Hugin-bug-hunters] [Bug 1449065] Re: Crash when deleting vertical control point after removing image

2015-05-05 Thread tmodes
** Changed in: hugin
Milestone: None = 2015.0beta2

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

Title:
  Crash when deleting vertical control point after removing image

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Steps to reproduce:
  1. Load images (tested with 4 or more)
  2. Run assistant to align images (first image then has some vertical control 
points)
  3. Go to Photos tab, delete one of them (the second or third)
  4. Go to Control Points tab, delete one of the vertical control points in 
the first image
  5. Hugin crashes with this output in the terminal:
  --
  hugin: 
/build/buildd/hugin-2014.0.0+dfsg/src/hugin_base/panodata/Panorama.cpp:486: 
virtual void HuginBase::Panorama::removeCtrlPoint(unsigned int): Assertion `pNr 
 state.ctrlPoints.size()' failed.
  Aborted
  --

  [Info from the About]

  Operating System: Linux 3.13.0-49-generic x86_64
  Architecture: 64 bit
  Free memory: 10951908 kiB

  Hugin
  Version: 2014.0.0.5da69bc383dd
  Path to resources: /usr/share/hugin/xrc/
  Path to data: /usr/share/hugin/data/
  Path to user lensfun database: /home/noname/.local/share/lensfun

  Libraries
  wxWidgets: 3.0.0.0
  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23.0
  Lensfun: 0.2.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1449065/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451175] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't match argument type when opening the control points list

2015-05-04 Thread tmodes
Fixed in repository. Will be in beta2.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't
  match argument type when opening the control points list

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  When opening the control points list, hugin 2015.0.0-beta1 throws

  ASSERT INFO:
  /usr/include/wx-3.0/wx/strvararg.h(451): assert (argtype  
(wxFormatStringSpecifierT::value)) == argtype failed in wxArgNormalizer(): 
format specifier doesn't match argument type

  BACKTRACE:
  [1] wxString wxString::Formatunsigned long(wxFormatString const, unsigned 
long)
  [2] CPListCtrl::OnGetItemText(long, long) const
  [3] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [5] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [6] wxEvtHandler::TryHereOnly(wxEvent)
  [7] wxEvtHandler::ProcessEventLocally(wxEvent)
  [8] wxEvtHandler::ProcessEvent(wxEvent)
  [9] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [10] wxWindow::GTKSendPaintEvents(_GdkRegion const*)
  [11] g_closure_invoke
  [12] g_signal_emit_valist
  [13] g_signal_emit
  [14] gtk_main_do_event
  [15] gdk_window_process_all_updates
  [16] g_main_context_dispatch
  [17] g_main_loop_run
  [18] gtk_main
  [19] wxGUIEventLoop::DoRun()
  [20] wxEventLoopBase::Run()
  [21] wxAppConsoleBase::MainLoop()
  [22] wxEntry(int, wchar_t**)
  [23] main
  [24] __libc_start_main
  [25] _start

  
  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451175/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451174] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't match argument type When removing controllpoints in masks

2015-05-04 Thread tmodes
Fixed in repository. Will be in beta2.

Strange that nobody complained earlier ;-), because the code was not
touched for long time.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; format specifier doesn't
  match argument type When removing controllpoints in masks

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  When using the Edit - Remove control points in masks menu entry, the
  following ASSERT is thrown

  ASSERT INFO:
  /usr/include/wx-3.0/wx/strvararg.h(451): assert (argtype  
(wxFormatStringSpecifierT::value)) == argtype failed in wxArgNormalizer(): 
format specifier doesn't match argument type

  BACKTRACE:
  [1] MainFrame::OnRemoveCPinMasks(wxCommandEvent)
  [2] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [3] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [4] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [5] wxEvtHandler::TryHereOnly(wxEvent)
  [6] wxEvtHandler::ProcessEventLocally(wxEvent)
  [7] wxEvtHandler::ProcessEvent(wxEvent)
  [8] wxWindowBase::TryAfter(wxEvent)
  [9] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [10] wxMenuBase::SendEvent(int, int)
  [11] g_closure_invoke
  [12] g_signal_emit_valist
  [13] g_signal_emit
  [14] gtk_widget_activate
  [15] gtk_menu_shell_activate_item
  [16] g_closure_invoke
  [17] g_signal_emit_valist
  [18] g_signal_emit
  [19] gtk_propagate_event
  [20] gtk_main_do_event
  [21] g_main_context_dispatch
  [22] g_main_loop_run
  [23] gtk_main
  [24] wxGUIEventLoop::DoRun()
  [25] wxEventLoopBase::Run()
  [26] wxAppConsoleBase::MainLoop()
  [27] wxEntry(int, wchar_t**)
  [28] main
  [29] __libc_start_main
  [30] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451174/+subscriptions

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


[Hugin-bug-hunters] [Bug 1451172] Re: hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index in SetItem when deleteing a mask

2015-05-04 Thread tmodes
I can't reproduce the issue. Tested on 2 different systems: Windows and
Linux (both with wxWidgets 3.x).

Could you provide the project file and mention with mask you are deleting 
(image and mask number) when you get the assert message?
Maybe it is a coincidence of several different issues.
Is the option show extend of masks and crops switched on or off?

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

Title:
  hugin 2015.0.0-beta1 throws ASSERT INFO; invalid list ctrl item index
  in SetItem when deleteing a mask

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  In hugin 2015.0.0-Beta1, when deleting a mask, the following is thrown

  ASSERT INFO:
  ../src/generic/listctrl.cpp(3367): assert litem = 0  (size_t)litem  
GetItemCount() failed in SetItemState(): invalid list ctrl item index in 
SetItem

  BACKTRACE:
  [1] wxGenericListCtrl::SetItemState(long, long, long)
  [2] MaskEditorPanel::panoramaImagesChanged(HuginBase::Panorama, 
std::setunsigned int, std::lessunsigned int, std::allocatorunsigned int  
const)
  [3] HuginBase::Panorama::changeFinished(bool)
  [4] PanoCommand::PanoCommand::execute()
  [5] PanoCommand::CommandHistory::addCommand(PanoCommand::PanoCommand*, bool)
  [6] MaskEditorPanel::OnMaskDelete(wxCommandEvent)
  [7] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor, 
wxEvent) const
  [8] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const, 
wxEvtHandler*, wxEvent)
  [9] wxEventHashTable::HandleEvent(wxEvent, wxEvtHandler*)
  [10] wxEvtHandler::TryHereOnly(wxEvent)
  [11] wxEvtHandler::ProcessEventLocally(wxEvent)
  [12] wxEvtHandler::ProcessEvent(wxEvent)
  [13] wxWindowBase::TryAfter(wxEvent)
  [14] wxWindowBase::TryAfter(wxEvent)
  [15] wxWindowBase::TryAfter(wxEvent)
  [16] wxWindowBase::TryAfter(wxEvent)
  [17] wxEvtHandler::SafelyProcessEvent(wxEvent)
  [18] g_signal_emit_valist
  [19] g_signal_emit
  [20] g_closure_invoke
  [21] g_signal_emit_valist
  [22] g_signal_emit
  [23] g_closure_invoke
  [24] g_signal_emit_valist
  [25] g_signal_emit
  [26] gtk_propagate_event
  [27] gtk_main_do_event
  [28] g_main_context_dispatch
  [29] g_main_loop_run
  [30] gtk_main
  [31] wxGUIEventLoop::DoRun()
  [32] wxEventLoopBase::Run()
  [33] wxAppConsoleBase::MainLoop()
  [34] wxEntry(int, wchar_t**)
  [35] main
  [36] __libc_start_main
  [37] _start

  This is under Ubuntu 14.04 LTS using 2015.0.0~beta1+dfsg-0ubuntu2~trusty from 
  https://launchpad.net/~hugin/+archive/ubuntu/next. 

  Please note that this version already has 
  6903:aace4a6969bc : Fixes a further assert message
  and
  6904:213b546a477e: Fixes crash in cp editor [1449065]
  applied

  With kind regards

  Stefan Peter

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1451172/+subscriptions

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


[Hugin-bug-hunters] [Bug 1448816] Re: hugin-2015.0.0_beta1 has no 'Actions' menu

2015-04-29 Thread tmodes
I repeat: Tried to fix in repository. 

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

Title:
  hugin-2015.0.0_beta1 has no 'Actions' menu

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  hugin-2015.0.0_beta1 builds here OK, but has no 'Actions' menu.
  I have built using rpmbuild on Fedora 21, using the same .spec file as for 
recent builds of the default branch and those builds provide the 'Actions' 
menu, although attempting to use WOA in a recent build of 2014.1.0 did return 
an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1448816/+subscriptions

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


[Hugin-bug-hunters] [Bug 1448816] Re: hugin-2015.0.0_beta1 has no 'Actions' menu

2015-04-29 Thread tmodes
Very strange. All complain about the script, but nobody than the author
is capable to test, if the scripts are running.

Tried to fix in repository. But now I expect that somebody else tests the *4* 
scripts and reports back, if there are working: 
crop_cp.py  working|not working
shooting_pattern.py: working|not working
top_five.py: working|not working
woa.py: working|not working
If nobody can test them, then they can removed. Or is this too much expected?

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  hugin-2015.0.0_beta1 has no 'Actions' menu

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  hugin-2015.0.0_beta1 builds here OK, but has no 'Actions' menu.
  I have built using rpmbuild on Fedora 21, using the same .spec file as for 
recent builds of the default branch and those builds provide the 'Actions' 
menu, although attempting to use WOA in a recent build of 2014.1.0 did return 
an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1448816/+subscriptions

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


[Hugin-bug-hunters] [Bug 1448816] Re: hugin-2015.0.0_beta1 has no 'Actions' menu

2015-04-27 Thread tmodes
The .py modules mentioned shold be changed to have
# @api-max 2015.0
instead of
# @api-max 2014.1

I know. But it would be nice if someone could test the scripts and
report back if there are still running. (I never used them so I can not
judge if they are still okay.)

Currently it seems that woa is currently not running, so for woa we can
not update the api-max. Only when the issue is fixed we need to update
api-min *and* api-max for woa then.

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

Title:
  hugin-2015.0.0_beta1 has no 'Actions' menu

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  hugin-2015.0.0_beta1 builds here OK, but has no 'Actions' menu.
  I have built using rpmbuild on Fedora 21, using the same .spec file as for 
recent builds of the default branch and those builds provide the 'Actions' 
menu, although attempting to use WOA in a recent build of 2014.1.0 did return 
an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1448816/+subscriptions

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


[Hugin-bug-hunters] [Bug 1449065] Re: Crash when deleting vertical control point after removing image

2015-04-27 Thread tmodes
It is fixed in repository (changeset 213b546a477e). It will be in 2015.0
beta 2 or rc1.

** Changed in: hugin
   Status: New = Fix Committed

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

Title:
  Crash when deleting vertical control point after removing image

Status in Hugin - Panorama Tools GUI:
  Fix Committed

Bug description:
  Steps to reproduce:
  1. Load images (tested with 4 or more)
  2. Run assistant to align images (first image then has some vertical control 
points)
  3. Go to Photos tab, delete one of them (the second or third)
  4. Go to Control Points tab, delete one of the vertical control points in 
the first image
  5. Hugin crashes with this output in the terminal:
  --
  hugin: 
/build/buildd/hugin-2014.0.0+dfsg/src/hugin_base/panodata/Panorama.cpp:486: 
virtual void HuginBase::Panorama::removeCtrlPoint(unsigned int): Assertion `pNr 
 state.ctrlPoints.size()' failed.
  Aborted
  --

  [Info from the About]

  Operating System: Linux 3.13.0-49-generic x86_64
  Architecture: 64 bit
  Free memory: 10951908 kiB

  Hugin
  Version: 2014.0.0.5da69bc383dd
  Path to resources: /usr/share/hugin/xrc/
  Path to data: /usr/share/hugin/data/
  Path to user lensfun database: /home/noname/.local/share/lensfun

  Libraries
  wxWidgets: 3.0.0.0
  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23.0
  Lensfun: 0.2.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1449065/+subscriptions

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


<    4   5   6   7   8   9   10   11   12   13   >