Chat client for https://twitch.tv
Go to file
2017-04-13 19:25:33 +02:00
forms refactoring 2017-04-12 17:46:44 +02:00
images updated settingsdialog 2017-01-22 12:46:35 +01:00
lib asd 2017-01-03 21:19:33 +01:00
logging refactoring 2017-04-12 17:46:44 +02:00
messages refactored windowmanager 2017-04-13 19:25:33 +02:00
platform/borderless refactoring 2017-04-12 17:46:44 +02:00
qss fixed settings color 2017-02-02 00:25:57 +01:00
twitch refactoring 2017-04-12 17:46:44 +02:00
util refactoring 2017-04-12 17:46:44 +02:00
widgets refactored windowmanager 2017-04-13 19:25:33 +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
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 refactored windowmanager 2017-04-13 19:25:33 +02:00
channel.h refactoring 2017-04-12 17:46:44 +02:00
channelmanager.cpp refactoring 2017-04-12 17:46:44 +02:00
channelmanager.h refactoring 2017-04-12 17:46:44 +02:00
chatterino.pro changed application data path from %appdata%/chatterino to 2017-04-13 18:51:46 +02:00
clangformat.txt refactoring 2017-04-12 17:46:44 +02:00
colorscheme.cpp refactored windowmanager 2017-04-13 19:25:33 +02:00
colorscheme.h refactoring 2017-04-12 17:46:44 +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 refactoring 2017-04-12 17:46:44 +02:00
emojidata.txt added messages 2017-01-07 20:43:55 +01:00
emojis.cpp refactoring 2017-04-12 17:46:44 +02:00
emojis.h refactoring 2017-04-12 17:46:44 +02:00
emotemanager.cpp refactoring 2017-04-12 17:46:44 +02:00
emotemanager.h refactored windowmanager 2017-04-13 19:25:33 +02:00
fontmanager.cpp refactoring 2017-04-12 17:46:44 +02:00
fontmanager.h refactoring 2017-04-12 17:46:44 +02:00
ircmanager.cpp added basic settings page for accounts 2017-04-13 16:06:23 +02:00
ircmanager.h refactoring 2017-04-12 17:46:44 +02:00
ircuser2.cpp refactoring 2017-04-12 17:46:44 +02:00
ircuser2.h refactoring 2017-04-12 17:46:44 +02:00
main.cpp refactored windowmanager 2017-04-13 19:25:33 +02:00
README.md nuuls ping NaM 2017-02-07 13:41:38 +01:00
resources.cpp refactoring 2017-04-12 17:46:44 +02:00
resources.h refactoring 2017-04-12 17:46:44 +02:00
resources.qrc updated settingsdialog 2017-01-22 12:46:35 +01:00
setting.h refactoring 2017-04-12 17:46:44 +02:00
settingsmanager.cpp changed application data path from %appdata%/chatterino to 2017-04-13 18:51:46 +02:00
settingsmanager.h changed application data path from %appdata%/chatterino to 2017-04-13 18:51:46 +02:00
settingssnapshot.h refactoring 2017-04-12 17:46:44 +02:00
usermanager.cpp added basic settings page for accounts 2017-04-13 16:06:23 +02:00
usermanager.h added basic settings page for accounts 2017-04-13 16:06:23 +02:00
windowmanager.cpp refactored windowmanager 2017-04-13 19:25:33 +02:00
windowmanager.h refactored windowmanager 2017-04-13 19:25:33 +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.