[qet] [GIT] qet/qet.git branch terminal_strip updated. 0.9-dev-355-g5709f46 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
- To: qet@xxxxxxxxxxxxxxxxxxx
- Subject: [qet] [GIT] qet/qet.git branch terminal_strip updated. 0.9-dev-355-g5709f46
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 26 Dec 2021 17:26:27 +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, terminal_strip has been updated
via 5709f469fcfa3594cdaa1836a6c9526a1cd9e970 (commit)
from 2ea9f8a2c6635c8df74536f5f3426f57e66a6f13 (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 5709f469fcfa3594cdaa1836a6c9526a1cd9e970
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Sun Dec 26 17:26:00 2021 +0100
Revamp terminalStrip feature code
Move RealTerminal class in a new file
Move PhysicalTerminal class in a new file.
Remove the use of QWeakPointer and use instead QSharedPointer
in a big part of the revamp.
-----------------------------------------------------------------------
Summary of changes:
.../UndoCommand/bridgeterminalscommand.cpp | 8 +-
.../UndoCommand/bridgeterminalscommand.h | 10 +-
.../UndoCommand/changeterminallevel.cpp | 1 +
.../UndoCommand/groupterminalscommand.cpp | 11 +-
.../UndoCommand/sortterminalstripcommand.cpp | 14 +-
sources/TerminalStrip/physicalterminal.cpp | 176 +++++
sources/TerminalStrip/physicalterminal.h | 96 +++
sources/TerminalStrip/realterminal.cpp | 286 ++++++++
sources/TerminalStrip/realterminal.h | 86 +++
sources/TerminalStrip/terminalstrip.cpp | 777 ++++-----------------
sources/TerminalStrip/terminalstrip.h | 139 +---
sources/TerminalStrip/ui/terminalstripeditor.cpp | 20 +-
sources/TerminalStrip/ui/terminalstripmodel.cpp | 25 +-
13 files changed, 847 insertions(+), 802 deletions(-)
create mode 100644 sources/TerminalStrip/physicalterminal.cpp
create mode 100644 sources/TerminalStrip/physicalterminal.h
create mode 100644 sources/TerminalStrip/realterminal.cpp
create mode 100644 sources/TerminalStrip/realterminal.h
hooks/post-receive
--
qet/qet.git