1ecc6ff612
Default to b.userName instead of message->account() Made font updatable in the Settings dialog with a font dialog More work on subscription badge loading Known issues: - Font isn't updated in a split until a new message is written in that split - When font/font size is changed, old messages don't have their size updated causing weird layout of old messages
chatterino 2
Chatterino 2 is the second installment of the twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.
code style
The code is normally formated using clang format in qt creator. .clang-format contains the style file for clang format.
requirements
submodules
you need to run git submodule update --init --recursive to init the submodules
windows
boost
download the boost library and extract it to C:\local\boost
open-ssl
- download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
- Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.
rapidjson
- download rapidjson zip from https://github.com/miloyip/rapidjson/releases/latest
- extract to
C:/local/rapidjsonso thatC:/local/rapidjson/include/rapidjson/is a proper path
linux
???