Go to file
2025-01-01 14:01:33 +01:00
build_scripts Update the script for building in Ubuntu 24.04 2024-09-22 17:22:30 +02:00
ci/win Fix encoding in inno setup scripts 2024-11-03 18:26:39 +01:00
common Add setting to hide the "Continue Reading..." banner from the home view. 2024-12-28 14:36:42 +01:00
compressed_archive Use QLOG_ERROR when 7z fails to load 2024-09-22 11:13:03 +02:00
custom_widgets Replace drop shadow on the Flow Info view too 2024-12-29 19:09:59 +01:00
dependencies Use the right format for lib files 2024-10-12 19:29:24 +02:00
docker Some cleaning in the Dockerfile files 2024-09-22 17:25:44 +02:00
files Include links to discord in the about pages 2022-10-25 10:10:45 +02:00
images Remove shadows from some svg icons 2024-12-21 09:43:35 +01:00
release/server Web UI status page: Add YACReader svg 2022-10-23 20:02:12 +02:00
shortcuts_management Use a queued connection to avoid crashes when a conflic arises 2024-12-11 18:29:15 +01:00
tests Add libarchive decompression backend 2022-08-31 09:32:23 +02:00
third_party Disable clang format in KDToolBox folder 2023-06-03 20:57:13 +02:00
YACReader Update language files 2025-01-01 10:35:16 +01:00
YACReaderLibrary Update language files 2025-01-01 10:35:16 +01:00
YACReaderLibraryServer Update language files 2025-01-01 10:35:16 +01:00
.clang-format Remove comment pragmas 2019-05-31 19:43:54 +02:00
.editorconfig Add .editorconfig to prevent whitespace conflicts 2019-04-19 15:02:34 +00:00
.gitattributes Exclude openssl an 7zip from git export so they don't pollute our source tarballs 2020-04-11 21:26:19 +02:00
.gitignore Exclude build folders from git 2024-12-11 18:30:54 +01:00
azure-pipelines-build-number.yml Properly date+revision calculation 2019-08-24 11:11:57 +02:00
azure-pipelines-windows-template-qt6.yml Use 23.01 src in Azure Pipelines 2023-07-17 11:05:32 +02:00
azure-pipelines-windows-template.yml Use 23.01 src in Azure Pipelines 2023-07-17 11:05:32 +02:00
azure-pipelines.yml Change order of parameters for aqt 2024-12-11 21:30:19 +01:00
background.png Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
background@2x.png Add @2x background image for macos dmg 2019-09-01 13:31:54 +02:00
CHANGELOG.md Typo 2025-01-01 10:42:49 +01:00
cleanOSX.sh Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
compileOSX.sh Fix name 2023-07-22 21:06:43 +02:00
config.pri Unix: Fix regression in translation install target 2022-10-31 13:19:50 +01:00
COPYING.txt Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
dmg.json Remove the build number from the dmg image name to avoid hitting its length limit 2024-09-22 20:21:35 +02:00
icon.icns Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
INSTALL.md Replace libqrencode with nayuki/QR-Code-generator 2023-03-25 11:06:17 +01:00
mktarball.sh Update mktarball.sh for git usage (needs .gitattributes). 2018-06-06 13:46:24 +02:00
README.md Update README 2023-07-19 09:03:42 +02:00
signapps.sh Keep track about codesign in the logs 2019-09-18 23:26:13 +02:00
YACReader.1 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
YACReader.desktop Add updated mime-types to YACReader.desktop 2021-11-10 19:21:39 +01:00
YACReader.pro tests: add the first Qt Test - ConcurrentQueueTest 2021-12-29 09:36:44 +01:00
YACReader.svg Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
YACReaderLibrary.1 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
YACReaderLibrary.desktop Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
YACReaderLibrary.svg Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00

Build Master Develop
Code Validation Build Status Build Status
Linux Build Status Build Status
Windows x86 Build Status Build Status
Windows x64 Build Status Build Status
MacOS Build Status Build Status
Publish Build Build Status

YACReader

"Yet another comic reader"

License

This software has been developed by Luis Ángel San Martín Rodríguez (luisangelsm@gmail.com) under GPL v3 license (see COPYING.txt).

Getting YACReader

Official releases:

https://github.com/YACReader/yacreader/releases

As a package:

Packaging status

From OBS build service:

Building from source:

See INSTALL.md

Contact

If you need help or have any suggestion, please, send me an e-mail.

Contributing

If you are interested in contributing to the project the first step should be to contact me so we can plan together the best approach, you can send an e-mail or just open an issue in this repo. For small bug fixes it is usually ok to open a PR directly.

Contributions are not restricted to coding; you can help the project by bringing new UI/UX ideas, designing new assets, writing manuals or tutorials, translating the apps, etc. If you are interested in DevOps, YACReader uses Azure Pipelines for CI/CD, any improvements in that area are welcome. Testing pre-releases is also really appreciated.

Dev Setup

YACReader is developed in c++/Qt, so the first thing you need to do is to install a C++ compiler or environment that supports at least C++17 and Qt. In Windows I use Visual Studio Community Edition 2019 as build system and in macos I use Xcode, but I do all the coding using QtCreator. The project support Qt5 and Qt6 at the moment so you need to make sure that everything works in both Qt5 and Qt6, you only need to install one flavor of Qt and CI will check that everything builds with both, I recommend using Qt6.

The repo includes binaries for the dependencies needed for Windows (MSVC compiler) and macos (clang) but you need to configure 7zip dependency manually, please take a look at compressed_archive/README_7zip.txt.

Running and debugging

YACReader needs to find its dependencies at runtime, make sure that Qt binaries are in your PATH and the third-party binaries are next to the executable. The best way to make sure you have all the third-party binaries in place is to check YACReader installation and copy the binaries in your output folder.

If you have the time and the energy, please open a PR with a script that automatizes any of these manual processes.

Code Format

YACReader uses clang-format to ensure a common style and avoid deviances from it. CI checks this and will fail if the correct format is not used. clang-format needs to be called recursively in all the folders because some of them have their own .clang-format file, mainly to exclude changing the format in third-party libraries which are included in the source code. I recommend configuring your development tools to use clang-format, you can try to use it manually, but please, do it always before committing changes. I recommend using QtCreator configured properly, you can find a tutorial here.

CI/CD

Any PR will be validated through CI, and it will not be merged if CI fails.

Pull Requests

The base and target branch for any PR should always be develop.

Donations

YACReader is free but it needs money to keep being alive, so please, if you like YACReader, visit the home page and make a donation.

Hacktoberfest

If you are interested in YACReader, please contact me so we can discuss your next steps.