[Hugin-devs] [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
Developers, 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-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 685824] Re: hugin fails to provide feedback during autocrop.

2015-06-26 Thread tmodes
** 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
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/685824

Title:
  hugin fails to provide feedback during autocrop.

Status in Hugin - Panorama Tools GUI:
  Fix Released

Bug description:
  I have a 106 image pano, and a bug report provoked me to try another 
projection. When going back to cylindrical projection, and doing autocrop to 
get the cropping about right, it showed me autocrop, elapsed time 00:00:01 
and then stopped refreshing the screen, for enough time for me to get bored and 
get started on filing a bug report. 
  But by the time I had searched for hugin autocrop hang it came alive again.

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

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


[Hugin-devs] [Bug 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
Developers, 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-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [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
Developers, 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-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


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

2015-06-26 Thread tduell
Thanks Bruno. I thought I had all the dependencies... I believed configure, but 
I had missed a couple.
Not a lot of joy though, it still fails to build pdf, this is the latest error 
report from rpmbuild, using '%cmake . -DENABLE_OPENMP=ON -DDOC=ON 
-DINSTALL_PDF_DOC=ON'.

[ 50%] Error renaming from laplacian-of-gaussian.tex to 
laplacian-of-gaussian.pstex: No such file or directory
doc/CMakeFiles/ps.dir/build.make:389: recipe for target 
'doc/laplacian-of-gaussian.pstex' failed
make[2]: *** [doc/laplacian-of-gaussian.pstex] Error 1

I've checked my dependencies against your list a few times, so if you
are able to build all the docs, it must something I'm doing wrong here.

Cheers,
Terry

-- 
You received this bug notification because you are a member of Hugin
Developers, 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-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1469349] [NEW] Default branch fails to build

2015-06-26 Thread tduell
Public bug reported:

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

** Affects: hugin
 Importance: Undecided
 Status: New

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

Title:
  Default branch fails to build

Status in Hugin - Panorama Tools GUI:
  New

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-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp