Skip to content

Tags: inchron/QuickQanava

Tags

chronsuite/3.5.1

Toggle chronsuite/3.5.1's commit message
Update EdgeItem after setting a new style

This fixes a missing update of the EdgeItem style
when setting a new EdgeStyle.

chronsuite/3.4.F1

Toggle chronsuite/3.4.F1's commit message
Fix For no Release Event Received

When certain custom actions like showing a QMenu
are done in a slot connected to the groupRightClicked()
signal which gets emitted in qanGroupItem::mousePressEvent()
the release event of the mouse button is never handled
by the QTQuick framework and e.g. the grabber item is
not cleared and will be re-used in the next mouse press
event.

This is fixed by moving the emit of 'groupRightClicked()'
to the mouseReleaseEvent() handler.

chronsuite/3.2.1

Toggle chronsuite/3.2.1's commit message
Fix for receiving QT signals in destructed object

When the container of incoming and outgoing nodes is cleared
in the destructor of a gtpo::node the destructor of the
derived class was already called and the nodes container
shall not send any 'length changed' signals which can be
received by the already destructed object of derived type.

chronsuite/3.2.0

Toggle chronsuite/3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cneben#133 from cneben/develop

Develop