[umbrello-devel] [Bug 337463] Slow click selection reaction in state diagram
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Tue Jul 15 13:21:04 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=337463
--- Comment #4 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit c38f595099546136fe6722220c94e29d961c7a6d by Ralf Habacker.
Committed on 14/07/2014 at 15:05.
Pushed by habacker into branch 'KDE/4.14'.
Fix long widget diagram selection delay on state diagrams.
The delay is caused by a signal/slot loop emitted by
UMLScene:sigClearAllSelected() connected to UMLWidget/AssociationWidget.
Because widget (de)selection is now based on QGraphicsScene, this signal
and the related slots are obsolate and could be removed.
M +0 -2 umbrello/umlscene.cpp
M +0 -1 umbrello/umlscene.h
M +0 -10 umbrello/widgets/associationwidget.cpp
M +0 -1 umbrello/widgets/associationwidget.h
M +0 -12 umbrello/widgets/umlwidget.cpp
M +0 -1 umbrello/widgets/umlwidget.h
http://commits.kde.org/umbrello/c38f595099546136fe6722220c94e29d961c7a6d
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list