Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

We recommend that you 'Watch' this page in order to receive e-mail notifications when it is updated.

Updates for version 5.7.0

AreaDescriptionNotes
Startup

New feature: the ecflow_ui command now allows to use the -cmd option to specify a command that the executable (ecflow_ui.x) should be started through. E.g.

Code Block
ecflow_ui -cmd proxychains4

will invoke the executable as

Code Block
proxychains4 ecflow_ui.x



Search dialogue

New feature: The internal widget type of the Search dialogue was changed (technically it was converted from a QDialog to a QMainWindow) so that users can minimise/maximise it. This conversion causes a change in behaviour:

  • when the parent ecFlowUI window is minimised/maximized the Search dialogue does not follow it (since it is now not a QDialog any more)
  • pressing enter still invokes the search but the search button is not highlighted any longer (this is only available in a QDialog)

Trigger graph

New feature: double-click on a node in the trigger graph looks up the node in the tree view


Node Context Menu

New feature:  the Clear threshold flag action was added to the node context menu. Can be accessed on tasks as:

Special -> Clear threshold flag


Node Context Menu

New feature:   the Clear restored flag action was added to the node context menu. Can be accessed on restored nodes as:

Special -> Clear restored flag


Search dialogueNew feature: the archived, restoredno_script and threshold (=slow job creation) flags were added to the flags option the Search dialogue.

Session manager
New feature: the list shown in the session manager is now sortable

Shell command historyFix: fixed an issue when the shell command history popped up even when it was disabled in the Preferences

Updates for version 5.6.0

AreaDescriptionNotes
Server Load

New feature: the Server load tab has been redesigned and the log file fetching mechanism works in the same way as in the Timeline tab (documentation is available here).

Please note that at the same time the standalone Server load viewer was removed from ecFlowUI.


Timeline

New feature: added combo box to the duration view mode in the Timeline panel to control what duration is actually shown. There are these two options now:

  • First duration in period (valid for the first submitted and active duration pair in the currently selected period) 
  • Mean duration (valid for the whole log period)

Please note that Mean duration is a newly added option.

Image Modified

TimelineNew feature: the dialogue showing the task details now opens up in non-blocking mode
Node Context MenuNew feature: the Set complete and Set aborted actions are now available on suspended nodes
Search

Fix: fixed an issue when selecting an item in the search result view caused a crash


Output logFix: fixed an issue when the text view in the output tab did not scroll automatically to relevant keywords (e.g. aborted)

Updates for version 5.5.2

...

AreaDescriptionNotes
Attribute search

New feature: the search dialogue was extended and is now also capable of finding attributes.

See Searching for nodes.

Image RemovedImage Added

Tabs

Improvement: the title of the tabs in the main interface is now automatically adjusted to the available space. When a lot of tabs are open it makes the navigation easier. The way the tab title is drawn has also been changed and the close button was removed from the current tab. To close a tab right-click on a tab and select "Close tab" from the menu. 

Tabs

New feature: to improve the tab navigation a new button () was added to the right edge of the main tab bar. By pressing it the list of the open tabs appears in a drop down menu with the current tab being highlighted in bold.

IconsNew feature: a new icon representing the "Killed" flag was added to the tree and table views.  This is OFF by default. This can be set from the Icons menu from the header of the tree view panel.
          
Tree viewFix: fixed issue where the tree was not expanded on node lookup
Tree viewFix: fixed issue where the default node status was incorrectly displayed in the node tooltip

Breadcrumbs

Fix: fixed issue where the server status was not updated in the breadcrumbs
Output panelImprovement: the column-width of the list of available output files are automatically adjusted to their contents when the output panel is first loaded.
Output panelImprovement: a failed text search will no longer put the cursor to the top of the output file
DocumentationNew page: Viewing and editing variables

...