[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-367-gc9a7c83 |
[ 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 c9a7c836c5e4eb4e5afc5b301d8a950c71484e34 (commit)
via a8a2df7c55b5fd0338d77fffc558a3de005e31a7 (commit)
via 9b06a81c494f3c196b8e60b0d30ed78b30c08771 (commit)
via 7f07660959f84c1caa95e15b0a21971ea7b77b28 (commit)
via bc8bb63cae407e2ad3842b6a610853367ac8f4e5 (commit)
via e8d4b6c9d50ce174627e06b951b764a82a73c0e8 (commit)
via ec5203253223ace22ca194b6abbe9f56f4bac76c (commit)
via 8c6b4120f55a8f4d4916c517478413ab6cf74fd8 (commit)
from ca80b3d69f513ee0b8b5bac465b5b74ad6997dca (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 c9a7c836c5e4eb4e5afc5b301d8a950c71484e34
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Mon Jun 1 18:40:32 2020 +0200
add comments
commit a8a2df7c55b5fd0338d77fffc558a3de005e31a7
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 20:00:48 2020 +0200
replace foreach by for
commit 9b06a81c494f3c196b8e60b0d30ed78b30c08771
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 18:47:24 2020 +0200
Use uuid instead of an index to connect multiple elements
commit 7f07660959f84c1caa95e15b0a21971ea7b77b28
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 16:20:30 2020 +0200
move initialization to header, so it must not be done in every constructor
commit bc8bb63cae407e2ad3842b6a610853367ac8f4e5
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 16:15:56 2020 +0200
fix segmentation fault
commit e8d4b6c9d50ce174627e06b951b764a82a73c0e8
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 16:12:44 2020 +0200
fix nullpointer exception
commit ec5203253223ace22ca194b6abbe9f56f4bac76c
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Mon May 25 22:17:17 2020 +0200
try to use TerminalData in Terminal and PartTerminal, sou the code must not be written double
commit 8c6b4120f55a8f4d4916c517478413ab6cf74fd8
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sun May 24 22:09:04 2020 +0200
regarding to joshuas email, toXml uses a new structure. So it is changed in the properties interface and xrefproperties
-----------------------------------------------------------------------
Summary of changes:
sources/diagram.cpp | 83 +++++++++++++-----
sources/editor/graphicspart/partterminal.cpp | 57 ++++++------
sources/editor/graphicspart/partterminal.h | 17 ++--
sources/properties/propertiesinterface.h | 4 +-
sources/properties/terminaldata.cpp | 86 +++++++++++++++++++
sources/properties/terminaldata.h | 77 +++++++++++++++++
sources/properties/xrefproperties.cpp | 13 ++-
sources/properties/xrefproperties.h | 7 +-
sources/qetgraphicsitem/conductor.cpp | 46 ++++++++--
sources/qetgraphicsitem/element.cpp | 43 ++++------
sources/qetgraphicsitem/terminal.cpp | 124 +++++++++++++++++----------
sources/qetgraphicsitem/terminal.h | 33 ++++---
sources/qetproject.cpp | 9 +-
13 files changed, 428 insertions(+), 171 deletions(-)
create mode 100644 sources/properties/terminaldata.cpp
create mode 100644 sources/properties/terminaldata.h
hooks/post-receive
--
qet/qet.git