Luis Ángel San Martín
|
7f08ad0776
|
Try Python 3.10
|
2025-03-30 08:51:52 +02:00 |
|
Luis Ángel San Martín
|
a0407c910c
|
Update pip before installing aqt
|
2025-03-29 19:47:09 +01:00 |
|
Luis Ángel San Martín
|
c142c2eeae
|
Force Python 3.13
It seems that aqtinstall is having some troubles and it could be related to python 3.9
|
2025-03-29 18:53:58 +01:00 |
|
Luis Ángel San Martín
|
b0d2d05bc9
|
Change the type of path passed to DataBaseManagement::updateToCurrentVersion
|
2025-03-29 13:29:09 +01:00 |
|
Luis Ángel San Martín
|
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 |
|
Luis Ángel San Martín
|
5aa637fdbe
|
Use YACReaderLibrary::libraryDataPath in YACReaderLibraries::getDBPath
|
2025-03-27 21:19:12 +01:00 |
|
Luis Ángel San Martín
|
4e675d4326
|
Use YACReaderLibrary to create paths in ConsoleUILibraryCreator
|
2025-03-27 20:28:21 +01:00 |
|
Luis Ángel San Martín
|
c148a96d7f
|
Add static methods to get the data paths in a library
|
2025-03-27 20:19:08 +01:00 |
|
Luis Ángel San Martín
|
af1af3976d
|
Remove extra parameter from aqt
|
2025-01-26 14:36:04 +01:00 |
|
Luis Ángel San Martín
|
bfc0e1bc95
|
Update aqtinstall syntax to the latest version
|
2025-01-26 13:55:59 +01:00 |
|
Luis Ángel San Martín
|
89d16b620a
|
Use the right data index for getting the rating
|
2025-01-26 11:22:43 +01:00 |
|
Luis Ángel San Martín Rodríguez
|
31971c2348
|
Don't use scroll animations on macos by default, it where hdpi scroll is most likely to be used
|
2025-01-06 10:24:16 +01:00 |
|
Luis Ángel San Martín Rodríguez
|
1cd8635808
|
Use QProcess as intented by parsing the input command arguments
|
2025-01-06 09:24:07 +01:00 |
|
Luis Ángel San Martín
|
a5ff7c8ccf
|
Typo
|
2025-01-01 10:42:49 +01:00 |
|
Luis Ángel San Martín
|
49740efe6e
|
Freeze 9.15.0
|
2025-01-01 10:36:22 +01:00 |
|
Luis Ángel San Martín
|
d5e682322f
|
Update language files
|
2025-01-01 10:35:16 +01:00 |
|
Luis Ángel San Martín
|
3ae3628c1f
|
Replace drop shadow on the Flow Info view too
|
2024-12-29 19:09:59 +01:00 |
|
Luis Ángel San Martín
|
dd82f1ecb4
|
Update CHANGELOG
|
2024-12-29 19:02:29 +01:00 |
|
Luis Ángel San Martín
|
974bc40e90
|
Replace DropShadow with a prerendered shadow image to boost performance
|
2024-12-29 18:55:57 +01:00 |
|
Luis Ángel San Martín
|
44ae4cc2a6
|
Use a Loader to create the rating menu on demand to improve performance
|
2024-12-29 18:55:17 +01:00 |
|
Luis Ángel San Martín
|
3b54012d90
|
Update what's new dialog
|
2024-12-29 11:39:15 +01:00 |
|
Luis Ángel San Martín
|
90310a78bb
|
Add nullity check
|
2024-12-28 14:46:52 +01:00 |
|
Luis Ángel San Martín
|
f5eb81dcac
|
Add setting to hide the "Continue Reading..." banner from the home view.
|
2024-12-28 14:36:42 +01:00 |
|
Luis Ángel San Martín
|
e5eda8e461
|
Update CHANGELOG
|
2024-12-28 11:53:49 +01:00 |
|
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 |
|