First steps in supporting on-hover
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Sep 2008 22:35:32 +0000 (00:35 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 15 Sep 2008 20:54:36 +0000 (22:54 +0200)
commit148f1953967cdd1fc8febbdfd9bb103335dc8c91
tree2aa67e8be1569f9187a23c86abaf2941a7e714a8
parent14dbd6c44d159c7ca96db9424923962011f7b861
First steps in supporting on-hover

We now analyze ChatLines (lazily) for interesting stuff like URLs and channel names,
and when hovering on them, underline them (and later also change the mouse cursor, I guess).
Still missing: action on click, also we still have some visual glitches while selecting.
Also I think we'll provide a context menu on right click later.
src/qtui/chatitem.cpp
src/qtui/chatitem.h