Commit Graph

116 Commits

Author SHA1 Message Date
15a780fc9b Fix German translations 2026-03-24 22:16:46 +01:00
64a2f9fdf8 Translation fixes 2026-03-22 18:15:54 +01:00
754ea0c2f6 Add support for loading image plugins through the settings folder of the apps. 2026-03-14 09:23:20 +01:00
3709b6e737 Format includes using clang-format
Some checks failed
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
5bda2241f4 Fixed and normalized multiple translations
Some checks failed
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-11 19:45:56 +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
0e91176200 Remove unused images and server v1 files 2026-02-27 16:12:59 +01:00
865020fe11 Migrate the build system to cmake 2026-02-25 09:19:39 +01:00
7218d0dc87 Drop Qt 5 support 2026-02-20 21:48:15 +01:00
1a6cd06915 Fix YACReaderLibraryServer compilation 2026-02-20 10:06:11 +01:00
30fbb3e015 Update language files 2025-12-07 12:02:39 +01:00
156de8db9e Fix YACReaderLibraryServer build 2025-05-08 22:53:00 +02:00
89d7d76080 Typo 2025-05-04 15:14:45 +02:00
8f84fc7902 Log libraries validation when YACReaderLibrary and YACReaderLibraryServer start 2025-03-30 22:24:17 +02:00
b0d2d05bc9 Change the type of path passed to DataBaseManagement::updateToCurrentVersion 2025-03-29 13:29:09 +01:00
d4b7c6dd8a Extract library paths methods to it's own struct in yacreader_global.h and use it everywhere 2025-03-29 11:31:53 +01:00
4e675d4326 Use YACReaderLibrary to create paths in ConsoleUILibraryCreator 2025-03-27 20:28:21 +01:00
d5e682322f Update language files 2025-01-01 10:35:16 +01:00
97601282b8 Call LibrariesUpdateCoordinator::init in YACReaderLibraryServer 2024-12-24 10:44:34 +01:00
1c48f05398 Add support for printing more information in diagnosis log
Also yacreaderlibraryserver can now print this with the --system-info option

This will help when giving support to users.
2024-09-05 17:48:48 +02:00
a591305397 Update translations 2024-01-27 13:17:46 +01:00
39ba4efcd2 Add rescan-xml-info command to YACReaderLibraryServer 2023-08-26 14:09:18 +02:00
71e1d250fa Remove extra quotes 2023-08-25 15:35:25 +02:00
a0dff3a03b Fix LibrariesUpdateCoordinator instantiation in YACReaderLibraryServer 2023-08-24 11:56:25 +02:00
b709e000cf Update doc 2023-08-22 22:37:50 +02:00
726ae067dd Update ts files 2023-08-22 22:06:37 +02:00
f3b551f72a Add libraries_update_coordinator.cpp/h files to YACReaderLibraryServer.pro 2023-08-14 18:45:37 +02:00
5b4205a19b Print some more help in yacreaderlibraryserver's description 2023-08-14 18:20:47 +02:00
42f2771b3f Setup LibrariesUpdateCoordinator in yacreaderlibraryserver 2023-08-14 18:19:24 +02:00
e740ad0f38 Add a readme describing how settings work in yacreaderlibraryserver 2023-08-14 18:18:16 +02:00
71a7a07274 Add DB_VERSION to keep track of DBs versions
This will make easy to track compatibility with a certain DB structure across different flavors of YACReader. It will only change when the DB structure changes.
2023-08-06 08:55:55 +02:00
68ece533e1 Replace Q_OS_MAC with Q_OS_MACOS 2023-06-04 20:55:11 +02:00
0ead759364 QRCode: Use UTF8 chars for code generation
QString.append() expects UTF8 chars, but this is not standard on all platforms.
2023-04-22 20:11:21 +02:00
ea38f60c7c Fix build 2023-04-07 20:58:38 +02:00
f8f25c396f YACReaderLibraryServer: Print QR code and basic server info on start 2023-04-07 20:24:59 +02:00
9f67bb5e53 Server: Port IP detection and filtering to QNetworkInterface 2023-04-07 20:22:49 +02:00
6d94efac14 Fix yacreaderlibraryserver compiltaion 2023-04-07 11:01:24 +02:00
250c48848c setAllocationLimit is Qt6 only 2022-12-12 22:07:30 +01:00
7fed222cb7 Format 2022-12-12 21:53:07 +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
a35cb979e4 Unix: Fix regression in translation install target
The introduction of CONFIG+= lrelease introduced a regression in the
installation of translation files on systems using make install targets.

This is fixed by replacing the old translation targets with the target
supplied by lrelease.

Fixes #349
2022-10-31 13:19:50 +01:00
97bef77251 Format 2022-10-29 11:25:21 +02:00
555540b85d Fix LibraryCreator instantiation in yacreaderlibraryserver 2022-10-29 09:26:03 +02:00
05a3172012 Rename s to httpServer 2022-10-13 23:30:04 +02:00
be0c0ff341 Rename Startup class to YACReaderHttpServer 2022-10-13 23:24:35 +02:00
862c220069 Add libarchive decompression backend 2022-08-31 09:32:23 +02:00
788a3ef434 Update simplified Chinese.
Add traditional Chinese (Hong Kong, Taiwan).
2022-07-06 15:54:54 +02:00
b0b0849cbc Extract DEFINES += NOMINMAX into common config.pri 2021-12-29 09:36:44 +01:00
1c3fd4d16f Do not pass MSVC arguments to mingw/gcc 2021-11-02 11:02:32 +01:00