3709b6e737
Format includes using clang-format
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
2026-03-13 18:21:38 +01:00
5950c52e19
Support editing the cover image of various comics at once
2025-05-09 21:05:42 +02:00
8b159c9da6
Support drag&drop for setting a custom cover in the properties dialog
2025-05-09 19:58:52 +02:00
508ff6d547
Add support for loading custom comic images
2025-05-09 19:25:02 +02:00
0457c08fca
Add button for reseting the cover of a comic to the default one
2025-05-09 15:23:00 +02:00
97685dca73
Remove unneeded property
2025-05-09 14:30:11 +02:00
7f129ac1fa
Emit a signal when the cover of a comic changes
2023-08-17 19:41:43 +02:00
2cb201098d
Update the properties dialog to support the new metadata
2023-05-15 21:04:33 +02:00
c37bc33161
Update properties dialog to be able to edit comics sequentially
2022-08-26 21:05:26 +02:00
62464a450c
Fix method overriding
2021-12-26 20:22:35 +01:00
5aa02a19bb
clang-format
2021-10-18 21:56:52 +02:00
fc57378a85
Remove unused sizeHint() from GridComicsView and ComicsViewTransition
...
QWidget::sizeHint() is const-qualified, so Clang warns that non-const
sizeHint() member functions merely hide the virtual function of the base
class.
664dac3401 and
9f53ae6efc introduced these member
functions in 2014 without const qualifiers. QWidget::sizeHint() was
const-qualified even in Qt 3. Since these member functions have never
had any effect, they should be removed rather than const-qualified to
preserve the long-standing behaviors of the two classes.
Add a TODO for a similar but less straightforward issue with
PropertiesDialog::sizeHint().
2021-03-13 15:33:34 +02:00
bc82078ec9
Add new manga field to the edit comic dialog
2021-01-16 14:26:07 +01:00
f29724e404
Annotate overridden methods
2019-06-01 16:04:48 +02:00
268bebbddd
Use nullptr instead of 0
2019-06-01 16:04:48 +02:00
e3ec56aa43
Format code using clang-format
2019-05-30 19:46:37 +02:00
d5a11fb16b
Add .gitattributes rules for text and binary handling
2018-07-30 15:04:04 +02:00
910ec62d30
Update the cover information if a different cover is selected.
2018-03-12 21:25:51 +01:00
4f779f7e22
yacreaderlibrary_ru.ts
...
Minor corrections in Russian translation.
2018-02-24 18:15:09 +00:00