[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-406-gec5f537 |
[ 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 ec5f537da433f000ea984dbc7dbabe6a340cb045 (commit)
from 80b5029cd17bc85f2bea6c26c991474b2e40e7ba (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 ec5f537da433f000ea984dbc7dbabe6a340cb045
Author: Claveau Joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Thu Jun 18 18:52:29 2020 +0200
Add new summary table (WIP)
-----------------------------------------------------------------------
Summary of changes:
sources/dataBase/projectdatabase.cpp | 27 ++
sources/dataBase/projectdatabase.h | 1 +
sources/dataBase/ui/elementquerywidget.h | 2 +
sources/dataBase/ui/summaryquerywidget.cpp | 217 ++++++++++++
sources/dataBase/ui/summaryquerywidget.h | 61 ++++
sources/dataBase/ui/summaryquerywidget.ui | 176 ++++++++++
sources/factory/propertieseditorfactory.cpp | 12 +-
sources/factory/qetgraphicstablefactory.cpp | 106 ++++--
sources/factory/qetgraphicstablefactory.h | 2 +
sources/factory/ui/addtabledialog.cpp | 24 +-
sources/factory/ui/addtabledialog.h | 10 +-
sources/qetdiagrameditor.cpp | 10 +
sources/qetdiagrameditor.h | 1 +
.../qetgraphicsitem/ViewItem/nomenclaturemodel.cpp | 365 --------------------
.../qetgraphicsitem/ViewItem/nomenclaturemodel.h | 70 ----
.../qetgraphicsitem/ViewItem/projectdbmodel.cpp | 378 +++++++++++++++++++++
sources/qetgraphicsitem/ViewItem/projectdbmodel.h | 73 ++++
.../ViewItem/qetgraphicstableitem.cpp | 11 +-
...dget.cpp => projectdbmodelpropertieswidget.cpp} | 28 +-
...eswidget.h => projectdbmodelpropertieswidget.h} | 25 +-
...widget.ui => projectdbmodelpropertieswidget.ui} | 4 +-
21 files changed, 1079 insertions(+), 524 deletions(-)
create mode 100644 sources/dataBase/ui/summaryquerywidget.cpp
create mode 100644 sources/dataBase/ui/summaryquerywidget.h
create mode 100644 sources/dataBase/ui/summaryquerywidget.ui
delete mode 100644 sources/qetgraphicsitem/ViewItem/nomenclaturemodel.cpp
delete mode 100644 sources/qetgraphicsitem/ViewItem/nomenclaturemodel.h
create mode 100644 sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp
create mode 100644 sources/qetgraphicsitem/ViewItem/projectdbmodel.h
rename sources/qetgraphicsitem/ViewItem/ui/{nomenclaturemodelpropertieswidget.cpp => projectdbmodelpropertieswidget.cpp} (67%)
rename sources/qetgraphicsitem/ViewItem/ui/{nomenclaturemodelpropertieswidget.h => projectdbmodelpropertieswidget.h} (62%)
rename sources/qetgraphicsitem/ViewItem/ui/{nomenclaturemodelpropertieswidget.ui => projectdbmodelpropertieswidget.ui} (92%)
hooks/post-receive
--
qet/qet.git