442307cc65
Update pdfium for windows
2024-10-12 10:15:43 +02:00
b7b9e9561c
Use GitHubRelease@0
...
TODO migrate to GitHubRelease@1
2024-09-23 19:09:59 +02:00
2a935cd538
Use buildx imagetools create to create a multi platform image
2024-09-23 16:15:03 +02:00
e2179085ab
Login in Docker@2 doesn't survive the task, use explicit login in the script that pushes the images
2024-09-23 12:34:42 +02:00
6bc6ad0c6e
Fix docker manifest push
2024-09-23 08:49:54 +02:00
d1e06e6c3e
Access to the images for publishing after flattening the artifacts staging directory
2024-09-22 23:43:41 +02:00
b776d46c4b
Remove the build number from the dmg image name to avoid hitting its length limit
2024-09-22 20:21:35 +02:00
5f989de1e6
Try to fix access to docker-hub service connection
2024-09-22 18:55:48 +02:00
058f2d1615
Fix job dependencies in azure-pipelines.yml
2024-09-22 17:45:15 +02:00
346c9860a8
Merge pull request #449 from YACReader/docker-images
...
Docker images for YACReaderLibraryServer
2024-09-22 17:29:41 +02:00
612f80f912
Some cleaning in the Dockerfile files
2024-09-22 17:25:44 +02:00
522410c635
Add a README for the Docker images
2024-09-22 17:25:05 +02:00
60413d9c9f
Update the script for building in Ubuntu 24.04
...
It builds now 7z.so with rar support, so no codecs are needed at runtime, YACReader no longer loads separated codecs.
2024-09-22 17:22:30 +02:00
f0c142b300
Build and install 7z.so, loading Codecs/Rar.so is broken
...
Also use multistage builds to have smaller images
2024-09-22 15:20:30 +02:00
fc853630d8
Fix job name
2024-09-22 12:29:20 +02:00
c81c3310a1
Wait for code format validation
2024-09-22 12:29:20 +02:00
e18796154b
Parallelize docker images build and explicitly load the arm64 image (buildx)
2024-09-22 12:29:20 +02:00
8c368cdd2a
Increase timeout again
2024-09-22 12:29:20 +02:00
cb7fa6a3e8
Increase timeout, buildx is slow
2024-09-22 12:29:20 +02:00
0874802b3f
Don't use buildx unless it's needed to speed things up
2024-09-22 12:29:20 +02:00
2e42afb3ac
Fix paths
2024-09-22 12:29:20 +02:00
b4981045d4
Fix images building
2024-09-22 12:29:20 +02:00
a99136c7ad
Export using type=oci
2024-09-22 12:29:20 +02:00
6ca4f72e5b
Fix buildx
2024-09-22 12:29:20 +02:00
c64f3fcaf4
Try to not use Docker@2 for building
2024-09-22 12:29:20 +02:00
298bc27258
Fix task in BuildDockerImages
2024-09-22 12:29:20 +02:00
fc84084658
Add support for official docker images for yacreaderlibraryserver
2024-09-22 12:29:20 +02:00
a9aa661bbb
Load Rar.so if it exists
2024-09-22 12:29:06 +02:00
ae1b698825
Add missing include
2024-09-22 11:33:38 +02:00
97a416f7e4
Fix load7zLibrary()
...
QLibrary just checks the extension, but it doesn't check that the file exists...
2024-09-22 11:28:29 +02:00
dedb1cbb2e
Use QLOG_ERROR when 7z fails to load
2024-09-22 11:13:03 +02:00
63fcde8035
Extract 7z loading to it's own function
...
This will unify 7z loading in all scenarios and it also fixes the search path in Linux, now the apps will always try to load 7z.so from LIBDIR/yacreader/7z.so, if it fails they'll try 7zip/7z.so
2024-09-15 15:50:09 +02:00
bb36368ad2
Revert proof of concept for covers as webp
...
This was pushed to develop by mistake
2024-09-09 17:30:39 +02:00
176fdc028a
Merge pull request #447 from YACReader/enable_pdfium_in_qt6_builds
...
Update builds
2024-09-08 13:44:16 +02:00
a66d5d1cd7
Add some scripts for building and install YACReader on Ubuntu 22 and 24
2024-09-08 12:25:14 +02:00
5715801616
Always use 7zip instead of p7zip
2024-09-08 12:23:27 +02:00
d54602c72f
Install libpoppler-qt6-dev in Ubuntu 24.04 images
2024-09-08 12:08:40 +02:00
3c103b5c2b
Missing new line
2024-09-08 12:03:54 +02:00
d54396dfb7
Check if Ubuntu 24.04 is available
2024-09-08 11:55:05 +02:00
c3fe4fbedb
Specify pdfium
2024-09-07 19:34:05 +02:00
4d50b0c47d
Enable pdfium in qt6 builds
2024-09-07 19:19:59 +02:00
196cce526d
Update CHANGELOG
2024-09-05 18:39:37 +02:00
289b42fb26
Fix Qt5 compilation
2024-09-05 18:32:25 +02: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
a3f3149764
Return 404 if the comic is not found
2024-08-31 12:44:31 +02:00
c5924e625b
Fix trackpad scrolling in YACReader
2024-08-18 14:51:10 +02:00
ca1b057361
Fix partial updates nuking then whole db
2024-08-13 22:05:30 +02:00
fd26a2490d
Fix "show recent indicator" toggle not working
2024-08-13 21:51:27 +02:00
e4469dc7a7
Don't use sorting heuristic in comics with more than 1000 pages
...
Sorting heuristic to try to find spreads in the content of a comic is now only used for files with less than 1000 pages to avoid false positives.
2024-08-09 16:00:30 +02:00
be90e9e3a1
Merge pull request #439 from YACReader/defult-content-type-for-libraries
2024-07-10 23:25:47 +02:00