Go to file
Luis Ángel San Martín 982d58246c
Merge pull request #316 from YACReader/develop
9.9.1 Release
2022-09-04 22:45:03 +02:00
ci/win Add more missing dlls to the windows installer 2021-11-07 20:47:54 +01:00
common BUMP version number 2022-09-04 22:43:57 +02:00
compressed_archive Add message output when using 7zip in windows 2022-08-31 09:32:23 +02:00
custom_widgets Update CHANGELOG 2022-09-01 11:20:50 +02:00
dependencies Enable the usage of pkg-config by MinGW builds 2021-11-02 11:02:32 +01:00
files Remove unused resources 2022-01-15 15:51:59 +01:00
images Remove unused resources 2022-01-15 15:51:59 +01:00
release Update simplified Chinese. 2022-07-06 15:54:54 +02:00
shortcuts_management Remove deprecated and always disabled alwaysOnTopAction 2022-01-15 18:02:30 +02:00
tests Add libarchive decompression backend 2022-08-31 09:32:23 +02:00
third_party Update QtWebApp to 1.8.3 2021-10-19 00:00:09 +02:00
YACReader Always clear the page number field in GoToDialog when it is opened 2022-09-04 17:47:09 +02:00
YACReaderLibrary Reenable flickable behavior in the GridView 2022-09-03 23:53:58 +02:00
YACReaderLibraryServer Add libarchive decompression backend 2022-08-31 09:32:23 +02: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 Add libarchive decompression backend 2022-08-31 09:32:23 +02:00
azure-pipelines-build-number.yml Properly date+revision calculation 2019-08-24 11:11:57 +02:00
azure-pipelines-windows-template-qt6.yml Run tests in qt6 too 2021-12-29 09:36:44 +01:00
azure-pipelines-windows-template.yml Azure: run tests as a step of each platform's job 2021-12-29 09:36:44 +01:00
azure-pipelines.yml Replace all macOS-10.15 images with macOS-latest 2022-09-02 18:17:27 +02: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 Update CHANGELOG 2022-09-04 22:43:00 +02:00
cleanOSX.sh Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
com.yacreader.YACReader.appdata.xml Add flatpak manifest 2022-04-21 01:40:39 +02:00
com.yacreader.YACReader.yml Update libunarr and pdfium versions for the flatpak 2022-05-29 23:48:26 +02:00
compileOSX.sh compileOSX.sh: add version to app 2021-06-25 15:19:44 +01:00
config.pri Detect libarchive config in windows and macos 2022-08-31 09:32:23 +02:00
COPYING.txt Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
dmg.json Volume name was too large 2019-09-01 13:31:36 +02:00
icon.icns Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
INSTALL.md Update build instructions 2021-05-09 15:48:33 +02:00
mktarball.sh Update mktarball.sh for git usage (needs .gitattributes). 2018-06-06 13:46:24 +02:00
README.md Update README.md 2022-04-14 07:29:50 +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 code, 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 is adding support to Qt6 and it alreaady compiles under it but it is not ready to ship, so you need to make sure that everything works in both Qt5 and Qt6, you only need to install Qt5 for now and CI will check that everything builds with Qt6.

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

Running and debuging

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 thirdparty binaries in place is to check YACReader installation and copying 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 proceses.

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 the own .clang-format file, mainly to exclude changing the format in third-party libraries which are included in the source code. I recommend to configure 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.