[qet] [GIT] qet/qet.git branch master updated. 0.8-dev-349-g2ec018a

[ 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  2ec018a4e93302f0e7fbbc67ad352bfb3ecf2fd4 (commit)
       via  2570108caf69abe4705f7d7619942d1b13926f81 (commit)
       via  5d2d4a48a529e5ed5cdec156049ae836c7a7d4e8 (commit)
       via  21c3c09341d37da4af62baa5511510a2ec33b1e4 (commit)
       via  b9ed45c8a3c4243a8b2b8536c8f965d9d27ffb37 (commit)
       via  573a36b93f0334f5395c510519797c48f17f582f (commit)
      from  e61cbfe30a3da25b3d6028718ccae94a59d8c4d6 (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 2ec018a4e93302f0e7fbbc67ad352bfb3ecf2fd4
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Tue Jun 9 22:41:01 2020 +0200

    fix deprecated warning QString::SplitBehavior
    
    enum QString::SplitBehavior This enum is obsolete.
    
    Use Qt::SplitBehavior instead.
    This enum was introduced or modified in Qt 5.14.

commit 2570108caf69abe4705f7d7619942d1b13926f81
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 19:49:27 2020 +0200

    fix deprecated warning qsrand
    
    This function is obsolete.
    
    Use QRandomGenerator instead.
    This class was introduced in Qt 5.10.

commit 5d2d4a48a529e5ed5cdec156049ae836c7a7d4e8
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 20:12:57 2020 +0200

    fix deprecated warning QButtonGroup::buttonClicked
    
    This function is obsolete.
    
    Use QButtonGroup::idClicked instead.
    This function was introduced in Qt 5.15.

commit 21c3c09341d37da4af62baa5511510a2ec33b1e4
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 20:58:11 2020 +0200

    fix deprecated warning QHash
    
    This function is obsolete.
    
    Use QMultiHash instead.
    This function was introduced in Qt 4.3 - 5.14

commit b9ed45c8a3c4243a8b2b8536c8f965d9d27ffb37
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Wed Jun 10 20:46:35 2020 +0200

    fix deprecated warning QMap
    
    This function is obsolete.
    
    Use QMultiMap instead.
    This function was introduced in Qt 4.3 - 5.14

commit 573a36b93f0334f5395c510519797c48f17f582f
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Tue Jun 9 23:16:52 2020 +0200

    fix deprecated warning QDirModel
    
    This class is obsolete. It is provided to keep old source code working.
    We strongly advise against using it in new code.
    
    Use QFileSystemModel instead.
    This class was introduced in Qt 4.4

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

Summary of changes:
 SingleApplication/singleapplication.cpp                      |  6 ++++++
 sources/ElementsCollection/elementscollectionwidget.cpp      |  4 ++++
 sources/conductorproperties.cpp                              |  4 ++++
 sources/dataBase/ui/elementquerywidget.cpp                   |  4 ++++
 sources/editor/graphicspart/customelementgraphicpart.cpp     |  4 ++++
 sources/exportpropertieswidget.cpp                           |  3 ++-
 sources/factory/elementpicturefactory.cpp                    |  5 ++++-
 sources/qet.cpp                                              |  6 +++++-
 .../ViewItem/ui/graphicstablepropertieseditor.cpp            |  5 +++++
 .../ViewItem/ui/graphicstablepropertieseditor.h              |  1 +
 sources/qetgraphicsitem/conductor.cpp                        |  6 ++++--
 sources/qetgraphicsitem/crossrefitem.cpp                     |  8 ++++----
 sources/qetgraphicsitem/crossrefitem.h                       |  6 ++++--
 sources/titleblock/templatecellsset.cpp                      |  7 +++++--
 sources/titleblocktemplate.cpp                               | 12 ++++++++++--
 sources/ui/bomexportdialog.cpp                               |  5 +++++
 16 files changed, 71 insertions(+), 15 deletions(-)


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



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