[qet] [GIT] qet/qet.git branch master updated. 0.9-dev-14-gce318ac |
[ 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 ce318ac6675b97cd19f11a269b36cd104840d2b5 (commit)
via be2067148e30943a356cbb9232d8c0ad7aadd25f (commit)
via 444f62a1f86b9a8652a713d318d7cd3b944262ca (commit)
via 8f85cacb06a77baa20c4758d51cc57fc05d3181a (commit)
via ffe3d982796ce258e0e0ddc264980b5f4a5bad76 (commit)
via dea926e4b4a2bdd2104731e02fe46ccab0a9a25a (commit)
via a1779d1a7a5f072ff39816cbe9468dddec5cfc8f (commit)
via 252106178b966e0bc6acd5279de4d412d31924b5 (commit)
via a00404bc9f4bf1bcdd3b0efa4a0595a834e1cfb7 (commit)
via e2ebb445a837ed41ec7adcd52b79eab968acf886 (commit)
via 24ec94d73ebc3c5e69630b61e846b0d4dcdcaa8f (commit)
from edb42caa1621e8e7d04e3814b1af0aaff50d56f5 (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 ce318ac6675b97cd19f11a269b36cd104840d2b5
Author: joshua <joshua_39@xxxxxxx>
Date: Tue Feb 16 23:31:54 2021 +0100
Element : start use ElementData
Element now use ElementData for namelist and element information
commit be2067148e30943a356cbb9232d8c0ad7aadd25f
Author: joshua <joshua_39@xxxxxxx>
Date: Tue Feb 16 21:39:09 2021 +0100
Element editor : add terminal properties editable
commit 444f62a1f86b9a8652a713d318d7cd3b944262ca
Author: joshua <joshua_39@xxxxxxx>
Date: Tue Feb 16 19:44:57 2021 +0100
element data : add terminal type enum and terminal function enum
commit 8f85cacb06a77baa20c4758d51cc57fc05d3181a
Author: joshua <joshua_39@xxxxxxx>
Date: Sat Feb 13 21:38:36 2021 +0100
QetElementEditor : Use elementData class
commit ffe3d982796ce258e0e0ddc264980b5f4a5bad76
Author: joshua <joshua_39@xxxxxxx>
Date: Sat Feb 13 13:07:36 2021 +0100
Add element data class
commit dea926e4b4a2bdd2104731e02fe46ccab0a9a25a
Author: joshua <joshua_39@xxxxxxx>
Date: Fri Feb 12 19:37:07 2021 +0100
Remove unnecessary method
commit a1779d1a7a5f072ff39816cbe9468dddec5cfc8f
Author: joshua <joshua_39@xxxxxxx>
Date: Fri Feb 12 19:28:07 2021 +0100
Rewrite terminaleditor with ui file.
Write terminal editor with ui file.
The terminalData::type of a terminal can be edited with the terminal
editor.
commit 252106178b966e0bc6acd5279de4d412d31924b5
Author: joshua <joshua_39@xxxxxxx>
Date: Sat Feb 6 18:35:55 2021 +0100
Add enum Type to terminalData class
commit a00404bc9f4bf1bcdd3b0efa4a0595a834e1cfb7
Author: joshua <joshua_39@xxxxxxx>
Date: Fri Feb 5 21:20:37 2021 +0100
clean terminal and terminaldata class
commit e2ebb445a837ed41ec7adcd52b79eab968acf886
Author: joshua <joshua_39@xxxxxxx>
Date: Fri Feb 5 18:45:04 2021 +0100
Terminal : remove unused code
commit 24ec94d73ebc3c5e69630b61e846b0d4dcdcaa8f
Author: joshua <joshua_39@xxxxxxx>
Date: Sat Jan 30 19:34:21 2021 +0100
QetElementEditor : rewrite gui with ui file
-----------------------------------------------------------------------
Summary of changes:
.../elementscollectionwidget.cpp | 5 +-
sources/editor/editorcommands.cpp | 73 +-
sources/editor/editorcommands.h | 24 +-
sources/editor/elementitemeditor.cpp | 2 +-
sources/editor/elementscene.cpp | 160 +-
sources/editor/elementscene.h | 58 +-
sources/editor/elementview.cpp | 2 +-
sources/editor/esevent/eseventaddline.cpp | 2 +-
sources/editor/esevent/eseventinterface.cpp | 19 +-
.../graphicspart/customelementgraphicpart.cpp | 18 -
.../editor/graphicspart/customelementgraphicpart.h | 2 -
sources/editor/graphicspart/customelementpart.cpp | 3 +-
.../editor/graphicspart/partdynamictextfield.cpp | 8 +-
sources/editor/graphicspart/partpolygon.cpp | 2 +-
sources/editor/graphicspart/partterminal.cpp | 30 +-
sources/editor/graphicspart/partterminal.h | 12 +-
sources/editor/qetelementeditor.cpp | 1734 --------------------
sources/editor/qetelementeditor.h | 189 ---
sources/editor/terminaleditor.cpp | 322 ----
sources/editor/terminaleditor.h | 76 -
sources/editor/ui/dynamictextfieldeditor.cpp | 11 +-
.../editor/ui/elementpropertieseditorwidget.cpp | 191 ++-
sources/editor/ui/elementpropertieseditorwidget.h | 10 +-
sources/editor/ui/elementpropertieseditorwidget.ui | 33 +-
sources/editor/ui/qetelementeditor.cpp | 1488 +++++++++++++++++
sources/editor/ui/qetelementeditor.h | 163 ++
sources/editor/ui/qetelementeditor.ui | 496 ++++++
sources/editor/ui/terminaleditor.cpp | 254 +++
sources/editor/ui/terminaleditor.h | 64 +
sources/editor/ui/terminaleditor.ui | 98 ++
sources/elementspanelwidget.cpp | 2 +-
sources/newelementwizard.cpp | 6 +-
sources/projectview.cpp | 2 +-
sources/properties/elementdata.cpp | 406 +++++
sources/properties/elementdata.h | 135 ++
sources/properties/terminaldata.cpp | 73 +-
sources/properties/terminaldata.h | 36 +-
sources/qetapp.cpp | 2 +-
sources/qetgraphicsitem/element.cpp | 57 +-
sources/qetgraphicsitem/element.h | 7 +-
sources/qetgraphicsitem/terminal.cpp | 229 +--
sources/qetgraphicsitem/terminal.h | 59 +-
sources/qetinformation.cpp | 16 +
sources/qetinformation.h | 1 +
sources/qetxml.cpp | 27 +
sources/qetxml.h | 3 +
46 files changed, 3656 insertions(+), 2954 deletions(-)
delete mode 100644 sources/editor/qetelementeditor.cpp
delete mode 100644 sources/editor/qetelementeditor.h
delete mode 100644 sources/editor/terminaleditor.cpp
delete mode 100644 sources/editor/terminaleditor.h
create mode 100644 sources/editor/ui/qetelementeditor.cpp
create mode 100644 sources/editor/ui/qetelementeditor.h
create mode 100644 sources/editor/ui/qetelementeditor.ui
create mode 100644 sources/editor/ui/terminaleditor.cpp
create mode 100644 sources/editor/ui/terminaleditor.h
create mode 100644 sources/editor/ui/terminaleditor.ui
create mode 100644 sources/properties/elementdata.cpp
create mode 100644 sources/properties/elementdata.h
hooks/post-receive
--
qet/qet.git