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:35:36 +0000 (15:35 +0100)
commiteacb532f13295a30fa4366a6ff29d1168db84280
tree0f4ce767a6f75c9698c7cd87bb40b412931eb7a0
parent9ee36f12340682fb2420c3444efb23b5040c4823
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
src/qtui/chatitem.h
src/qtui/chatscene.cpp