Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.CI/ | H | 05-Aug-2021 | - | 383 | 174 | |
.docker/ | H | 05-Aug-2021 | - | 105 | 72 | |
.github/ | H | 05-Aug-2021 | - | 641 | 534 | |
cmake/ | H | 05-Aug-2021 | - | 237 | 185 | |
docs/ | H | 05-Aug-2021 | - | 5 | 3 | |
lib/ | H | 03-May-2022 | - | 63,753 | 46,194 | |
resources/ | H | 03-May-2022 | - | 347 | 293 | |
src/ | H | 03-May-2022 | - | 64,938 | 50,045 | |
tests/ | H | 03-May-2022 | - | 1,143 | 873 | |
tools/ | H | 05-Aug-2021 | - | 130 | 79 | |
.cirrus.yml | H A D | 05-Aug-2021 | 875 | 14 | 12 | |
.gitattributes | H A D | 05-Aug-2021 | 80 | 3 | 2 | |
.gitignore | H A D | 05-Aug-2021 | 1.1 KiB | 105 | 83 | |
.gitmodules | H A D | 05-Aug-2021 | 1,007 | 32 | 31 | |
.prettierignore | H A D | 05-Aug-2021 | 56 | 6 | 4 | |
.prettierrc.toml | H A D | 05-Aug-2021 | 97 | 7 | 5 | |
BUILDING_ON_FREEBSD.md | H A D | 05-Aug-2021 | 732 | 17 | 12 | |
BUILDING_ON_LINUX.md | H A D | 05-Aug-2021 | 2.2 KiB | 82 | 47 | |
BUILDING_ON_MAC.md | H A D | 05-Aug-2021 | 1.5 KiB | 35 | 24 | |
BUILDING_ON_WINDOWS.md | H A D | 05-Aug-2021 | 7.8 KiB | 135 | 86 | |
CHANGELOG.md | H A D | 05-Aug-2021 | 20.2 KiB | 245 | 227 | |
CONTRIBUTING.md | H A D | 05-Aug-2021 | 8.1 KiB | 218 | 159 | |
Jenkinsfile | H A D | 05-Aug-2021 | 565 | 21 | 19 | |
LICENSE | H A D | 05-Aug-2021 | 1 KiB | 22 | 17 | |
README.md | H A D | 05-Aug-2021 | 3.1 KiB | 64 | 41 | |
_.travis.yml | H A D | 05-Aug-2021 | 4.1 KiB | 99 | 88 | |
appveyor.yml | H A D | 05-Aug-2021 | 1.7 KiB | 66 | 47 | |
chatterino.pro | H A D | 03-May-2022 | 24.3 KiB | 677 | 636 |
README.md
1![alt text](https://fourtf.com/img/chatterino-icon-64.png) 2Chatterino 2 [![GitHub Actions Build (Windows, Ubuntu, MacOS)](https://github.com/Chatterino/chatterino2/workflows/Build/badge.svg?branch=master)](https://github.com/Chatterino/chatterino2/actions?query=workflow%3ABuild+branch%3Amaster) [![Cirrus CI Build (FreeBSD only)](https://api.cirrus-ci.com/github/Chatterino/chatterino2.svg?branch=master)](https://cirrus-ci.com/github/Chatterino/chatterino2/master) [![Chocolatey Package](https://img.shields.io/chocolatey/v/chatterino?include_prereleases)](https://chocolatey.org/packages/chatterino) [![Flatpak Package](https://img.shields.io/flathub/v/com.chatterino.chatterino)](https://flathub.org/apps/details/com.chatterino.chatterino) 3============ 4 5Chatterino 2 is a chat client for [Twitch.tv](https://twitch.tv). 6The Chatterino 2 wiki can be found [here](https://wiki.chatterino.com). 7Contribution guidelines can be found [here](https://wiki.chatterino.com/Contributing%20for%20Developers). 8 9## Download 10 11Current releases are available at [https://chatterino.com](https://chatterino.com). 12Windows users can also install Chatterino [from Chocolatey](https://chocolatey.org/packages/chatterino). 13 14## Nightly build 15 16You can download the latest Chatterino 2 build over [here](https://github.com/Chatterino/chatterino2/releases/tag/nightly-build) 17 18You might also need to install the [VC++ 2017 Redistributable](https://aka.ms/vs/15/release/vc_redist.x64.exe) from Microsoft if you do not have it installed already. 19If you still receive an error about `MSVCR120.dll missing`, then you should install the [VC++ 2013 Restributable](https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe). 20 21## Building 22 23To get source code with required submodules run: 24 25``` 26git clone --recurse-submodules https://github.com/Chatterino/chatterino2.git 27``` 28 29or 30 31``` 32git clone https://github.com/Chatterino/chatterino2.git 33cd chatterino2 34git submodule update --init --recursive 35``` 36 37[Building on Windows](../master/BUILDING_ON_WINDOWS.md) 38 39[Building on Linux](../master/BUILDING_ON_LINUX.md) 40 41[Building on Mac](../master/BUILDING_ON_MAC.md) 42 43[Building on FreeBSD](../master/BUILDING_ON_FREEBSD.md) 44 45## Code style 46 47The code is formatted using clang format in Qt Creator. [.clang-format](src/.clang-format) contains the style file for clang format. 48 49### Get it automated with QT Creator + Beautifier + Clang Format 50 511. Download LLVM: https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/LLVM-11.0.0-win64.exe 522. During the installation, make sure to add it to your path 533. In QT Creator, select `Help` > `About Plugins` > `C++` > `Beautifier` to enable the plugin 544. Restart QT Creator 555. Select `Tools` > `Options` > `Beautifier` 566. Under `General` select `Tool: ClangFormat` and enable `Automatic Formatting on File Save` 577. Under `Clang Format` select `Use predefined style: File` and `Fallback style: None` 58 59Qt creator should now format the documents when saving it. 60 61## Doxygen 62 63Doxygen is used to generate project information daily and is available [here](https://doxygen.chatterino.com). 64