[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-787-g18f536d |
[ 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 18f536d801009969e8204b355b56540c9f51d789 (commit)
from 7f698bd8269e9df76b2d44a8c5f2549c835e7887 (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 18f536d801009969e8204b355b56540c9f51d789
Author: Claveau Joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Tue Sep 29 22:54:09 2020 +0200
Revamp the print preview window
-----------------------------------------------------------------------
Summary of changes:
qelectrotech.pro | 12 +-
sources/diagramprintdialog.cpp | 657 -----------------------------------
sources/diagramprintdialog.h | 106 ------
sources/print/projectprintwindow.cpp | 580 +++++++++++++++++++++++++++++++
sources/print/projectprintwindow.h | 101 ++++++
sources/print/projectprintwindow.ui | 367 +++++++++++++++++++
sources/projectview.cpp | 35 +-
sources/projectview.h | 1 -
sources/qetdiagrameditor.cpp | 7 +-
sources/qetprintpreviewdialog.cpp | 453 ------------------------
sources/qetprintpreviewdialog.h | 118 -------
11 files changed, 1061 insertions(+), 1376 deletions(-)
delete mode 100644 sources/diagramprintdialog.cpp
delete mode 100644 sources/diagramprintdialog.h
create mode 100644 sources/print/projectprintwindow.cpp
create mode 100644 sources/print/projectprintwindow.h
create mode 100644 sources/print/projectprintwindow.ui
delete mode 100644 sources/qetprintpreviewdialog.cpp
delete mode 100644 sources/qetprintpreviewdialog.h
hooks/post-receive
--
qet/qet.git