Commit Graph

3389 Commits

Author SHA1 Message Date
Luis Ángel San Martín
561203d2f1 Don't use a custom signal at all
QThread::finished should be enough in all the cases.
2024-12-28 11:52:47 +01:00
Luis Ángel San Martín Rodríguez
9c16d1ad81 Don't override the finished QThread signal in LibraryCreator
This should fix a crash in LibrariesUpdateCoordinator because the QThread can be destroyed before it finishes running.
2024-12-28 11:25:05 +01:00
Luis Ángel San Martín
97601282b8 Call LibrariesUpdateCoordinator::init in YACReaderLibraryServer 2024-12-24 10:44:34 +01:00
Luis Ángel San Martín
9925692d5d Remove shadows from some svg icons
They weren't been shown in older versions of qt but qt 6.8 displays them.
2024-12-21 09:43:35 +01:00
Luis Ángel San Martín
011dc64baf Change order of parameters for aqt 2024-12-11 21:30:19 +01:00
Luis Ángel San Martín
121c7988cb Use aqt install-qt 2024-12-11 21:09:47 +01:00
Luis Ángel San Martín Rodríguez
2dfeaaf546 Exclude build folders from git 2024-12-11 18:30:54 +01:00
Luis Ángel San Martín Rodríguez
96a45974be Use a queued connection to avoid crashes when a conflic arises
The problem seems to be that the delegate gets messed because the message box is displayed from the commitData signal.
2024-12-11 18:29:15 +01:00
Luis Ángel San Martín
1c9f2133f6 Add a small dialog to show some info about a library 2024-11-26 17:44:24 +01:00
Luis Ángel San Martín
60af741593 Bump macos version, macos-12 is being dropped 2024-11-25 22:00:38 +01:00
Luis Ángel San Martín
dd3188a6da Add openContainingFolderComicAction to the window actions so it can be triggered 2024-11-25 21:49:57 +01:00
Luis Ángel San Martín
302eca1aa6 Update CHANGELOG 2024-11-05 19:24:48 +01:00
Luis Ángel San Martín
13d0984784 Enable dropping content on the FolderContentView 2024-11-05 19:23:46 +01:00
Luis Ángel San Martín
b8daaad1ad Fix encoding in inno setup scripts 2024-11-03 18:26:39 +01:00
Luis Ángel San Martín
f4ec6c8927 Fix crash when the comics view content is empty after an update 2024-11-03 15:40:45 +01:00
Luis Ángel San Martín
4fbaa881df Update CHANGELOG 2024-11-03 15:23:06 +01:00
Luis Ángel San Martín
dc4010aec0 Purge unused info and covers after full library updates 2024-11-03 14:49:39 +01:00
Luis Ángel San Martín
72535ffc98 Fix crasher when updating the comics model 2024-11-03 14:48:37 +01:00
Luis Ángel San Martín
611880aba8 Typos 2024-11-03 14:41:41 +01:00
Luis Ángel San Martín
d91fd45cec Fix Qt5 builds 2024-10-15 22:34:17 +02:00
Luis Ángel San Martín
9b6e03bcc4 Add setting to setup third party readers to work with YACReaderLibrary 2024-10-15 22:11:52 +02:00
Luis Ángel San Martín
5f03fc5f1f Use the right format for lib files 2024-10-12 19:29:24 +02:00
Luis Ángel San Martín
8130cdc932 More format changes 2024-10-12 15:17:05 +02:00
Luis Ángel San Martín
1aa36f8892 Update format 2024-10-12 12:26:19 +02:00
Luis Ángel San Martín
442307cc65 Update pdfium for windows 2024-10-12 10:15:43 +02:00
Luis Ángel San Martín
b7b9e9561c Use GitHubRelease@0
TODO migrate to GitHubRelease@1
2024-09-23 19:09:59 +02:00
Luis Ángel San Martín
2a935cd538 Use buildx imagetools create to create a multi platform image 2024-09-23 16:15:03 +02:00
Luis Ángel San Martín Rodríguez
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
Luis Ángel San Martín
6bc6ad0c6e
Fix docker manifest push 2024-09-23 08:49:54 +02:00
Luis Ángel San Martín
d1e06e6c3e
Access to the images for publishing after flattening the artifacts staging directory 2024-09-22 23:43:41 +02:00
Luis Ángel San Martín
b776d46c4b Remove the build number from the dmg image name to avoid hitting its length limit 2024-09-22 20:21:35 +02:00
Luis Ángel San Martín
5f989de1e6 Try to fix access to docker-hub service connection 2024-09-22 18:55:48 +02:00
Luis Ángel San Martín
058f2d1615 Fix job dependencies in azure-pipelines.yml 2024-09-22 17:45:15 +02:00
Luis Ángel San Martín
346c9860a8
Merge pull request #449 from YACReader/docker-images
Docker images for YACReaderLibraryServer
2024-09-22 17:29:41 +02:00
Luis Ángel San Martín
612f80f912 Some cleaning in the Dockerfile files 2024-09-22 17:25:44 +02:00
Luis Ángel San Martín
522410c635 Add a README for the Docker images 2024-09-22 17:25:05 +02:00
Luis Ángel San Martín
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
Luis Ángel San Martín
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
Luis Ángel San Martín
fc853630d8 Fix job name 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
c81c3310a1 Wait for code format validation 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
e18796154b Parallelize docker images build and explicitly load the arm64 image (buildx) 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
8c368cdd2a Increase timeout again 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
cb7fa6a3e8 Increase timeout, buildx is slow 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
0874802b3f Don't use buildx unless it's needed to speed things up 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
2e42afb3ac Fix paths 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
b4981045d4 Fix images building 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
a99136c7ad Export using type=oci 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
6ca4f72e5b Fix buildx 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
c64f3fcaf4 Try to not use Docker@2 for building 2024-09-22 12:29:20 +02:00
Luis Ángel San Martín
298bc27258 Fix task in BuildDockerImages 2024-09-22 12:29:20 +02:00