[qet] [GIT] qet/qet.git branch terminal_strip updated. 0.9-dev-422-g8084fa8 |
[ 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-422-g8084fa8
- From: <git@xxxxxxxxxxxxx>
- Date: Wed, 23 Mar 2022 21:21:33 +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 8084fa8f29e0749405a4b9dc3fe57d9f2b724942 (commit)
via edfb23be23fb713fc18449f0f8723e2e6cbbb9bd (commit)
via b48ba939de4b120c7e5bd8c1dd93a7cc63ade37e (commit)
via b1ad16d482460c5f4bc05c6678600eac7881e5e2 (commit)
via ceb54fbc6ad2be6294d2a8eadd29a65d678c0744 (commit)
from 9cbc3a2265f0d0b7c1bb2f324a7a6d6241946324 (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 8084fa8f29e0749405a4b9dc3fe57d9f2b724942
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Wed Mar 23 21:18:22 2022 +0100
Edited data of terminal strip can be applied
commit edfb23be23fb713fc18449f0f8723e2e6cbbb9bd
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Sun Mar 20 18:25:25 2022 +0100
Change terminal strip editor class
Change parent class from QDialog to QWidget.
Terminal strip editor is now embedded in TerminalStripEditorWindow.
commit b48ba939de4b120c7e5bd8c1dd93a7cc63ade37e
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Wed Mar 16 22:44:08 2022 +0100
Add free terminal editor widget
commit b1ad16d482460c5f4bc05c6678600eac7881e5e2
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Wed Mar 16 18:58:36 2022 +0100
Add toolbar and buttons
Add 'add terminal strip' button.
Add 'remove terminal strip' button
Add 'reload' button
commit ceb54fbc6ad2be6294d2a8eadd29a65d678c0744
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Mon Mar 14 17:56:18 2022 +0100
Start to move terminal strip editor from QDialog to QMainWindow
-----------------------------------------------------------------------
Summary of changes:
sources/TerminalStrip/ui/terminalstripeditor.cpp | 485 ++++----------------
sources/TerminalStrip/ui/terminalstripeditor.h | 34 +-
sources/TerminalStrip/ui/terminalstripeditor.ui | 488 +++++++--------------
.../TerminalStrip/ui/terminalstripeditorwindow.cpp | 179 ++++++++
.../TerminalStrip/ui/terminalstripeditorwindow.h | 61 +++
.../TerminalStrip/ui/terminalstripeditorwindow.ui | 96 ++++
sources/TerminalStrip/ui/terminalstripmodel.cpp | 24 +
sources/TerminalStrip/ui/terminalstripmodel.h | 3 +
.../ui/terminalstriptreedockwidget.cpp | 375 ++++++++++++++++
.../TerminalStrip/ui/terminalstriptreedockwidget.h | 72 +++
.../ui/terminalstriptreedockwidget.ui | 48 ++
.../TerminalStrip/ui/terminalstriptreewidget.cpp | 2 -
sources/TerminalStrip/ui/terminalstriptreewidget.h | 2 +-
sources/qetdiagrameditor.cpp | 12 +-
14 files changed, 1119 insertions(+), 762 deletions(-)
create mode 100644 sources/TerminalStrip/ui/terminalstripeditorwindow.cpp
create mode 100644 sources/TerminalStrip/ui/terminalstripeditorwindow.h
create mode 100644 sources/TerminalStrip/ui/terminalstripeditorwindow.ui
create mode 100644 sources/TerminalStrip/ui/terminalstriptreedockwidget.cpp
create mode 100644 sources/TerminalStrip/ui/terminalstriptreedockwidget.h
create mode 100644 sources/TerminalStrip/ui/terminalstriptreedockwidget.ui
hooks/post-receive
--
qet/qet.git