From: Manuel Nickschas Date: Fri, 14 Nov 2008 11:24:13 +0000 (+0100) Subject: Revamping ChatView/ChatScene's mouse handling X-Git-Tag: 0.4.0~431 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9ce9c0ab3ac6f4bda4e3a70bf13a9c07d2debfe6;hp=9ce9c0ab3ac6f4bda4e3a70bf13a9c07d2debfe6 Revamping ChatView/ChatScene's mouse handling * Introduce proper single/double/triple click detection. This will make it possible to add some standard selection modes, allows partial selection of links and some more stuff * ChatItem->handleClick() is now called appropriately, in addition to the standard mouse events * Enable drag/drop for selections in ChatView, i.e. you can now drag text somewhere else * Some cleanups ---