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)
commitf64ded9b73ed4eb09d3e2c14cddc0ead1e269185
tree763c4d1c893260a931e44a5ab3354839ca0b342e
parent9ce9c0ab3ac6f4bda4e3a70bf13a9c07d2debfe6
Use handleClick() rather than mouseReleaseEvent() for handling URL clicks

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.
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/qtui/chatscene.cpp
src/qtui/chatscene.h