From ba16baa2d62ea617b32701766f8444ac8bd12862 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 26 Jun 2014 20:52:36 -0400 Subject: [PATCH 1/2] DOC : added whats_new entry for Qt5 backend --- doc/users/whats_new.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 3683b1b23b48..28e8108d40cf 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -276,9 +276,17 @@ users test out this new feature. Backends -------- +Qt5 backend +``````````` +Martin Fitzpatrick and Tom Badran implemented a Qt5 backend. The differences +in namespace location between Qt4 and Qt5 was dealt with by shimming +Qt4 to look like Qt5, thus the Qt5 implementation is primary implementation. +Backwards compatibility for Qt4 is maintained by wrapping the Qt5 implementation. + +The Qt5Agg backend currently does not work with IPython's %matplotlib magic. Qt4 backend -`````````````` +``````````` Rudolf Höfler changed the appearance of the subplottool. All sliders are vertically arranged now, buttons for tight layout and reset were added. Furthermore, the the subplottool is now implemented as a modal From 2e4670319e2d8551a44a9f99567422b52577cb2b Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 6 Jul 2014 13:03:49 -0400 Subject: [PATCH 2/2] DOC : fixed grammer --- doc/users/whats_new.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 28e8108d40cf..9ad8f12dbcb4 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -279,8 +279,8 @@ Backends Qt5 backend ``````````` Martin Fitzpatrick and Tom Badran implemented a Qt5 backend. The differences -in namespace location between Qt4 and Qt5 was dealt with by shimming -Qt4 to look like Qt5, thus the Qt5 implementation is primary implementation. +in namespace locations between Qt4 and Qt5 was dealt with by shimming +Qt4 to look like Qt5, thus the Qt5 implementation is the primary implementation. Backwards compatibility for Qt4 is maintained by wrapping the Qt5 implementation. The Qt5Agg backend currently does not work with IPython's %matplotlib magic.