| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0006728 | ParaView | (No Category) | public | 2008-04-07 10:52 | 2009-05-13 13:59 | ||||
| Reporter | Filip Sadlo | ||||||||
| Assigned To | Clinton Stimpson | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | 3.4 | Fixed in Version | 3.4 | ||||||
| Summary | 0006728: Tooltips for object inspector | ||||||||
| Description | Qt tooltips for e.g. filter plugin widgets did nicely work in ParaView2 but don't work anymore in ParaView3. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | ||||||
|
||||||
| Relationships |
| Notes | |
|
(0011266) Ken Moreland (manager) 2008-04-10 18:07 |
Please clarify this request. I do not understand it. ParaView 2 did not use Qt and had a very different concept of what we now call a plugin. Tooltips work fine in ParaView 3. Are you talking about the description in the status bar that would elaborate on highlighted menu items? |
|
(0011268) Filip Sadlo (reporter) 2008-04-11 10:15 |
In ParaView2, one could define the "help" tag in the XML file e.g.: <LabeledToggle ... help="Divide the field by wall distance."/> Then, when the user moved the mouse over the widget or its label, this help text was displayed in a small yellowish box at that position. As far as I understood, in ParaView3.2.1 (with plugins), the xxx_Client.xml file does not offer this functionality anymore, I use almost empty files, e.g.: <ParaViewFilters> <Category name="Univiz" menu_label="&Univiz"> <Filter name="FlowTopo" /> </Category> <Filter name="FlowTopo" /> </ParaViewFilters> And setting the "help" tag in the xxx_Server.xml file does have no effect. Consistently, in ParaView3.2.1 the help messages for existing filters (not only those I add) are not displayed anymore when I move the mouse over it, e.g. the Threshold filter. |
|
(0011278) Ken Moreland (manager) 2008-04-14 12:54 |
The ability to add description text to each parameter (widget) is already available in the server manager code through <Documentation> tags. See ParaView3/Servers/ServerManager/filters.xml for numerous examples. The tooltips in the object inspector is not available. I am assuming that it will be straightforward to implement them as bug 0004130 is being implemented. If that is not the case, we may need to postpone this request. |
|
(0011376) Clinton Stimpson (developer) 2008-04-15 18:17 |
Tooltips are shown now. /cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyPanel.cxx,v <-- pqProxyPanel.cxx new revision: 1.17; previous revision: 1.16 /cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyPanel.h,v <-- pqProxyPanel.h new revision: 1.13; previous revision: 1.12 |
|
(0011380) Alan Scott (manager) 2008-04-15 18:53 |
As per clinton, fixed. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-04-07 10:52 | Filip Sadlo | New Issue | |
| 2008-04-10 18:07 | Ken Moreland | Note Added: 0011266 | |
| 2008-04-11 10:15 | Filip Sadlo | Note Added: 0011268 | |
| 2008-04-14 12:51 | Ken Moreland | Category | Development => 3.4 |
| 2008-04-14 12:51 | Ken Moreland | Summary | Tooltips for ParaView3 => Tooltips for object inspector |
| 2008-04-14 12:51 | Ken Moreland | Relationship added | related to 0004130 |
| 2008-04-14 12:54 | Ken Moreland | Note Added: 0011278 | |
| 2008-04-14 12:54 | Ken Moreland | Status | backlog => tabled |
| 2008-04-14 12:54 | Ken Moreland | Assigned To | => Clinton Stimpson |
| 2008-04-15 18:17 | Clinton Stimpson | Status | tabled => @80@ |
| 2008-04-15 18:17 | Clinton Stimpson | Resolution | open => fixed |
| 2008-04-15 18:17 | Clinton Stimpson | Note Added: 0011376 | |
| 2008-04-15 18:53 | Alan Scott | Status | @80@ => closed |
| 2008-04-15 18:53 | Alan Scott | Note Added: 0011380 | |
| 2009-05-13 13:58 | Utkarsh Ayachit | Target Version | => 3.4 |
| 2009-05-13 13:59 | Utkarsh Ayachit | Fixed in Version | => 3.4 |
| 2011-06-16 13:10 | Zack Galbreath | Category | => (No Category) |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |