Ticket #2892 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Improve display of PyQt interface names in MantidPlot menu

Reported by: Russell Taylor Owned by:
Priority: trivial Milestone: Iteration 29
Component: MantidPlot Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Reuter

Description

The C++ interface names have been changed to have spaces, but the name displayed for PyQt interfaces is based off the file name.

One suggestion is to change an "_" into a space. This is a single line of code, but you then have the issue that the old name is also in the menu, coming from somewhere else. Having spaces in the filename is not an acceptable solution!

The name "HFIR_Reduction" should also be changed to something more specific.

Change History

comment:1 Changed 9 years ago by Mathieu Doucet

(In [11304]) Replace underscore by spaces in the menu name. Re #2892

comment:2 Changed 9 years ago by Mathieu Doucet

  • Status changed from new to verify
  • Resolution set to fixed

(In [11305]) Changed the name of the HFIR_Reduction menu item to ORNL SANS. Fixes #2892

comment:3 Changed 9 years ago by Mathieu Doucet

(In [11340]) Changed the name of the HFIR_Reduction menu item to ORNL SANS. Re #2892

comment:4 Changed 9 years ago by Mathieu Doucet

(In [11368]) Remove old HFIR reduction script. Re #2892

comment:5 Changed 9 years ago by Michael Reuter

  • Status changed from verify to verifying
  • Tester set to Michael Reuter

comment:6 Changed 9 years ago by Michael Reuter

  • Status changed from verifying to closed

The requested changes look like they've been implemented correctly.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3739

Note: See TracTickets for help on using tickets.