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
f0943995c6
Include sanitation
2026-03-13 11:06:25 +01:00
3fede5dabf
Add a setting to select the language in the options dialog
...
All translations have been updated, and translations of the actions in the library have been fixed.
2026-03-11 18:21:35 +01:00
86b5003f07
Use target app and version in themes meta
2026-03-06 12:29:06 +01:00
547e48cc04
Use json file based themes instead of code to create them (theme editor + theme mode settings)
2026-03-02 21:23:39 +01:00
adfa058742
Implement continuous scrolling
2026-02-22 19:28:37 +01:00
7218d0dc87
Drop Qt 5 support
2026-02-20 21:48:15 +01:00
1b04b5cfa3
Initialize the theme infrastructure in YACReader
2026-02-19 18:06:30 +01:00
2ec2defc8c
Remove ANGLE support
2026-02-19 17:57:45 +01:00
68ece533e1
Replace Q_OS_MAC with Q_OS_MACOS
2023-06-04 20:55:11 +02:00
250c48848c
setAllocationLimit is Qt6 only
2022-12-12 22:07:30 +01:00
fc1f48aaa5
Remove image allocation limit
...
This commit fixes this error: QImageIOHandler: Rejecting image as it exceeds the current allocation limit of 128 megabytes
2022-12-12 18:37:29 +01:00
76a12cd7e3
Translations: Don't use QLocale::system::name
...
Older versions of the Qt documentation advocate using QLocale::system::name
for system language resolving. This is deprecated and causes misbehavior,
such as selecting the system unit language instead of system display language
on Windows.
Solution: Use QTranslator::load(QLocale(), ... ...), which is display language
aware.
2022-10-16 14:33:49 +02:00
9e9f035f35
Use Qt::HighDpiScaleFactorRoundingPolicy::PassThrough
...
It will be the default in Qt6 and respecting the scale factor that the user sets is the right thing to do.
2022-03-12 11:51:29 +01:00
380aea2a66
Enable Qt::HighDpiScaleFactorRoundingPolicy::PassThrough
2022-01-14 19:21:43 +01:00
5aa02a19bb
clang-format
2021-10-18 21:56:52 +02:00
53f92ba1f6
Enable hdpi scaling
2021-09-13 17:34:15 +02:00
4fc60c72aa
Update YACReaderLibrary <-> YACReader communication to support reading lists
2021-05-27 18:56:31 +02:00
fc8c1080da
Add a message handler
...
This ensures that Qt debug messages actually end up in our logfiles,
even if we didn't use QsLog to create them.
2020-08-20 17:41:56 +02:00
56e6f8fdcc
Allow setting YACReader loglevel from console
2020-08-20 17:41:56 +02:00
ac4d2f4804
Fix QsLog integration in reader too.
2020-08-20 17:41:56 +02:00
f29724e404
Annotate overridden methods
2019-06-01 16:04:48 +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
d5a11fb16b
Add .gitattributes rules for text and binary handling
2018-07-30 15:04:04 +02:00
1fbf1195b9
Fix YACReader build for Qt <= 5.7
2018-07-01 14:39:46 +02:00
afab73cbc6
YACReader: Port commandline to QCommandLineParser
2018-02-16 15:31:32 +01:00
f9ed9b19b5
Code cleanup for main.cpp files
...
Remove ancient OS detection code, unneeded includes and ugly workarounds.
2018-02-12 22:30:19 +01:00
2cbbf8d433
Headless server: simplify system config logger
2018-01-28 13:32:56 +01:00