From 95c12262151c25d911de549ff42a7597d8fab297 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 1 Apr 2018 15:13:46 +0000 Subject: [PATCH] Minor : update changelog git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5290 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e4bc72d8..343608d2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,11 +8,13 @@ * Element editor : element informations (manufacturer, reference etc...) can be created directly from the element editor. For that go to the widget "Element Property" * Element editor : it is no longer required to have a text field, for save the edited element. * Element editor : improve the behavior with the arrow keys (depending to the current selection : nothing / one / several). +* Element editor and diagram editor : context menu display only enabled actions * Fix crash occurred by the conductor and shape "ghost". * Dissociate fonts policy and size for independent text item and for summarry pages (foliolist), add a 2 button in config page for open Qfontdialog widget and choose policy for independent text item Possiblility to overide defaut settings by adding in QElectroTech.conf * Basic shape add new CustomDashLine style with Dash Pattern (<< 10 << 10 ); -* improve High-DPI support on Windows plateform. +* improve High-DPI support on Windows and Linux plateform. +* QetGraphicsItem, remove the function applyRotation and rotateBy, and use instead the native function of QGraphicsItem : setRotation * DXF export : fix some double items in dxf file. * DXF export : add some colors for basic shapes inside dxf. *