Update channel/nick/query tooltips to new-style
authorShane Synan <digitalcircuit36939@gmail.com>
Thu, 18 Feb 2016 01:44:18 +0000 (19:44 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 13 Jun 2016 20:35:46 +0000 (22:35 +0200)
commitb60e07cf184dc374b135489c4d5ec7db1e5f3651
tree29999759bbb765b96948578640158cf6f3b993a2
parent60d19a8ddad9f989f4fa03ba66c47e3d7bb66df1
Update channel/nick/query tooltips to new-style

Modify channel, network, query and nick tooltips to use a clean,
consistent style with more padding, trading efficiency for
readability. This significantly helps for tooltips with lots of
information.

Unify HTML escaping, reducing some clutter of '#if QT_VERSION'.

Fix crashes and weird formatting by escaping HTML where reasonable,
such as nick ident information.  In titles, spaces are replaced with
non-breaking spaces to avoid line-wrapping.

Expands upon a2e0951abbe2d545836fb25fd6010aa085f17d82
Thanks to https://github.com/Scheirle for the first version!
src/client/networkmodel.cpp
src/client/networkmodel.h