Luis Ángel San Martín
36538abc18
Fix memory leaks
2022-08-31 18:26:14 +02:00
Luis Ángel San Martín
5163df977a
Fix Folder::operator=
2022-08-31 18:25:36 +02:00
Luis Ángel San Martín
c9bb429ad6
Remove unused method
2022-08-31 16:13:28 +02:00
Luis Ángel San Martín
317e2546a9
Merge pull request #290 from bsdf/feature/libarchive
...
Add libarchive decompression backend
2022-08-31 15:24:59 +02:00
Luis Ángel San Martín
373827e4cf
Detect libarchive config in windows and macos
...
libarchive-wrapper.pri will handle platform specific errors
2022-08-31 09:32:23 +02:00
Luis Ángel San Martín
e8e45649d1
Add message output when using 7zip in windows
2022-08-31 09:32:23 +02:00
BEN ENGLISCH
cb5439cd96
Update libarchive README and fix comment
2022-08-31 09:32:23 +02:00
BEN ENGLISCH
636c339699
Add error for libarchive on win32 and macx
2022-08-31 09:32:23 +02:00
BEN ENGLISCH
66c2e97752
Add warning for older versions of libarchive
2022-08-31 09:32:23 +02:00
BEN ENGLISCH
862c220069
Add libarchive decompression backend
2022-08-31 09:32:23 +02:00
Luis Ángel San Martín
a0dfa4e447
Limit max cover height
...
Otherwise we can end with huge cover files if the source content has abnormally tall covers. This large files could end exhausting RAM in the iOS client.
2022-08-29 20:04:00 +02:00
Luis Ángel San Martín
1cf81ebac0
Update CHANGELOG
2022-08-26 21:08:04 +02:00
Luis Ángel San Martín
c37bc33161
Update properties dialog to be able to edit comics sequentially
2022-08-26 21:05:26 +02:00
Luis Ángel San Martín
769214fe5c
Watch for potential empty proxy model
2022-08-21 08:59:53 +02:00
Luis Ángel San Martín
7df011e181
Add an edit for filtering series results returned by Comic Vine
2022-08-18 16:22:07 +02:00
Luis Ángel San Martín
8b4b586acc
Show the automatic volume text that is going to be used in comic vine dialog
...
The user can chose to use it or edit it before starting the search.
2022-08-18 14:35:25 +02:00
Luis Ángel San Martín
160604040e
Empty titles should be nulls in the db
2022-08-13 16:10:00 +02:00
Luis Ángel San Martín
c5c4b96bbf
Bump vmImage to windows-2019
2022-08-09 16:48:27 +02:00
Luis Ángel San Martín
59ff02631e
Fix comic number missing from reading lists content provided through the server
2022-08-09 16:42:18 +02:00
Luis Ángel San Martín
2294ae63f6
Fix changelog
2022-07-23 19:25:26 +02:00
tuwulin
788a3ef434
Update simplified Chinese.
...
Add traditional Chinese (Hong Kong, Taiwan).
2022-07-06 15:54:54 +02:00
Luis Ángel San Martín
01abda4d60
Merge pull request #292 from spinningthelock/patch-1
...
Enable using integrated GPU in Dual GPU Macs
2022-07-06 15:53:12 +02:00
Luis Ángel San Martín
13a45cf055
Merge pull request #299 from popsUlfr/flatpak
...
Add flatpak manifest
2022-07-06 14:15:48 +02:00
Luis Ángel San Martín
dfd5742d2c
qt5-default is no longer available
2022-07-06 11:08:52 +02:00
Luis Ángel San Martín
a4c15728e2
We shouldn't need additional repos
2022-07-06 11:03:30 +02:00
Luis Ángel San Martín
0045daafd7
Try a newer version of ubuntu to see if we can get qt 5.15 out of the box
2022-07-06 10:55:07 +02:00
Luis Ángel San Martín
58cf162534
Update CHANGELOG and what's new content
2022-07-06 10:47:41 +02:00
Luis Ángel San Martín
9c0aa41c32
Improve what's new style
2022-07-06 10:06:22 +02:00
Luis Ángel San Martín
be3e31624a
Update CHANGELOG
2022-07-06 09:46:51 +02:00
Philipp Richter
b3226d88e4
Update libunarr and pdfium versions for the flatpak
2022-05-29 23:48:26 +02:00
Luis Ángel San Martín
14a7148bfa
Purge bookmarks if they get invalid
2022-05-28 12:37:27 +02:00
Luis Ángel San Martín
34c1849ddc
Merge remote-tracking branch 'origin/develop' into develop
2022-05-28 11:39:24 +02:00
Luis Ángel San Martín
f70799502b
Bump version number
2022-05-28 11:38:58 +02:00
Philipp Richter
20cd9b5b02
Add flatpak manifest
2022-04-21 01:40:39 +02:00
Luis Ángel San Martín
3b676053d9
Update README.md
2022-04-14 07:29:50 +02:00
Luis Ángel San Martín
4a59271ebd
Initialize manga field to false in Folder
2022-04-13 19:13:58 +02:00
Luis Ángel San Martín
51e3b2618a
Fix type boolean -> bool
2022-04-10 08:33:32 +02:00
Luis Ángel San Martín
4c54f2a07c
Fix clicking on the folders treeview when it shown results from search
...
This was a bug introduced when support for folder navigation using the keyboard was added.
2022-03-28 22:32:52 +02:00
Luis Ángel San Martín
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
Luis Ángel San Martín
f27de78fe1
Fix grid cell selection border
...
Moving the DropShadow broke things in Qt5.15
2022-02-20 18:02:11 +01:00
Luis Ángel San Martín
72670ea6c8
Move connections to happen later
...
Otherwise QQuickItem(s) don't work properly in Qt6. I couldn't find the root cause.
2022-01-19 21:13:53 +01:00
Luis Ángel San Martín
f48201fb91
Initialize fields to nullptr
2022-01-19 21:12:37 +01:00
Luis Ángel San Martín
2d741140e6
Add nullptr check
2022-01-19 21:12:26 +01:00
Luis Ángel San Martín
4bb227aff2
Fix trace message
2022-01-19 21:12:00 +01:00
Luis Ángel San Martín
1b54a407b8
Move common initialization code to the parent class
2022-01-19 19:16:27 +01:00
Luis Ángel San Martín
ab927d791b
Avoid code duplication
2022-01-19 18:30:38 +01:00
Luis Ángel San Martín
a6a812d8e5
Update CHANGELOG
2022-01-19 18:29:40 +01:00
Luis Ángel San Martín
8d0beee195
Use parent instead of id
2022-01-19 18:29:09 +01:00
Luis Ángel San Martín
24ad06e839
Remove icon
2022-01-19 18:28:49 +01:00
Luis Ángel San Martín
d73a9a2207
Move DropShadow block
2022-01-19 18:28:38 +01:00