Make URLs stylable and fix on-hover underline
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 11 Aug 2009 21:45:56 +0000 (23:45 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 11 Aug 2009 21:45:56 +0000 (23:45 +0200)
commitc9057c565220fa7f5e264775fde4bf41c5eae308
tree4614cd84bae8ab19e61abf87d3ca0b6c2c49d566
parent2cf0c7d0b1fcbab239649c6b5cbdd54f362fb7a8
Make URLs stylable and fix on-hover underline

You can now use ::url in stylesheets to define how URLs should look like.
Default is palette(link) which uses the system color for that purpose. Since this
is applied after layouting, you shouldn't use attributes that change the font geometry.
data/default.qss
src/qtui/chatitem.cpp
src/qtui/chatitem.h
src/uisupport/qssparser.cpp
src/uisupport/uistyle.cpp