[qet] [GIT] qet/qet.git branch XMLPropertiesNew updated. 0.9-dev-67-g755bcf6

[ 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, XMLPropertiesNew has been updated
       via  755bcf640d684c846c3a786e44fe3a5092406f2b (commit)
       via  5d3710c4b2db784e5cd6664e0cf1e454726934f2 (commit)
       via  058824f29a25f2979e3c1a2481487bb6138fc14c (commit)
       via  ea793125a5013d2e7c68065c897a1684f80e0995 (commit)
       via  bc88f2ec2e43a9feb7c8825ff6069e88992c5eae (commit)
       via  6887c543da3bf65d7ff7cd1fea42b80407f72a11 (commit)
      from  51ed21f9ef1ed11c5a3c52115ed8d4687560a43e (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 755bcf640d684c846c3a786e44fe3a5092406f2b
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date:   Sun Mar 7 14:07:47 2021 +0100

    fix conductor properties xml load

commit 5d3710c4b2db784e5cd6664e0cf1e454726934f2
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date:   Sun Mar 7 10:09:45 2021 +0100

    copy all toXML() from master commit 4b82c3a0c46e17fda42d71dc998c05e4d5c0d5f6 into the current branch, because the new concept will be used only for user properties

commit 058824f29a25f2979e3c1a2481487bb6138fc14c
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date:   Sat Mar 6 20:01:31 2021 +0100

    move all static xml functions to qetxml

commit ea793125a5013d2e7c68065c897a1684f80e0995
Author: Martin Marmsoler <martin.marmsoler@xxxxxxxxx>
Date:   Fri Mar 5 20:59:36 2021 +0100

    move m_change_connections to ElementItemEditor, so it must not be defined by every editor it self

commit bc88f2ec2e43a9feb7c8825ff6069e88992c5eae
Author: Martin <martin.marmsoler@xxxxxxxxx>
Date:   Fri Mar 5 17:38:51 2021 +0100

    reimplement Priv function, so the ElementEditor gets called automatically

commit 6887c543da3bf65d7ff7cd1fea42b80407f72a11
Author: Martin <martin.marmsoler@xxxxxxxxx>
Date:   Fri Mar 5 07:56:35 2021 +0100

    add possibilities to fill the userProperties

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

Summary of changes:
 sources/borderproperties.cpp                       |  37 ++-
 sources/conductorproperties.cpp                    | 185 ++++++-----
 sources/conductorproperties.h                      |   7 +-
 sources/diagram.cpp                                |   8 +-
 sources/editor/arceditor.cpp                       |   2 +-
 sources/editor/arceditor.h                         |   4 +-
 sources/editor/elementitemeditor.cpp               |   5 +
 sources/editor/elementitemeditor.h                 |  10 +-
 .../graphicspart/customelementgraphicpart.cpp      |   8 +-
 sources/editor/graphicspart/partarc.cpp            |  52 ++-
 sources/editor/graphicspart/partarc.h              |   2 +-
 .../editor/graphicspart/partdynamictextfield.cpp   | 149 +++++----
 sources/editor/graphicspart/partdynamictextfield.h |   2 +-
 sources/editor/graphicspart/partellipse.cpp        |  58 ++--
 sources/editor/graphicspart/partellipse.h          |   2 +-
 sources/editor/graphicspart/partline.cpp           |  59 ++--
 sources/editor/graphicspart/partline.h             |   2 +-
 sources/editor/graphicspart/partpolygon.cpp        |  36 +-
 sources/editor/graphicspart/partpolygon.h          |   2 +-
 sources/editor/graphicspart/partrectangle.cpp      |  72 ++--
 sources/editor/graphicspart/partrectangle.h        |   2 +-
 sources/editor/graphicspart/partterminal.cpp       |  11 +-
 sources/editor/graphicspart/partterminal.h         |   2 +-
 sources/editor/graphicspart/parttext.cpp           |  46 +--
 sources/editor/graphicspart/parttext.h             |   2 +-
 sources/editor/styleeditor.cpp                     |   4 +-
 sources/editor/styleeditor.h                       |   2 +-
 sources/editor/ui/dynamictextfieldeditor.cpp       |  34 +-
 sources/editor/ui/dynamictextfieldeditor.h         |   3 +-
 sources/editor/ui/ellipseeditor.cpp                |   4 +-
 sources/editor/ui/ellipseeditor.h                  |   5 +-
 sources/editor/ui/lineeditor.cpp                   |   4 +-
 sources/editor/ui/lineeditor.h                     |   5 +-
 sources/editor/ui/polygoneditor.cpp                |   4 +-
 sources/editor/ui/polygoneditor.h                  |   3 +-
 sources/editor/ui/rectangleeditor.cpp              |   2 +-
 sources/editor/ui/rectangleeditor.h                |   3 +-
 sources/editor/ui/terminaleditor.cpp               |   4 +-
 sources/editor/ui/terminaleditor.h                 |   5 +-
 sources/editor/ui/texteditor.cpp                   |   2 +-
 sources/editor/ui/texteditor.h                     |   2 +-
 sources/properties/propertiesinterface.cpp         | 361 +++------------------
 sources/properties/propertiesinterface.h           | 130 +++-----
 sources/properties/terminaldata.cpp                |  47 +--
 sources/properties/terminaldata.h                  |   2 +-
 sources/properties/xrefproperties.cpp              |  58 ++--
 sources/properties/xrefproperties.h                |   2 +-
 sources/qetgraphicsitem/conductor.cpp              | 141 ++++----
 sources/qetgraphicsitem/conductor.h                |   2 +-
 sources/qetgraphicsitem/conductortextitem.cpp      |  14 +-
 sources/qetgraphicsitem/terminal.cpp               |  23 +-
 sources/qetproject.cpp                             |   4 +-
 sources/qetxml.cpp                                 | 296 +++++++++++++++++
 sources/qetxml.h                                   |  48 +++
 sources/titleblockproperties.cpp                   |  54 +--
 55 files changed, 1052 insertions(+), 981 deletions(-)


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



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