Revamping ChatView/ChatScene's mouse handling
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 14 Nov 2008 11:24:13 +0000 (12:24 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 14:14:53 +0000 (15:14 +0100)
* 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


No differences found