[qet] [GIT] qet/qet.git branch master updated. 0.9-dev-536-g6fd5209 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via 6fd520936427402ab1d5a1d7e096be21a85139c4 (commit)
via 57695bbbea3724681c95d98e42794255ee395520 (commit)
via 5a497cd6b53f49d0527716b37bb0cdb3cebbdfe6 (commit)
via cae7cbdbd8ebdd51446fd4733878a5cc093b1d6d (commit)
via 6e81451b46453e11b3c47cac49fb162b0dae4811 (commit)
from b65ff8380582fc366256bc2837a81aa03605b15f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6fd520936427402ab1d5a1d7e096be21a85139c4
Merge: b65ff83 57695bb
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue Jul 26 17:04:22 2022 +0200
Merge branch 'dxf2elmt'
* dxf2elmt:
Element editor : improve code
Element editor : improve code
Import dxf is managed by undo command
Add import dxf feature
commit 57695bbbea3724681c95d98e42794255ee395520
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue Jul 26 17:03:18 2022 +0200
Element editor : improve code
Better use of signal partsAdded and partsRemoved
commit 5a497cd6b53f49d0527716b37bb0cdb3cebbdfe6
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue Jul 26 16:17:47 2022 +0200
Element editor : improve code
Better use of signal partsAdded and partsRemoved
commit cae7cbdbd8ebdd51446fd4733878a5cc093b1d6d
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Sun Jul 24 20:58:00 2022 +0200
Import dxf is managed by undo command
commit 6e81451b46453e11b3c47cac49fb162b0dae4811
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Sat Jul 23 21:54:23 2022 +0200
Add import dxf feature
Use dxf2elmt to import dxf.
See https://github.com/antonioaja/dxf2elmt
-----------------------------------------------------------------------
Summary of changes:
qelectrotech.pro | 6 +-
sources/dxf/dxftoelmt.cpp | 102 ++++++++++++++++++++
.../reportproperties.h => dxf/dxftoelmt.h} | 24 ++---
sources/editor/UndoCommand/addpartcommand.cpp | 84 +++++++++++++++++
.../UndoCommand/addpartcommand.h} | 41 ++++----
sources/editor/UndoCommand/deletepartscommand.cpp | 66 +++++++++++++
.../UndoCommand/deletepartscommand.h} | 39 ++++----
sources/editor/UndoCommand/openelmtcommand.cpp | 67 +++++++++++++
.../openelmtcommand.h} | 32 ++++---
sources/editor/editorcommands.cpp | 102 +-------------------
sources/editor/editorcommands.h | 49 +---------
sources/editor/elementscene.cpp | 52 ++++++++---
sources/editor/elementscene.h | 5 +
sources/editor/esevent/eseventaddarc.cpp | 2 +-
.../editor/esevent/eseventadddynamictextfield.cpp | 2 +-
sources/editor/esevent/eseventaddellipse.cpp | 2 +-
sources/editor/esevent/eseventaddline.cpp | 2 +-
sources/editor/esevent/eseventaddpolygon.cpp | 2 +-
sources/editor/esevent/eseventaddrect.cpp | 2 +-
sources/editor/esevent/eseventaddterminal.cpp | 2 +-
sources/editor/esevent/eseventaddtext.cpp | 2 +-
sources/editor/ui/qetelementeditor.cpp | 30 +++++-
sources/editor/ui/qetelementeditor.h | 1 +
sources/editor/ui/qetelementeditor.ui | 10 ++
sources/qgimanager.cpp | 12 +++
sources/qgimanager.h | 8 +-
sources/ui/thirdpartybinaryinstalldialog.cpp | 51 ++++++++++
...entdialog.h => thirdpartybinaryinstalldialog.h} | 29 +++---
sources/ui/thirdpartybinaryinstalldialog.ui | 104 +++++++++++++++++++++
29 files changed, 666 insertions(+), 264 deletions(-)
create mode 100644 sources/dxf/dxftoelmt.cpp
copy sources/{properties/reportproperties.h => dxf/dxftoelmt.h} (67%)
create mode 100644 sources/editor/UndoCommand/addpartcommand.cpp
copy sources/{undocommand/rotateselectioncommand.h => editor/UndoCommand/addpartcommand.h} (54%)
create mode 100644 sources/editor/UndoCommand/deletepartscommand.cpp
copy sources/{undocommand/rotateselectioncommand.h => editor/UndoCommand/deletepartscommand.h} (54%)
create mode 100644 sources/editor/UndoCommand/openelmtcommand.cpp
copy sources/editor/{esevent/eseventaddrect.h => UndoCommand/openelmtcommand.h} (54%)
create mode 100644 sources/ui/thirdpartybinaryinstalldialog.cpp
copy sources/ui/{importelementdialog.h => thirdpartybinaryinstalldialog.h} (58%)
create mode 100644 sources/ui/thirdpartybinaryinstalldialog.ui
hooks/post-receive
--
qet/qet.git