Skip to content

Introduce Chart Default Settings

Add AllowRestoreDefaults to pqScalarValueListPropertyWidget

A new hint has been added to pqScalarValueListPropertyWidget, AllowRestoreDefaults. When this hint is added, a new tool button let user reset a the property to default values.

Miscellaneous Settings reorganisation

For clarity sake, some settings in the Miscellaneous tab have been splitted in two, IO and Represented Array.

There is 2 main logical parts in the former "Miscellaneous" setting :

  • first one is about how to handle available data attributes (which one to process, which one to ignore, etc)
  • 2nde one is about how to handle IO (settings for the open file dialog, settings for default readers, etc)

This 2 parts are now splitted.

Add chart related settings

New settings have been added in the Represented Attributes tab, ChartsDefaultXAxis and ChartsHiddenAttributes With ChartsDefaultXAxis, it is now possible to change the default X axis to use in chart representation instead of relying on the static list of default X axis. With ChartsHiddenAttributes, it is now possible to specify regex to not display by default in charts.

image

Fix

  • A small bug regarding how non-repeated property reset to default has been fix
Edited by Mathieu Westphal (Kitware)

Merge request reports