Upgrade *TS files

Upgrade changelog


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5363 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-05-14 14:54:30 +00:00
parent 31e6db8757
commit 81811fb763
25 changed files with 1253 additions and 1009 deletions

View File

@@ -1,31 +1,55 @@
====== ChangeLog from 0.6 to 0.7 ======
* Element editor :
* element informations (manufacturer, reference etc...) can be created directly from the element editor. For that go to the widget "Element Property"
* it is no longer required to have a text field, for save the edited element.
* improve the behavior with the arrow keys (depending to the current selection (nothing / one / several).
* context menu display only enabled actions.
* Add new feature -> alignment.
* alignment of text field can be edited.
* Diagram editor :
* conductors can now be drawn with two colors.
* The code for the resize handles has been almost completely redesigned.
* It is now possible to add a text field to an element directly from the diagram.
* Element text item with are now converted to dynamic element text item.
* User can export / import the configuration of the texts and texts group of an element.
* 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).
* Bug fix : element editor, part text can't be edited directly.
* 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 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.
* Fix compilation warning (clang and gcc).
* It is now possible to add a text field to an element directly from the diagram.
* Element text item with are now converted to dynamic element text item.
* element editor, part text can't be edited directly.
* User can export / import the configuration of the texts and texts group of an element.
* context menu display only enabled actions.
* add new action in the context menu, multiple paste, check box for autonum the pasted element.
* Multipaste -> improve the conductor autonum, conductors are numerated from top to bottom, and left to right.
* Text of conductor can be placed at top/bottom/left/right of conductor, and text never overlaps the conductor.
* Function for search conductor at the same potential.
When the search function is searching in a terminal element, they search only for the first terminal found, no matter if the terminal element have more than two terminals.
So the list of conductors at the same potential is missing some conductors.
This commit fix it, now the search function search for every terminals of a terminal element.
* Diagram editor : add new action in the context menu : multiple paste, check box for autonum the pasted element.
Multipaste : improve the conductor autonum, conductors are numerated from top to bottom, and left to right.
Text of conductor can be placed at top/bottom/left/right of conductor, and text never overlaps the conductor.
* Add new feature -> alignment.
* alignment of text field can be edited.
* 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.
* improve High-DPI support on Windows and Linux plateform.
* Bug fix :
* Fix compilation warning (clang and gcc).
* Fix element text item alignment work well when text rotation != 0.
* Fix crash when the properties of a element text item group
* Fix crash occurred by the conductor and shape "ghost".