[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-759-g2a69e54

[ 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  2a69e540d6fe4545ca13117bdbf96825193a68e1 (commit)
       via  c958d54d01a7967d84e61876be5e4cdfdb3c194c (commit)
       via  a917399950d9f48579c27979b8126ff9dccebe2d (commit)
      from  f671a63366b2f73881fa45778d0686418808ea6c (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 2a69e540d6fe4545ca13117bdbf96825193a68e1
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Mon Sep 21 21:19:50 2020 +0200

    Fix Qt 6 definition of macro ‘Q_DECLARE_MOVABLE_CONTAINER’
    
    adding #include <QHash>
    
    + code fail to compile if it uses deprecated APIs.
    => see .pro file

commit c958d54d01a7967d84e61876be5e4cdfdb3c194c
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Mon Sep 21 21:16:05 2020 +0200

    Fix Qt 6 deprecated QDockWidget::AllDockWidgetFeatures
    
    (Deprecated) The dock widget can be closed, moved, and floated.
    Since new features might be added in future releases,
    the look and behavior of dock widgets might change if you use this flag.
    Please specify individual flags instead.

commit a917399950d9f48579c27979b8126ff9dccebe2d
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Mon Sep 21 20:42:40 2020 +0200

    Fix Qt 6 deprecated QComboBox::AdjustToMinimumContentsLength
    
    Use
    - QComboBox::AdjustToContents
    - QComboBox::AdjustToContentsOnFirstShow
    instead.

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

Summary of changes:
 qelectrotech.pro                                   |   1 +
 .../ElementsCollection/elementscollectionmodel.h   |   1 +
 sources/NameList/ui/namelistwidget.h               |  22 +--
 sources/configpages.cpp                            |  33 ++--
 sources/dataBase/ui/elementquerywidget.h           |   1 +
 sources/editor/qetelementeditor.cpp                |  37 ++--
 sources/editor/styleeditor.cpp                     |   4 +-
 sources/elementtextsmover.h                        |   7 +-
 sources/properties/xrefproperties.cpp              |   8 +-
 sources/properties/xrefproperties.h                |   4 +-
 sources/qetdiagrameditor.cpp                       | 190 +++++++++++----------
 sources/qetgraphicsitem/element.h                  |  39 ++---
 sources/qetinformation.cpp                         |  11 +-
 sources/qetinformation.h                           |   7 +-
 sources/qetproject.cpp                             |  12 +-
 sources/qetproject.h                               |  25 +--
 sources/titleblock/qettemplateeditor.cpp           | 126 +++++++-------
 sources/ui/dynamicelementtextmodel.h               |  26 +--
 sources/ui/linksingleelementwidget.h               |  16 +-
 sources/ui/masterpropertieswidget.h                |   1 +
 sources/ui/multipastedialog.cpp                    |  49 +++---
 sources/ui/potentialselectordialog.cpp             |  31 ++--
 sources/ui/shapegraphicsitempropertieswidget.cpp   |   3 +
 sources/ui/xrefpropertieswidget.cpp                |   6 +-
 sources/ui/xrefpropertieswidget.h                  |   2 +
 sources/undocommand/addelementtextcommand.h        |  31 ++--
 sources/undocommand/deleteqgraphicsitemcommand.h   |  14 +-
 sources/undocommand/rotateselectioncommand.h       |  15 +-
 sources/undocommand/rotatetextscommand.h           |   7 +-
 29 files changed, 399 insertions(+), 330 deletions(-)


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



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