[qet] [GIT] qet/qet.git branch master updated. 0.9-dev-388-g7aa0487

[ 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  7aa048740bdbf2783774b4d99e0b7380ce4aa580 (commit)
       via  683095173ef21a031f1457be398e3b07b45f3ca3 (commit)
       via  7d33b48b3a244a6fdb2ab4f18bc72d7871ef33af (commit)
       via  09694ddec909f2f4991e7fa8a14693615064c0a6 (commit)
       via  1572fafabe42cc415af047fd19df402e532f4fbc (commit)
       via  5709f469fcfa3594cdaa1836a6c9526a1cd9e970 (commit)
       via  2ea9f8a2c6635c8df74536f5f3426f57e66a6f13 (commit)
       via  a2e5989f3bc1a0bcd57d5dc4b312098127befd0a (commit)
       via  02b385e0b714fc4931a3dd510c508abe462b1723 (commit)
       via  e2454faa36b100f34d0a10b2ee313e7140ed8d6d (commit)
       via  57e80e7b5e29022948aff439e96fe9b8f3903230 (commit)
       via  6505330b5fbfb2ec8155e58e82291e30dfa18d53 (commit)
       via  cd914c87260a07777528d0b96ab774c7927d3e18 (commit)
       via  beee4a06c833b9d9db4813c62cb6b8183a238c92 (commit)
       via  291e163ee2bee991c424d90e5369555cdc56ea04 (commit)
       via  6e68e6047ab6a8d2a3410d43284fb01c1b8e7cf5 (commit)
       via  ce8bd7fae33cd1a35c03f0d32166924b5149f1df (commit)
      from  306f4c7b54e0d2a8d516640d10f4b3105214466c (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 7aa048740bdbf2783774b4d99e0b7380ce4aa580
Merge: 306f4c7 6830951
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date:   Thu Jan 27 19:02:43 2022 +0100

    Merge branch 'terminal_strip'
    
    * terminal_strip:
      TerminalStripBridge color can be edited.
      Use QSharedPointer instead of QWeakPointer + remove unused include
      Change struct TerminalStripBridge to class
      Revamp terminalStrip feature code
      Revamp PhysicalTerminal class
      Revamp RealTerminal class...... again
      Improve bridge edition
      Improve code readability
      Fix copy constructo warning
      Make code less spaghetti
      Draw bridge pixmap in the tableview (wip)
      REmove unused method : levelCellCount
      Remove isXrefCell method...
      Add terminal bridge feature

-----------------------------------------------------------------------

Summary of changes:
 .../UndoCommand/bridgeterminalscommand.cpp         |  71 ++
 .../UndoCommand/bridgeterminalscommand.h           |  68 ++
 .../UndoCommand/changeterminallevel.cpp            |   5 +-
 .../UndoCommand/changeterminallevel.h              |   4 +-
 ...lstripdata.cpp => changeterminalstripcolor.cpp} |  36 +-
 ...eterminallevel.h => changeterminalstripcolor.h} |  31 +-
 .../UndoCommand/groupterminalscommand.cpp          |  31 +-
 .../UndoCommand/groupterminalscommand.h            |  14 +-
 .../UndoCommand/sortterminalstripcommand.cpp       |  15 +-
 .../UndoCommand/sortterminalstripcommand.h         |   6 +-
 sources/TerminalStrip/physicalterminal.cpp         | 176 ++++
 sources/TerminalStrip/physicalterminal.h           |  96 +++
 sources/TerminalStrip/realterminal.cpp             | 286 +++++++
 sources/TerminalStrip/realterminal.h               |  86 ++
 sources/TerminalStrip/terminalstrip.cpp            | 933 +++++++++------------
 sources/TerminalStrip/terminalstrip.h              |  90 +-
 sources/TerminalStrip/terminalstripbridge.cpp      | 115 +++
 sources/TerminalStrip/terminalstripbridge.h        |  59 ++
 sources/TerminalStrip/terminalstripdata.cpp        |   4 +
 sources/TerminalStrip/terminalstripdata.h          |   1 +
 sources/TerminalStrip/ui/terminalstripeditor.cpp   | 323 +++++--
 sources/TerminalStrip/ui/terminalstripeditor.h     |   9 +-
 sources/TerminalStrip/ui/terminalstripeditor.ui    | 140 ++--
 sources/TerminalStrip/ui/terminalstripmodel.cpp    | 557 +++++++++---
 sources/TerminalStrip/ui/terminalstripmodel.h      | 108 ++-
 sources/utils/qetutils.h                           |  24 +-
 26 files changed, 2430 insertions(+), 858 deletions(-)
 create mode 100644 sources/TerminalStrip/UndoCommand/bridgeterminalscommand.cpp
 create mode 100644 sources/TerminalStrip/UndoCommand/bridgeterminalscommand.h
 copy sources/TerminalStrip/UndoCommand/{changeterminalstripdata.cpp => changeterminalstripcolor.cpp} (54%)
 copy sources/TerminalStrip/UndoCommand/{changeterminallevel.h => changeterminalstripcolor.h} (61%)
 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
 create mode 100644 sources/TerminalStrip/terminalstripbridge.cpp
 create mode 100644 sources/TerminalStrip/terminalstripbridge.h


hooks/post-receive
-- 
qet/qet.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/