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.4.0

AreaDescriptionNotes
Triggers

New feature: the Triggers tab in the info panel now contains a new view showing the dependencies between nodes in a graph layout. The algorithm to generate the graph is the same that was used in ecflowview. The type of the connections between the nodes/attributes are indicated by the line colours. The possible connector types are as follows:

  • direct trigger (black)
  • trigger via dependency (blue)
  • parent child relationship (red)

The line colours and some other properties can be changed from Tools → Preferences → Appearance → Triggers:





ecflowui-trigger-graph-preview.pngImage Added

Image Added
Tree view Improvement: allows moving suites within the same server using the plug command in the context menu (implemented via Special → Mark for move and Special→ Move marked node here ). The moved suite is inserted before the target one.
Startup


Note

ecFlowUI 5 uses a different config directory to ecFlowUI 4. If this directory does not exist it is automatically created using the contents of an existing ecflowUI 4 configuration.

From this version on the session description is not copied over from version 4. As a result ecflowUI will start afresh showing an empty tree on first start up.


Output logFix: fixed an issue when the env variable HTTP_PROXY was mistakenly used in getting the output log from a log server
Triggers
Fix: fixed an issue when the trigger view did not show some limits with relative paths

Updates for version 5.3.1

AreaDescription
Servers

Fix: fixed an issue when loading an unavailable server caused a crash

Manage servers dialogue
Fix: fixed an issue when after changing a server host or port the server became unavailable on next load (the port number was incorrectly set as the remote user id and this blocked the communication).

Updates for version 5.3.0

AreaDescriptionNotes
Attributes

New feature: autorestore, autoarchive, autocancel and queue attributes can now be:

  • visible in the tree view
  • listed in the Info tab in the info panel


Image Added

Statusbar clock

Fix: fixed an issue when the clock in the statusbar could not be hidden


Updates for version 5.2.3

AreaDescription
Startup


Note

From this version ecFlowUI will use a different config directory to enable the clear separation of ecFlow4 and ecflow5 related settings!

In the pre-5.2.3 versions the config settings were stored by default in

${HOME}/.ecflow_ui

From this version on the setting will be stored in

${HOME}/.ecflow_ui_v5

If this directory does not exist yet and we start ecFlowUI without the -confd option a new config directory will be created by copying the contents of the old config directory.


...