[umbrello-devel] [Bug 337463] Slow click selection reaction in state diagram
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Tue Jul 15 12:59:21 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=337463
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |http://commits.kde.org/umbr
| |ello/7f661fed65d5948e4de149
| |81858241f63ea8e8de
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
Version Fixed In| |4.13.4
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet.de> ---
Git commit 7f661fed65d5948e4de14981858241f63ea8e8de by Ralf Habacker.
Committed on 14/07/2014 at 15:05.
Pushed by habacker into branch 'KDE/4.13'.
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.
FIXED-IN:4.13.4
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/7f661fed65d5948e4de14981858241f63ea8e8de
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list