MantisBT - ParaView
View Issue Details
0014368ParaView(No Category)public2013-10-28 19:022014-01-11 08:39
Ken Moreland 
Dan Lipsa 
normalminorhave not tried
closedfixed 
git-master 
4.1 
Sandia
14368-toolbar
incorrect functionality
0014368: Hide toolbar buttons in View bars
We have recently added many buttons to the bar above 3D views. The row of buttons is set up so that each view must be at least wide enough to display all of the buttons. This causes problems with the multiview feature because the icons limit how the view can be resized.

The toolbar above the view should be have the same as the main toolbars in that if there is not enough room some of the buttons should be hidden. If you make the main window too large to accommodate all the toolbar buttons in a particular row, some buttons will be hidden and a small icon (on my Mac a >> double chevron) will appear that can be clicked to bring up a pop-up menu of the hidden icons. The toolbar over the view should behave similarly.
No tags attached.
Issue History
2013-10-28 19:02Ken MorelandNew Issue
2013-11-26 13:38Utkarsh AyachitProjectTBD => Sandia
2013-11-26 13:38Utkarsh AyachitAssigned To => Dan Lipsa
2013-12-13 16:45Dan LipsaStatusbacklog => active development
2013-12-26 11:51Utkarsh AyachitTopic Name => 14368-toolbar
2013-12-26 11:51Utkarsh AyachitNote Added: 0032074
2013-12-26 11:51Utkarsh AyachitStatusactive development => gatekeeper review
2013-12-26 11:51Utkarsh AyachitFixed in Version => git-next
2013-12-26 11:51Utkarsh AyachitResolutionopen => fixed
2013-12-30 10:37Utkarsh AyachitFixed in Versiongit-next => git-master
2013-12-30 10:38Utkarsh AyachitStatusgatekeeper review => customer review
2013-12-30 10:38Utkarsh AyachitNote Added: 0032084
2014-01-07 17:41Alan ScottNote Added: 0032144
2014-01-07 17:41Alan ScottStatuscustomer review => closed
2014-01-11 08:39Utkarsh AyachitFixed in Versiongit-master => 4.1

Notes
(0032074)
Utkarsh Ayachit   
2013-12-26 11:51   
commit 2be288f4a22d06079f7335eb6f671220082648b6
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Wed Dec 18 16:43:48 2013 -0500

    Allow a title bar to be resized smaller than its width.

    If a title bar becomes smaller than its width (the sum of widths of all its
    icons) use an extension button to show hidden buttons.
    Note that the title bar is as small as before but there is some space
    between the title bar and the extension menu (when that appears).
    It seems this is because the tool bar wants to be a certain size.

    Change-Id: I53a019505937462c8aba20edb5c17df720a19e9e
(0032084)
Utkarsh Ayachit   
2013-12-30 10:38   
Topics merged into master:
        0014452_fix_animation_in_python
        14368-toolbar
        14383-manual-tfer-function-control-points
(VTK) 14486_enable_particlepaths_optimizations
        14488-fix-mpi-dependent-proxies
        14491-fix-matplotlib-buffer-object-access
        pv-collaboration-widget-state
(VTK) pvweb-extend-protocol-list
        pvweb-fix-ipython-doc
(VTK) remove_sesame_reader
(0032144)
Alan Scott   
2014-01-07 17:41   
That's really super! Nice job!

Tested local server, master, Linux.