Use handleClick() rather than mouseReleaseEvent() for handling URL clicks
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 14 Nov 2008 15:05:20 +0000 (16:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 14:14:53 +0000 (15:14 +0100)
This finishes the mouse event handling overhaul (except for marking-by double/triple clicks).
Saves us a couple event handlers, and we don't need to check for drags in ChatItem anymore.


No differences found