Ticket #6785 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Hide LoadLiveData & MonitorLiveData in the MantidPlot algorithm list

Reported by: Russell Taylor Owned by: Russell Taylor
Priority: minor Milestone: Release 2.5
Component: MantidPlot Keywords:
Cc: Blocked By:
Blocking: Tester: Dereck Kachere

Description

They should never be run directly, only via StartLiveData.

Also reclassify a few other algorithm categories (away from 'Algorithms' or 'General').

Change History

comment:1 Changed 8 years ago by Russell Taylor

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Russell Taylor

Re #6785. Hide all live data algorithm apart from StartLiveData.

As that's the only one that should be run directly (it calls the others).

Changeset: be9d1d61aea9d83cee670b87100230f77596cf86

comment:3 Changed 8 years ago by Russell Taylor

Re #6785. Fix compiler warning that had made it into master.

Just remove unused variable from the method signature. Also fix the spelling of the method name.

Changeset: 75ba2558c42559bd8071551232488a0a3f8d5979

comment:4 Changed 8 years ago by Russell Taylor

Re #6785. Move algorithms out of the General & Algorithms categories.

Changeset: a56301e9f71de465e08ebf6229525ae53b1c3d11

comment:5 Changed 8 years ago by Russell Taylor

Re #6785. Move a lonely algorithm.

And change its version from 2 to 1, since there was no 1.

Changeset: d3d746988fb5424a0f2dbdb9a9414ef5cfb3698c

comment:6 Changed 8 years ago by Russell Taylor

Re #6785. Create a category DataHandling\Isaw and move algorithms in.

Changeset: 3f5e7eae82c02e0d4b39bebfb59617c340ad6823

comment:7 Changed 8 years ago by Russell Taylor

Re #6785. Hide all live data algorithm apart from StartLiveData.

As that's the only one that should be run directly (it calls the others).

Changeset: be9d1d61aea9d83cee670b87100230f77596cf86

comment:8 Changed 8 years ago by Russell Taylor

Re #6785. Fix compiler warning that had made it into master.

Just remove unused variable from the method signature. Also fix the spelling of the method name.

Changeset: 75ba2558c42559bd8071551232488a0a3f8d5979

comment:9 Changed 8 years ago by Russell Taylor

Re #6785. Move algorithms out of the General & Algorithms categories.

Changeset: a56301e9f71de465e08ebf6229525ae53b1c3d11

comment:10 Changed 8 years ago by Russell Taylor

Re #6785. Move a lonely algorithm.

And change its version from 2 to 1, since there was no 1.

Changeset: d3d746988fb5424a0f2dbdb9a9414ef5cfb3698c

comment:11 Changed 8 years ago by Russell Taylor

Re #6785. Create a category DataHandling\Isaw and move algorithms in.

Changeset: 3f5e7eae82c02e0d4b39bebfb59617c340ad6823

comment:12 Changed 8 years ago by Russell Taylor

Merge branch 'feature/6785_hide_live_algorithms' into develop

Conflicts:

Code/Mantid/Framework/Crystal/src/IntegratePeakTimeSlices.cpp

Re #6785.

Changeset: a7c9999aab54a34ff0bcd11d054f10c360eaf12d

comment:13 Changed 8 years ago by Russell Taylor

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

The branch is feature/6785_hide_live_algorithms.

Testing: After building, just start up MantidPlot and observe that the algorithms are in the categories they should be (or are not visible). There should be no 'General' or 'Algorithms' categories.

comment:14 Changed 8 years ago by Dereck Kachere

  • Status changed from verify to verifying
  • Tester set to Dereck Kachere

comment:15 Changed 8 years ago by Dereck Kachere

  • Status changed from verifying to closed

On start-up in MantidPlot, there are no 'General' or 'Algorithms' categories.

comment:16 Changed 8 years ago by Russell Taylor

Re #6785. Hide all live data algorithm apart from StartLiveData.

As that's the only one that should be run directly (it calls the others).

Changeset: be9d1d61aea9d83cee670b87100230f77596cf86

comment:17 Changed 8 years ago by Russell Taylor

Re #6785. Fix compiler warning that had made it into master.

Just remove unused variable from the method signature. Also fix the spelling of the method name.

Changeset: 75ba2558c42559bd8071551232488a0a3f8d5979

comment:18 Changed 8 years ago by Russell Taylor

Re #6785. Move algorithms out of the General & Algorithms categories.

Changeset: a56301e9f71de465e08ebf6229525ae53b1c3d11

comment:19 Changed 8 years ago by Russell Taylor

Re #6785. Move a lonely algorithm.

And change its version from 2 to 1, since there was no 1.

Changeset: d3d746988fb5424a0f2dbdb9a9414ef5cfb3698c

comment:20 Changed 8 years ago by Russell Taylor

Re #6785. Create a category DataHandling\Isaw and move algorithms in.

Changeset: 3f5e7eae82c02e0d4b39bebfb59617c340ad6823

comment:21 Changed 8 years ago by Dereck Kachere

refs #6785 Avoids merge conflict

Changeset: 84b8829870cac7d08a000c35af4680c4c37dd482

comment:22 Changed 8 years ago by Dereck Kachere

refs #6785 Avoids merge conflict

Changeset: 84b8829870cac7d08a000c35af4680c4c37dd482

comment:23 Changed 8 years ago by Russell Taylor

Re #6785. Hide all live data algorithm apart from StartLiveData.

As that's the only one that should be run directly (it calls the others).

Changeset: be9d1d61aea9d83cee670b87100230f77596cf86

comment:24 Changed 8 years ago by Russell Taylor

Re #6785. Fix compiler warning that had made it into master.

Just remove unused variable from the method signature. Also fix the spelling of the method name.

Changeset: 75ba2558c42559bd8071551232488a0a3f8d5979

comment:25 Changed 8 years ago by Russell Taylor

Re #6785. Move algorithms out of the General & Algorithms categories.

Changeset: a56301e9f71de465e08ebf6229525ae53b1c3d11

comment:26 Changed 8 years ago by Russell Taylor

Re #6785. Move a lonely algorithm.

And change its version from 2 to 1, since there was no 1.

Changeset: d3d746988fb5424a0f2dbdb9a9414ef5cfb3698c

comment:27 Changed 8 years ago by Russell Taylor

Re #6785. Create a category DataHandling\Isaw and move algorithms in.

Changeset: 3f5e7eae82c02e0d4b39bebfb59617c340ad6823

comment:28 Changed 8 years ago by Dereck Kachere

refs #6785 Avoids merge conflict

Changeset: 84b8829870cac7d08a000c35af4680c4c37dd482

comment:29 Changed 7 years ago by Russell Taylor

Re #6785. Hide all live data algorithm apart from StartLiveData.

As that's the only one that should be run directly (it calls the others).

Changeset: be9d1d61aea9d83cee670b87100230f77596cf86

comment:30 Changed 7 years ago by Russell Taylor

Re #6785. Fix compiler warning that had made it into master.

Just remove unused variable from the method signature. Also fix the spelling of the method name.

Changeset: 75ba2558c42559bd8071551232488a0a3f8d5979

comment:31 Changed 7 years ago by Russell Taylor

Re #6785. Move algorithms out of the General & Algorithms categories.

Changeset: a56301e9f71de465e08ebf6229525ae53b1c3d11

comment:32 Changed 7 years ago by Russell Taylor

Re #6785. Move a lonely algorithm.

And change its version from 2 to 1, since there was no 1.

Changeset: d3d746988fb5424a0f2dbdb9a9414ef5cfb3698c

comment:33 Changed 7 years ago by Russell Taylor

Re #6785. Create a category DataHandling\Isaw and move algorithms in.

Changeset: 3f5e7eae82c02e0d4b39bebfb59617c340ad6823

comment:34 Changed 7 years ago by Dereck Kachere

refs #6785 Avoids merge conflict

Changeset: 84b8829870cac7d08a000c35af4680c4c37dd482

comment:35 Changed 7 years ago by Russell Taylor

Re #6785. Hide all live data algorithm apart from StartLiveData.

As that's the only one that should be run directly (it calls the others).

Changeset: be9d1d61aea9d83cee670b87100230f77596cf86

comment:36 Changed 7 years ago by Russell Taylor

Re #6785. Fix compiler warning that had made it into master.

Just remove unused variable from the method signature. Also fix the spelling of the method name.

Changeset: 75ba2558c42559bd8071551232488a0a3f8d5979

comment:37 Changed 7 years ago by Russell Taylor

Re #6785. Move algorithms out of the General & Algorithms categories.

Changeset: a56301e9f71de465e08ebf6229525ae53b1c3d11

comment:38 Changed 7 years ago by Russell Taylor

Re #6785. Move a lonely algorithm.

And change its version from 2 to 1, since there was no 1.

Changeset: d3d746988fb5424a0f2dbdb9a9414ef5cfb3698c

comment:39 Changed 7 years ago by Russell Taylor

Re #6785. Create a category DataHandling\Isaw and move algorithms in.

Changeset: 3f5e7eae82c02e0d4b39bebfb59617c340ad6823

comment:40 Changed 7 years ago by Dereck Kachere

refs #6785 Avoids merge conflict

Changeset: 84b8829870cac7d08a000c35af4680c4c37dd482

comment:41 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7631

Note: See TracTickets for help on using tickets.