[qet] [GIT] qet/qet.git branch XMLPropertiesNew updated. 0.9-dev-79-gf2b911d |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
- To: qet@xxxxxxxxxxxxxxxxxxx
- Subject: [qet] [GIT] qet/qet.git branch XMLPropertiesNew updated. 0.9-dev-79-gf2b911d
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 14 Mar 2021 13:39:59 +0100
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, XMLPropertiesNew has been updated
via f2b911da148ab0658d3e6edc5f6f36f9a0c41f0f (commit)
via 539de96455fabd268ce901a69b142c17b832de29 (commit)
via 2a4416469a7bee35b790a2e4f272224ec015cea2 (commit)
via 0fbadc727dcfb0e7524a3fd60e51ecf325999674 (commit)
via d805fb9ced04d1f5f2aae1bb18c89774c0b6274b (commit)
via ba0faa71225794df0d984588360fa4ee6ac7f0af (commit)
via 87d810744f1615ac761aa05ce38def1731f7077e (commit)
via 1dabe930f2177c0c919eecb7828c3a2f51adeff0 (commit)
via c3c13d510247406660437faebc5f31021252ccc8 (commit)
via f6c1a47d6286cae7625256924b7b3eed4f7a43c8 (commit)
from 001e93bc6fcf1b2e64470182a60910eff49473b2 (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 f2b911da148ab0658d3e6edc5f6f36f9a0c41f0f
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sun Mar 14 13:37:08 2021 +0100
do not save conductorproperties in own child, but as part of conductor
commit 539de96455fabd268ce901a69b142c17b832de29
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sun Mar 14 11:49:01 2021 +0100
Fix problem when really old elements are added to a new project. These elements do not have an uuid for each terminal. So when exporting, save an unique ID into the terminal. So the conductors know to which terminal they must be connected
commit 2a4416469a7bee35b790a2e4f272224ec015cea2
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sun Mar 14 10:48:28 2021 +0100
set tagname for PartText
commit 0fbadc727dcfb0e7524a3fd60e51ecf325999674
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sun Mar 14 08:29:26 2021 +0100
store terminalData in the terminal tag. Fixes the drag problem from the collection into the diagram. The problem was that some tags missed and therefore the creation of the element for dragging was unsuccessful
commit d805fb9ced04d1f5f2aae1bb18c89774c0b6274b
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sat Mar 13 18:57:01 2021 +0100
read terminal uuid in Terminal and do not write terminal uuid from TerminalData, because Terminal just reads it, only PartTerminal writes the uuid
commit ba0faa71225794df0d984588360fa4ee6ac7f0af
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sat Mar 13 18:25:12 2021 +0100
uuid gets already stored in the terminalData, so no need to store it again in the terminal it self
commit 87d810744f1615ac761aa05ce38def1731f7077e
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sat Mar 13 18:10:40 2021 +0100
use failed instead of no success, so the traces can be filtered more easily
commit 1dabe930f2177c0c919eecb7828c3a2f51adeff0
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sat Mar 13 18:10:06 2021 +0100
fix terminal data problems
commit c3c13d510247406660437faebc5f31021252ccc8
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sat Mar 13 18:09:52 2021 +0100
store also terminal data when storing terminal. Was accidentaly removed in 5d3710c4b2db784e5cd6664e0cf1e454726934f2
commit f6c1a47d6286cae7625256924b7b3eed4f7a43c8
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sat Mar 13 17:27:12 2021 +0100
do not store invalid uuid, better to not store and use legacy approach
-----------------------------------------------------------------------
Summary of changes:
sources/diagram.cpp | 22 ++++++++++++++++++++++
sources/diagram.h | 7 +++++++
sources/editor/graphicspart/partterminal.cpp | 15 +++++++++++++--
sources/editor/graphicspart/parttext.cpp | 1 +
sources/properties/terminaldata.cpp | 8 +++++---
sources/properties/terminaldata.h | 6 ++++--
sources/qetgraphicsitem/conductor.cpp | 22 ++++++++++++----------
sources/qetgraphicsitem/element.cpp | 11 +++++++++--
sources/qetgraphicsitem/terminal.cpp | 23 ++++++++++++++++++++---
9 files changed, 93 insertions(+), 22 deletions(-)
hooks/post-receive
--
qet/qet.git