From 87a199d6cb8784c486d8c2ef4d3e1cf8127a6d50 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 5 May 2016 11:23:19 -0700 Subject: [PATCH] DOC: add whats_new for qt configuration editor. --- doc/users/whats_new/2016-04_qt_config-AL.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/users/whats_new/2016-04_qt_config-AL.rst diff --git a/doc/users/whats_new/2016-04_qt_config-AL.rst b/doc/users/whats_new/2016-04_qt_config-AL.rst new file mode 100644 index 000000000000..434ec43c7cda --- /dev/null +++ b/doc/users/whats_new/2016-04_qt_config-AL.rst @@ -0,0 +1,14 @@ +Improvements for the Qt figure options editor +--------------------------------------------- + +Various usability improvements were implemented for the Qt figure options +editor, among which: +- Line style entries are now sorted without duplicates. +- The colormap and normalization limits can now be set for images. +- Line edits for floating values now display only as many digits as necessary + to avoid precision loss. An important bug was also fixed regarding input + validation using Qt5 and a locale where the decimal separator is ",". +- The axes selector now uses shorter, more user-friendly names for axes, and + does not crash if there are no axes. +- Line and image entries using the default labels ("_lineX", "_imageX") are now + sorted numerically even when there are more than 10 entries.