[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-241-gefac27b |
[ 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 efac27b9b8d3364691b08c42dc8d5908082448f4 (commit)
from 3905371da61d7c000a7a691aea0524ae99c8953a (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 efac27b9b8d3364691b08c42dc8d5908082448f4
Author: Claveau Joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue May 5 20:38:31 2020 +0200
Nomenclature : Add dialog when insert a new nomenclature table
-----------------------------------------------------------------------
Summary of changes:
qelectrotech.pro | 12 +-
sources/factory/qetgraphicstablefactory.cpp | 61 +++++
sources/factory/qetgraphicstablefactory.h | 34 +++
sources/factory/ui/addtabledialog.cpp | 187 ++++++++++++++
sources/factory/ui/addtabledialog.h | 79 ++++++
sources/factory/ui/addtabledialog.ui | 272 +++++++++++++++++++++
sources/qetdiagrameditor.cpp | 29 +--
.../ViewItem/qetgraphicstableitem.cpp | 2 +-
...telementdialog.h => configsaveloaderwidget.cpp} | 43 ++--
.../texteditor.h => ui/configsaveloaderwidget.h} | 52 ++--
sources/ui/configsaveloaderwidget.ui | 52 ++++
sources/ui/marginseditdialog.cpp | 65 +++++
.../marginseditdialog.h} | 38 +--
sources/ui/marginseditdialog.ui | 133 ++++++++++
14 files changed, 965 insertions(+), 94 deletions(-)
create mode 100644 sources/factory/qetgraphicstablefactory.cpp
create mode 100644 sources/factory/qetgraphicstablefactory.h
create mode 100644 sources/factory/ui/addtabledialog.cpp
create mode 100644 sources/factory/ui/addtabledialog.h
create mode 100644 sources/factory/ui/addtabledialog.ui
copy sources/ui/{importelementdialog.h => configsaveloaderwidget.cpp} (53%)
copy sources/{editor/ui/texteditor.h => ui/configsaveloaderwidget.h} (50%)
create mode 100644 sources/ui/configsaveloaderwidget.ui
create mode 100644 sources/ui/marginseditdialog.cpp
copy sources/{conductornumexport.h => ui/marginseditdialog.h} (55%)
create mode 100644 sources/ui/marginseditdialog.ui
hooks/post-receive
--
qet/qet.git