Chat client for https://twitch.tv
Go to file
2017-04-24 19:30:23 +02:00
forms Renamed User* to Account* (#41) 2017-04-19 15:24:19 +02:00
images updated settingsdialog 2017-01-22 12:46:35 +01:00
lib asd 2017-01-03 21:19:33 +01:00
logging fixed the namespace comments 2017-04-14 17:52:22 +02:00
messages fixed the namespace comments 2017-04-14 17:52:22 +02:00
platform/borderless dont use windows min max macros (#37) 2017-04-14 14:25:49 +02:00
qss fixed settings color 2017-02-02 00:25:57 +01:00
twitch Merge branch 'master' of https://github.com/fourtf/chatterino2 2017-04-18 02:30:07 +02:00
util fixed the namespace comments 2017-04-14 17:52:22 +02:00
widgets fixed mouseover locations 2017-04-24 19:30:23 +02:00
.gitignore Initial commit 2016-12-29 17:18:13 +01:00
.gitmodules asd 2017-01-03 21:19:33 +01:00
.travis.yml started adding text selection 2017-02-17 23:51:35 +01:00
accountmanager.cpp Make runnable again (#40) 2017-04-19 15:25:05 +02:00
accountmanager.h Make runnable again (#40) 2017-04-19 15:25:05 +02:00
appdatapath.cpp changed application data path from %appdata%/chatterino to 2017-04-13 18:51:46 +02:00
appdatapath.h changed application data path from %appdata%/chatterino to 2017-04-13 18:51:46 +02:00
asyncexec.h refactoring 2017-04-12 17:46:44 +02:00
channel.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
channel.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
channelmanager.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
channelmanager.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
chatterino.pro renamed "user" to "account" 2017-04-18 02:29:32 +02:00
clangformat.txt added namespace comments 2017-04-14 17:47:28 +02:00
colorscheme.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
colorscheme.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
common.h changed application data path from %appdata%/chatterino to 2017-04-13 18:51:46 +02:00
common.h.cpp added spicy new segfaults 2017-01-11 01:08:20 +01:00
concurrentmap.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
emojidata.txt added messages 2017-01-07 20:43:55 +01:00
emojis.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
emojis.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
emotemanager.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
emotemanager.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
fontmanager.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
fontmanager.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
ircaccount.cpp renamed "user" to "account" 2017-04-18 02:29:32 +02:00
ircaccount.h renamed "user" to "account" 2017-04-18 02:29:32 +02:00
ircmanager.cpp renamed "user" to "account" 2017-04-18 02:29:32 +02:00
ircmanager.h renamed "user" to "account" 2017-04-18 02:29:32 +02:00
main.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
README.md nuuls ping NaM 2017-02-07 13:41:38 +01:00
resources.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
resources.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
resources.qrc updated settingsdialog 2017-01-22 12:46:35 +01:00
setting.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
settingsmanager.cpp Make runnable again (#40) 2017-04-19 15:25:05 +02:00
settingsmanager.h Make runnable again (#40) 2017-04-19 15:25:05 +02:00
settingssnapshot.h fixed the namespace comments 2017-04-14 17:52:22 +02:00
windowmanager.cpp fixed the namespace comments 2017-04-14 17:52:22 +02:00
windowmanager.h fixed the namespace comments 2017-04-14 17:52:22 +02:00

chatterino 2

Chatterino 2 is the second installment of my twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.

requirements

  1. download the boost library and extract it to C:\local\boost
  2. download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
  3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.

code style

The code is normally formated using clang format in qt creator. clangformat.txt contains the style file for clang format.