[qet] [GIT] qet/qet.git branch 0.8.1 updated. 0.9-dev-25-g86c8a2d |
[ 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, 0.8.1 has been updated
via 86c8a2d45b8e63c272411c754dd3a750a5b0bc7d (commit)
via 43e3c9a998c179ea8b8d2748962faff712c09630 (commit)
via 349765a90c2eb42bb4e1f8e1761401f145078a48 (commit)
via a4ca872158c97a9f2c1207105fbdd29811e076a5 (commit)
from 6602c65679a066b919b2a3ffcee2a01e0a6968f4 (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 86c8a2d45b8e63c272411c754dd3a750a5b0bc7d
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Wed Apr 7 12:56:43 2021 +0200
Fix unwanted moving part in element editor.
Fix an unwanted behavior when the properties dock widget is displayed :
1 there is no selection
2 the dock widget width is set to minimum
3 select a part, the dock widget gain new widgets used to edit the
current selected part and the width of the dock grow so the width of the
QGraphicsView is reduced and cause a mouse move event.
When this case occur the part is moved but they should not.
commit 43e3c9a998c179ea8b8d2748962faff712c09630
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Wed Apr 7 12:34:56 2021 +0200
Improve gui layout for low resolution screen
commit 349765a90c2eb42bb4e1f8e1761401f145078a48
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue Mar 30 20:48:56 2021 +0200
Use QStringLiteral and QLatin1String.
commit a4ca872158c97a9f2c1207105fbdd29811e076a5
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue Mar 30 19:59:14 2021 +0200
Use QStringLiteral and QLatin1String.
According to the Qt documentation
(https://doc.qt.io/qt-5/qstring.html#QStringLiteral)
(https://woboq.com/blog/qstringliteral.html), use QStringLiteral and
QLatin1String is better on some conditions (faster).
This commit change the code related to the loading of a project (in
qetproject class), let see if loading time is improved.
-----------------------------------------------------------------------
Summary of changes:
sources/diagram.cpp | 335 +++++++++++----------
.../graphicspart/customelementgraphicpart.cpp | 17 +-
.../editor/graphicspart/customelementgraphicpart.h | 1 +
sources/editor/styleeditor.cpp | 12 +-
sources/qetproject.cpp | 62 ++--
5 files changed, 226 insertions(+), 201 deletions(-)
hooks/post-receive
--
qet/qet.git