f65fd08e65
Make flow ribbons themeable
2026-03-21 20:45:23 +01:00
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
044176d6b7
Initial implementation of theming
2026-02-19 18:06:32 +01:00
283475bee2
Remove software and opengl flow implementations
...
This simplifies the code base A LOT.
2026-02-19 18:00:53 +01:00
3381754c12
Add an initial rhi implementation that mimics the opengl implementation
2026-02-19 18:00:52 +01:00
c06156a937
Make ComicFlow/ComicFlowWidget able to insert new covers at a given position
2023-08-13 11:17:18 +02:00
0bf7977145
background role is now window
2021-10-19 00:00:09 +02:00
34aabb0685
Use QTransform instead of QMatrix
2021-10-19 00:00:09 +02:00
ec4deaf594
background role is now window
2021-10-19 00:00:09 +02:00
5aa02a19bb
clang-format
2021-10-18 21:56:52 +02:00
8377de7c3e
Clazy: Use fixits to refactor some old style signal connections
2021-06-29 13:53:12 +02:00
bb334cfd50
Use auto to avoid duplicating the type name
2019-06-01 16:04:48 +02:00
e3ec56aa43
Format code using clang-format
2019-05-30 19:46:37 +02:00
92cf54980c
Library: eliminate QPainter warnings
...
There were many run-time warnings in YACReaderLibrary built in Debug
mode with hardware acceleration disabled and with ClassicComicsView
as the active comics view:
QWidget::paintEngine: Should no longer be called
QPainter::begin: Paint device returned engine == 0, type: 1
The ComicFlowWidgetSW::paintEvent() implementation now corresponds to
ComicFlowWidgetGL::paintEvent(), which has been fixed earlier.
QWidget::repaint() calls paintEvent() immediately.
PictureFlow::paintEvent() calls d->renderer->paint(). So the
d->renderer->paint() call in PictureFlow::updateMarks() was redundant.
2019-05-22 17:37:04 +03:00
d5a11fb16b
Add .gitattributes rules for text and binary handling
2018-07-30 15:04:04 +02:00
f2a356fc70
Update russian translation. Need to subtract and to bring the terminology to a common denominator
2018-01-08 16:32:56 +00:00