Gerry wrote
> thought that code that was known to break things wasn't going to be
> merged into trunk until it works first. Perhaps you were being
> sarcastic
There are some bugs regarding the layout mode already in the bug
tracker.
At least the bug
http://sourceforge.net/tracker/?func=detail&aid=2869480&group_id=77506&atid=550441
is a showstopper for windows. It is not possible to start a new
panorama project in the layout branch. I can only load existing
projects and working with it.
> I think it is the right direction. I know it is wxwidgets problem,
> but it isn't obvious that the first button changes the 'mode' and
> rearranges the rest of the buttons, what if it was a series of tabs
> along the top? so you could see what the other 'modes' are before
> selecting them.
>
Thanks for feedback. I uploaded an updated version of the patch which
uses tabs to the patch tracker (https://sourceforge.net/tracker/?
func=detail&aid=2914002&group_id=77506&atid=550443).
Please give it a try.
I could also add small images to the tabs.
Thomas
Great, I put some screenshots here so others can comment:
http://www.flickr.com/photos/36383814@N00/4193726620/
http://www.flickr.com/photos/36383814@N00/4193726634/
http://www.flickr.com/photos/36383814@N00/4193726636/
Some ideas:
The tab bar eats up some screenspace, but actually it can be used to
free up some more, the 'Projection' box can be its own tab, and the
'Blend mode' and 'EV' functions can move to the 'Preview' tab (not
sure about this name though).
The Centre, Fit, Autocrop and Straighten buttons don't need to be on
the 'Preview' tab.
The Field of View text entry boxes can now be moved from the
Stitcher tab to the 'Drag' tab. I'd also move the field of view
sliders to this tab and free up even more space.
Similarly the Crop text entry boxes can be moved from the Stitcher
tab to the 'Crop' tab
When the layout mode is merged, this can have a tab too.
>I could also add small images to the tabs.
Good idea.
--
Bruno
> Some ideas:
>
> The tab bar eats up some screenspace, but actually it can be used to
> free up some more, the 'Projection' box can be its own tab, and the
> 'Blend mode' and 'EV' functions can move to the 'Preview' tab (not
> sure about this name though).
>
> The Centre, Fit, Autocrop and Straighten buttons don't need to be on
> the 'Preview' tab.
>
> The Field of View text entry boxes can now be moved from the
> Stitcher tab to the 'Drag' tab. I'd also move the field of view
> sliders to this tab and free up even more space.
>
> Similarly the Crop text entry boxes can be moved from the Stitcher
> tab to the 'Crop' tab
>
> When the layout mode is merged, this can have a tab too.
>
I will try it at the weekend.
Some more question: what's about the advanced parameters of some
projections? Currently they show up beside the projection box. When
the projection is moved inside the tab, should these parameters also
move in the same box? Or should the stay at the bottom?
Thomas
http:/groups.google.com/group/hugin-ptx/web/screen.JPG
Cheers
> --
> You received this message because you are subscribed to the Google Groups
> "hugin and other free panoramic software" group.
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> To post to this group, send email to hugi...@googlegroups.com
> To unsubscribe from this group, send email to
> hugin-ptx+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/hugin-ptx
>
>
--
View this message in context: http://old.nabble.com/Some-programming-tasks...-tp26690840p26840676.html
It can move too. It would be great to move everything from the
bottom to free the space for an expanded preview canvas.
--
Bruno
I uploaded a modified version of the toolbar patch to
https://sourceforge.net/tracker/?func=detail&aid=2914002&group_id=77506&atid=550443.
I moved most of the controls into the tab bar. I have not found a good
position for the fov slider in the tab. They become too small to allow
a fine selection of the fov. So they remain at the usual position.
The archive contains the patch file and 3 images which should be
copied into src/hugin1/hugin/xrc/data
Thomas
I think this clicking tabs is a very natural way to change the
modes, some more screenshots here:
http://www.flickr.com/photos/36383814@N00/4197750405/
http://www.flickr.com/photos/36383814@N00/4197750407/
http://www.flickr.com/photos/36383814@N00/4197750413/
http://www.flickr.com/photos/36383814@N00/4197750415/
It certainly frees a lot of screen space for a larger preview
canvas.
--
Bruno
The labels are there on Linux, so this is probably some wxwidgets
quirk.
>See screenshots here:
><http://panorama.dyndns.org/hugin_tmp/1-preview.png>
><http://panorama.dyndns.org/hugin_tmp/2-projection.png>
><http://panorama.dyndns.org/hugin_tmp/3-move_drag.png>
><http://panorama.dyndns.org/hugin_tmp/4-crop.png>
>
><http://panorama.dyndns.org/hugin_tmp/5-first_image.png>
>
>Another remark: The move/drag tab should be the second tab IMO.
Maybe it should be first. This sure to change, e.g. the layout mode
would be another tab, as would the 'old' preview.
Though I don't see this as a workflow that you would step through,
the tabs each give you a different 'view' or way of interacting with
the panorama, and there is space for more.
--
Bruno
> The labels are there on Linux, so this is probably some wxwidgets
> quirk.
>
I tried with Harrys help to overcome this problem. But there seems
some limitiation of the wxToolBar implementation on wxMac.
Therefore I redesigned the patch. The most changes are internal. There
are only some little changes in the GUI. This version works fine on
mac. The current version can found at
https://sourceforge.net/tracker/?func=detail&aid=2914002&group_id=77506&atid=550443.
It needs also the small png from the 7z archive of the previous
version.
So please test the patch against the 2010.0 branch. When it works, I
will commit it to branch and port it to the trunk.
Thomas
I think it is a huge improvement over the old new Preview without
tabs.
..and it finally makes the preview very usable with the 800x640
screen on the Asus Eee:
http://www.flickr.com/photos/36383814@N00/4236993228/
http://www.flickr.com/photos/36383814@N00/4236993230/
http://www.flickr.com/photos/36383814@N00/4236993234/
http://www.flickr.com/photos/36383814@N00/4236993236/
--
Bruno
> I think it is a huge improvement over the old new Preview without
> tabs.
>
I commit the patch to branch 2010.0 and also to trunk. The layout mode
has its own tab. So further functions can be easily added to the
toolbar.
Thomas