Show timestamp format tooltips when core supports
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 8 Jan 2017 19:30:38 +0000 (13:30 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 13 Apr 2017 19:56:08 +0000 (21:56 +0200)
commit4c5b4bf5355413e3f3df3704512ff350fa062961
treeeca0d9262bb6a26ca28823824337b905851b36b7
parent96d275205b16280f8b938ab7f54d62c51fad358c
Show timestamp format tooltips when core supports

Only change tooltip for away messages when supported by the core.
Restore original tooltip and concatenate together to reuse existing
translations (can be split apart if not a good idea).

Add new feature flag "AwayFormatTimestamp" to indicate when the core
supports parsing timestamp formats in away messages.

This isn't strictly required and if needed can be left out.  It just
might be confusing for the UI to say you can do something.. and it
doesn't work.

Resolves GH-270.
src/common/quassel.h
src/qtui/settingspages/identityeditwidget.cpp
src/qtui/settingspages/identityeditwidget.ui