MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011623 | ParaView | Bug | public | 2010-12-17 15:51 | 2012-02-20 10:28 |
|
| Reporter | Alan Scott | |
| Assigned To | Marcus D. Hanwell | |
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.14 | |
| Project | Sandia |
| Topic Name | |
| Type | incorrect functionality |
|
| Summary | 0011623: 2d charts - view settings - chart legend location and flow have no effect. |
| Description | Local server, Windows client, trunk.
disk_out_ref.exo, plot over line.
View options/view settings (both names are found different places, but that is another bug).
General/ Color legend. Location and flow have no effect. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2010-12-17 15:51 | Alan Scott | New Issue | |
| 2011-02-18 12:52 | Alan Scott | Note Added: 0025475 | |
| 2011-02-18 12:52 | Alan Scott | Priority | normal => high |
| 2011-02-18 12:52 | Alan Scott | Target Version | 4.0 => 3.10.1 |
| 2011-03-31 11:24 | Utkarsh Ayachit | Target Version | 3.10.1 => 3.12 |
| 2011-04-01 10:59 | Utkarsh Ayachit | Note Added: 0026017 | |
| 2011-04-01 10:59 | Utkarsh Ayachit | Assigned To | => Marcus D. Hanwell |
| 2011-04-01 10:59 | Utkarsh Ayachit | Status | backlog => tabled |
| 2011-04-01 10:59 | Utkarsh Ayachit | Note Added: 0026018 | |
| 2011-04-01 10:59 | Utkarsh Ayachit | Note Edited: 0026018 | bug_revision_view_page.php?bugnote_id=26018#r277 |
| 2011-05-02 14:59 | Marcus D. Hanwell | Note Added: 0026388 | |
| 2011-05-06 13:28 | Marcus D. Hanwell | Note Added: 0026450 | |
| 2011-07-04 14:16 | Marcus D. Hanwell | Note Added: 0026951 | |
| 2011-07-04 14:16 | Marcus D. Hanwell | Status | backlog => todo |
| 2011-07-04 14:17 | Marcus D. Hanwell | Note Added: 0026952 | |
| 2011-07-04 14:17 | Marcus D. Hanwell | Status | todo => active development |
| 2011-07-04 14:17 | Marcus D. Hanwell | Note Added: 0026953 | |
| 2011-07-04 14:17 | Marcus D. Hanwell | Status | active development => gatekeeper review |
| 2011-07-04 14:17 | Marcus D. Hanwell | Fixed in Version | => Development |
| 2011-07-04 14:17 | Marcus D. Hanwell | Resolution | open => fixed |
| 2011-07-08 14:16 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-07-08 14:16 | Utkarsh Ayachit | Project | => Sandia |
| 2011-07-08 14:16 | Utkarsh Ayachit | Type | => incorrect functionality |
| 2011-07-19 15:29 | Alan Scott | Note Added: 0027020 | |
| 2011-07-19 15:29 | Alan Scott | Status | customer review => todo |
| 2012-02-13 15:21 | Marcus D. Hanwell | Note Added: 0028258 | |
| 2012-02-13 15:21 | Marcus D. Hanwell | Status | todo => gatekeeper review |
| 2012-02-17 12:22 | Utkarsh Ayachit | Fixed in Version | Development => git-master |
| 2012-02-17 12:22 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2012-02-17 12:22 | Utkarsh Ayachit | Note Added: 0028276 | |
| 2012-02-17 23:37 | Alan Scott | Note Added: 0028298 | |
| 2012-02-17 23:37 | Alan Scott | Status | customer review => closed |
| 2012-02-20 10:28 | Utkarsh Ayachit | Fixed in Version | git-master => 3.14 |
|
Notes |
|
|
(0025475)
|
|
Alan Scott
|
|
2011-02-18 12:52
|
|
|
Changing priority, since this is becoming important. |
|
|
|
(0026017)
|
|
Utkarsh Ayachit
|
|
2011-04-01 10:59
|
|
|
Need API on vtkChartLegend to respect alignment. Right now it seems like the vtkChartLegend does not look at the HorizontalAlignment/VerticalAlignment ivar at all. |
|
|
|
(0026018)
|
|
Utkarsh Ayachit
|
|
2011-04-01 10:59
|
|
Marcus, once you fix the vtkChartLegend, I can fix the ParaView code.
|
|
|
|
(0026388)
|
|
Marcus D. Hanwell
|
|
2011-05-02 14:59
|
|
|
Commit 88a1f69 hooks up the chart options GUI to a new chart property. One thing left to go - change the combo when mouse interactions cause the legend location to become custom (rather than left, right, etc). |
|
|
|
(0026450)
|
|
Marcus D. Hanwell
|
|
2011-05-06 13:28
|
|
|
Utkarsh, all of the chart code and ParaView UI is in master now. You may need a new event to be invoked when the legend moves to a custom location, in order to change the location to custom in the ParaView Qt dialog. Default is back to top-right inline, but there are now eight possible locations for the legend in addition to dragging it around. |
|
|
|
(0026951)
|
|
Marcus D. Hanwell
|
|
2011-07-04 14:16
|
|
|
This is in ParaView master already. |
|
|
|
(0026952)
|
|
Marcus D. Hanwell
|
|
2011-07-04 14:17
|
|
|
I think this was put in the wrong category. |
|
|
|
(0026953)
|
|
Marcus D. Hanwell
|
|
2011-07-04 14:17
|
|
|
This was in master in May... |
|
|
|
(0027020)
|
|
Alan Scott
|
|
2011-07-19 15:29
|
|
Very good, but one minor bug (and seems to be related to this bug, so I will keep it here):
Do as listed below.
Chart Title - Color - change to something else. OK. Apply. It won't change.
Set Font - Bold. OK. Apply. Note that the color will now change. We have missed some type of an update event or something. |
|
|
|
(0028258)
|
|
Marcus D. Hanwell
|
|
2012-02-13 15:21
|
|
|
I missed this getting bounced back to me, but testing this locally it works. I can change the color to orange, hit update and the title is rendered in orange. It would be good to get a test up to verify all of these little configuration options work at some point. |
|
|
|
(0028276)
|
|
Utkarsh Ayachit
|
|
2012-02-17 12:22
|
|
|
Merged into git-master, if applicable. |
|
|
|
(0028298)
|
|
Alan Scott
|
|
2012-02-17 23:37
|
|
Looks nice!
Tested local server, windows, master. |
|