yacreader icon indicating copy to clipboard operation
yacreader copied to clipboard

This repo contains the code of YACReader's desktop version.

Results 181 yacreader issues
Sort by recently updated
recently updated
newest added

Detect the default date format from the user's system and display all dates in that format. Currently, dates are displayed as DD/MM/YYYY. In America and some African countries, the default...

A keyboard shortcut to open the selected comic's Edit Info Calibre uses the letter E, but Ctrl+E is more common.

We should use static code analysis to check for errors in our codebase and especially new commits and pull requests. There are several options available: - Clang static analyzer -...

infrastructure

## Platform * YACReader/YACLibrary 9.6.2 * Qt 5.13.2 on Linux, 64bit, ArchLinux * Also reproduced with Qt 5.14.0 * Desktop: KDE Plasma 5.17.4 on X11 ## Issue In the library,...

It seems more natural the direction key used to flip pages should follow the flow of the page, which in Manga Mode is the other way around. At the moment...

Toolbar hiding by shortcut is confusing, not easily found by new users (see #104) and it is possible to lock yourself out of the toolbar by pressing the button by...

As the title says it would be nice to be able to customize what information is shown for a manga on each column, some people like me don't care about...

refactoring

Right now, the space bar behaves in double page mode exactly as it does in single page mode. When you use it, you scroll to the bottom of the double...

YACReader currently uses qmake as build system, but this is showing its limits. We really need some proper dependency management, modularization and generally could use some improvements to reduce our...

enhancement
refactoring

We should use our new CI system to run lupdate on our source code whenever we do a (pre)release. We should publish the generated translation source files as a separate...

refactoring