[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-378-g81992bc |
[ 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 81992bc777f50d914e6d70dc57257c1b3ad6a23f (commit)
via 3bac452141f049f8450e70b51cbf18b029ccd56e (commit)
via 51843bf03e9ac34d4d11903ad4da9b4becd9a9f1 (commit)
via af989b1cd8170af0a15d80a7c3ce4af8b442f2f1 (commit)
via c2e17daab93578bd0bc8c58a7712d49f9376e71c (commit)
via 439cf4cbd6448845da3316513fb3fb920ef4f27e (commit)
via 89452f0b3cdf29c1063d0f808f05d5aa9b479ed7 (commit)
via 587ada643f9a6dc9dfe174ca2829623658c842af (commit)
via 77a2ceea7d9b6263c7faea0fb0e796d990aabff5 (commit)
from 496b8f302a02b7ff89f98058f2b861b4cb99ac39 (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 81992bc777f50d914e6d70dc57257c1b3ad6a23f
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Sun Jun 14 10:05:58 2020 +0200
remove inline, because it creates compile issues in release mode. see #48
commit 3bac452141f049f8450e70b51cbf18b029ccd56e
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Mon Jun 1 18:40:32 2020 +0200
add comments
commit 51843bf03e9ac34d4d11903ad4da9b4becd9a9f1
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 20:00:48 2020 +0200
replace foreach by for
commit af989b1cd8170af0a15d80a7c3ce4af8b442f2f1
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 c2e17daab93578bd0bc8c58a7712d49f9376e71c
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 439cf4cbd6448845da3316513fb3fb920ef4f27e
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 16:15:56 2020 +0200
fix segmentation fault
commit 89452f0b3cdf29c1063d0f808f05d5aa9b479ed7
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date: Tue May 26 16:12:44 2020 +0200
fix nullpointer exception
commit 587ada643f9a6dc9dfe174ca2829623658c842af
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 77a2ceea7d9b6263c7faea0fb0e796d990aabff5
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