[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-800-g8507040 |
[ 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 8507040aa208ba16986f0ced81fb4a864cb10d0d (commit)
from e263264752d8fd30b687491b1406b54953e64ea4 (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 8507040aa208ba16986f0ced81fb4a864cb10d0d
Author: Claveau Joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Fri Oct 2 19:28:52 2020 +0200
Improve how element editor is opened to edit an element in a diagram.
Before this commit :
ElementPropertiesWidget emit a signal of Diagram to edit an element, and
the signal goes up from Diagram -> DiagramView -> ProjectView ->
QetDiagramEditor and QetDiagramEditor call a static function.
Now :
ElementPropertiesWidget call the static function itself and that all.
All unnecessary signals are removed.
-----------------------------------------------------------------------
Summary of changes:
sources/diagram.h | 3 ---
sources/diagramview.cpp | 1 -
sources/diagramview.h | 2 --
sources/projectview.cpp | 1 -
sources/projectview.h | 1 -
sources/qetdiagrameditor.cpp | 25 +------------------------
sources/qetdiagrameditor.h | 2 --
sources/ui/elementpropertieswidget.cpp | 3 ++-
8 files changed, 3 insertions(+), 35 deletions(-)
hooks/post-receive
--
qet/qet.git