Ticket #6788 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Expose more instrument view functionality to Python

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: blocker Milestone: Release 2.5
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Roman Tolchenov

Description (last modified by Roman Tolchenov) (diff)


Change History

comment:1 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:2 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:3 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:4 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:5 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:6 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:7 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:8 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:9 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:10 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:11 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:12 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:13 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:14 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:15 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:16 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:17 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:18 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:19 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:20 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:21 Changed 7 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:22 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:23 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:24 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:25 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:26 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:27 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:28 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:29 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:30 Changed 7 years ago by Martyn Gigg

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

Branch: feature/6788_inst_view_scripting

Tester: There are instructions alongside the description of the interface, please try and follow them: http://www.mantidproject.org/MantidPlot:_Instrument_View

comment:31 Changed 7 years ago by Roman Tolchenov

  • Status changed from verify to verifying
  • Tester set to Roman Tolchenov

comment:32 Changed 7 years ago by Roman Tolchenov

  • Status changed from verifying to reopened
  • Resolution fixed deleted
  • Description modified (diff)

comment:33 Changed 7 years ago by Roman Tolchenov

  • Description modified (diff)

flipUnwrappedView doesn't change the checkbox.

comment:34 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:35 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:36 Changed 7 years ago by Martyn Gigg

  • Status changed from reopened to accepted

comment:37 Changed 7 years ago by Martyn Gigg

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

comment:38 Changed 7 years ago by Roman Tolchenov

  • Status changed from verify to verifying

comment:39 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:40 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:41 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:42 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:43 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:44 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:45 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:46 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:47 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:48 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:49 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:50 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:51 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:52 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:53 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:54 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:55 Changed 7 years ago by Roman Tolchenov

  • Status changed from verifying to closed

comment:56 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:57 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:58 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:59 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:60 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:61 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:62 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:63 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:64 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:65 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:66 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:67 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:68 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:69 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:70 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:71 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:72 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:73 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:74 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:75 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:76 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:77 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:78 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:79 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:80 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:81 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:82 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:83 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:84 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:85 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:86 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:87 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:88 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:89 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:90 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:91 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:92 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:93 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:94 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:95 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:96 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:97 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:98 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:99 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:100 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:101 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:102 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:103 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:104 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:105 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:106 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:107 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:108 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:109 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:110 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:111 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:112 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:113 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:114 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:115 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:116 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:117 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:118 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:119 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:120 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:121 Changed 7 years ago by Martyn Gigg

Make GraphOptions available in MantidPlot global namespace. Refs #6788

Changeset: 0826cdabb245424cf0b5a883bf4f8a8b51c46e3f

comment:122 Changed 7 years ago by Martyn Gigg

Allow access to each instrument view tab from Python. Refs #6788

Changeset: 2617dd7df7d524a13dae4509c9e19c391fc3183d

comment:123 Changed 7 years ago by Martyn Gigg

Proxy the instrument window tabs in Python

As with the other C++ objects we need to ensure that accessing their references after they have been deleted does not cause a crash. Refs #6788

Changeset: ca7beae9aa6ea365fc064c08fd9ecfab234c0f96

comment:124 Changed 7 years ago by Martyn Gigg

Exporting render tab range options. Refs #6788

Changeset: 9f4e53aa76503ff123b76f0540ba0842febf7cf5

comment:125 Changed 7 years ago by Martyn Gigg

Export more rendering options. Refs #6788

Changeset: 1e707841308504a4fb7d9396781571d54e4037d4

comment:126 Changed 7 years ago by Martyn Gigg

Sync the render style combo box & current view when view mode is

changed from script. Refs #6788

Changeset: dc609303a24270b1356a22f0312798f1155b5f73

comment:127 Changed 7 years ago by Martyn Gigg

Deprecated old instrument window functions. Refs #6788

Changeset: 20ec50943b65444eecda1c679a38d1e8fe8d2932

comment:128 Changed 7 years ago by Martyn Gigg

Use enumerations for tabs and surface types in Python. Refs #6788

Changeset: 186b4363b310e5266a7de724b908a710b25ba9f4

comment:129 Changed 7 years ago by Martyn Gigg

Allow peak overlays from Python. Refs #6788

Changeset: 15a762b7e1d94062c68c1d12a0f1b4e9dd368082

comment:130 Changed 7 years ago by Martyn Gigg

Add docstrings to new methods. Refs #6788

Changeset: 3b704efe42de84297aafcf959ad4e0d8101b7355

comment:131 Changed 7 years ago by Martyn Gigg

saveImage & enableGL options exported to Python. Refs #6788

Changeset: 9778be2259104e1e7852187ff85f05083c273476

comment:132 Changed 7 years ago by Martyn Gigg

Allow pick tool selection from Python. Refs #6788

Changeset: 2a1004543ebb632baf111535efd129173b2e45f7

comment:133 Changed 7 years ago by Martyn Gigg

Use enumerations for default tab in getInstrumentView. Refs #6788

Changeset: 6283b6fdc692911378d6cd4590d128104f94240a

comment:134 Changed 7 years ago by Martyn Gigg

Allow mask tool selection from Python. Refs #6788

Changeset: 422ea399c627a8391729d42bf2d4842d291b182b

comment:135 Changed 7 years ago by Martyn Gigg

Sync flip unwrapped view checkbox with Python command. Refs #6788

Changeset: de78e25a16596204eb54514525339108014c0438

comment:136 Changed 7 years ago by Roman Tolchenov

Merge remote-tracking branch 'origin/feature/6788_inst_view_scripting'. Re #6788

Conflicts:

Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp

Changeset: f9c11fad163a5e1adda7d110f9085bc0613be1a1

comment:137 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7634

Note: See TracTickets for help on using tickets.