Update *TS files, changelog

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5665 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-12-29 03:48:21 +00:00
parent 2274382219
commit ec19986f38
26 changed files with 815 additions and 815 deletions

View File

@@ -14,6 +14,7 @@
* Diagram editor :
* Conductors can now be drawn with two colors.
* Improve High-DPI support on Windows and Linux plateform.
* The code for the resize handles has been almost completely redesigned.
* Dissociate fonts policy and size for independent text item and for summarry pages (foliolist), added a 2 button in config page for open Qfontdialog widget and choose policy for independent text item.
* Add in config page a Qfontdialog widget for change dynamic text size, font family, orientation angle and text length, by default.
@@ -40,12 +41,12 @@ This commit fix it, now the search function search for every terminals of a term
* Add in config the possibility to start the numbering of the columns of titleblocks at 0.
* Add new function Search and replace widget Crtl +F
Diagram properties, Element properties, Independent text item can be changed (and mass changed) through the search and replace widget.
* Added 4 tools for edit the depth (Z value) of items.
* Title block editor :
Added new title block variables %projectpath, %projectfilename, %projecttitle.
Added new title block variables : "%saveddate, %savedtime, %savedfilename and %savedfilepath" they variables should be updated after file save or save as dialog is confirmed,
Added new title block variables %projectpath, %projectfilename, %projecttitle, previous-folio-num and next-folio-num
"%saveddate, %savedtime, %savedfilename and %savedfilepath" they variables should be updated after file save or save as dialog is confirmed,
before file is saved.
@@ -53,7 +54,7 @@ before file is saved.
* Improve for new qet_tb_generator plug-in : added the full path of the current project as
an argument when calling the plug-in from QET if a project is open.
If not a file dialog is showed to select the QET project.
* Added 4 tools for edit the depth (Z value) of items.
* QET create a backup file, use to restore the project when a crash occur.
@@ -69,7 +70,6 @@ If not a file dialog is showed to select the QET project.
* 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).