[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-355-gc97a239

[ 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  c97a239c2904080b86c58b85b922ae838b25b4da (commit)
       via  e4f4c1e154fe18b4daa17aed5ea53649af59f032 (commit)
       via  b29753e37e717b9ed4fdbb3b519ee5fafeb9a872 (commit)
       via  71abaf92cb81aeb832caac2372da2d60944f64b9 (commit)
       via  bb093ba0cd119a6ae428ed45af31a966ba606fc7 (commit)
      from  247a14f7aaf1545dc6c2e72db071ca1cdec1f1b2 (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 c97a239c2904080b86c58b85b922ae838b25b4da
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Tue Jun 9 23:06:31 2020 +0200

    fix deprecated warning Qt::WindowFlags = nullptr
    
    Use default constructor instead
    
    Qt::Widget 0x00000000
    This is the default type for QWidget.
    Widgets of this type are child widgets if they have a parent,
    and independent windows if they have no parent.
    See also Qt::Window and Qt::SubWindow.

commit e4f4c1e154fe18b4daa17aed5ea53649af59f032
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 19:53:10 2020 +0200

    fix deprecated warning void QGraphicsView::resetMatrix()
    
    Use resetTransform() instead
    
    This class was introduced in Qt 4.2.
    
    + indentation warning
    of "resetSceneRect();"

commit b29753e37e717b9ed4fdbb3b519ee5fafeb9a872
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 20:31:38 2020 +0200

    fix deprecated warning QMatrix QGraphicsView::matrix() const
    
    Use transform() instead
    
    This class was introduced in Qt 4.2.

commit 71abaf92cb81aeb832caac2372da2d60944f64b9
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 20:26:58 2020 +0200

    fix deprecated warning int QWheelEvent::delta() const
    
    Use angleDelta() instead
    
    manhattanLength()
    Returns the sum of the absolute values of x() and y(),
    traditionally known as the "Manhattan length" of the vector
    from the origin to the point.
    
    This class was introduced in Qt 5.5

commit bb093ba0cd119a6ae428ed45af31a966ba606fc7
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Tue Jun 9 18:28:35 2020 +0200

    Mod Copyright Date
    
    from const to dynamic
    
    benefit the date no longer needs to be translated

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

Summary of changes:
 sources/diagramview.cpp             |  2 +-
 sources/editor/elementview.cpp      | 10 +++++-----
 sources/newelementwizard.h          |  2 +-
 sources/qetmainwindow.h             |  2 +-
 sources/qetprintpreviewdialog.h     |  2 +-
 sources/titleblock/templateview.cpp |  4 ++--
 sources/ui/aboutqetdialog.cpp       |  6 ++++--
 7 files changed, 15 insertions(+), 13 deletions(-)


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



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