Luis Ángel San Martín
68e67fd777
Copy qm files manually after linking to the output folder
...
Windows only
2022-10-16 17:25:20 +02:00
Felix Kauselmann
2905b7dc29
MSVC: Remove debug_and_release
2022-10-16 14:33:49 +02:00
Felix Kauselmann
fa90982a2d
YACReaderLibrary: Don't load YACReader translation
2022-10-16 14:33:49 +02:00
Felix Kauselmann
76a12cd7e3
Translations: Don't use QLocale::system::name
...
Older versions of the Qt documentation advocate using QLocale::system::name
for system language resolving. This is deprecated and causes misbehavior,
such as selecting the system unit language instead of system display language
on Windows.
Solution: Use QTranslator::load(QLocale(), ... ...), which is display language
aware.
2022-10-16 14:33:49 +02:00
Lisa Thamer
1243346e9a
Fixed typo in word YACReader
2022-10-16 11:19:06 +02:00
Lisa Thamer
a106d899c8
Added unfinished German translations
...
As requested, I have added all unfinished German translations.
2022-10-16 11:19:06 +02:00
Luis Ángel San Martín
569a699c1d
Typo
2022-10-15 13:55:37 +02:00
Luis Ángel San Martín
67211154ec
Bump version number and what's new
2022-10-15 12:58:52 +02:00
Luis Ángel San Martín
273d6240c4
Update CHANGELOG
2022-10-15 12:55:18 +02:00
Luis Ángel San Martín
e8f31b39ee
Update the current comic model when the server gets a syn request
...
Sadly the grid view resets its scroll to origin. Not sure if it is going to bother anyone, we'll see.
2022-10-15 12:53:02 +02:00
Luis Ángel San Martín
928afa4675
Wrap functionality
2022-10-15 12:46:17 +02:00
Luis Ángel San Martín
2093c072b6
Remove commented code
2022-10-15 12:34:56 +02:00
Luis Ángel San Martín
75b2daac76
Fix call to renamed method
2022-10-15 12:34:23 +02:00
Luis Ángel San Martín
ba9a008cd8
Make grid view the default
2022-10-15 12:34:02 +02:00
Luis Ángel San Martín
a6e98ae31e
Rename method
2022-10-15 12:33:23 +02:00
Luis Ángel San Martín
d8a35d767c
Update the UI when a client synchronizes back the libraries
...
Only the top banners for now.
TODO: ComicModel should also be updated.
2022-10-15 11:52:34 +02:00
Luis Ángel San Martín
e7b6f46cd3
Update the UI when a comic is updated using the http api
2022-10-15 11:42:46 +02:00
Luis Ángel San Martín
61458b966c
Add a output parameter to know if a comic is found in the DB when we try to load it
2022-10-15 11:42:20 +02:00
Luis Ángel San Martín
c576140e6a
Notify using a signal when a comic is updated using the http api
2022-10-15 11:41:06 +02:00
Luis Ángel San Martín
bf36672ade
Provide information about the comic updated in UpdateComicControllerV2
2022-10-15 11:39:55 +02:00
Luis Ángel San Martín
a4a2b3ce6c
Rename method
2022-10-14 20:59:43 +02:00
Luis Ángel San Martín
f4656ad210
Update if needed the continue reading list whenever we get an update about a comic
2022-10-14 20:56:03 +02:00
Luis Ángel San Martín
6c575c1b71
Add method to reload the continue reading list in FolderContentView
...
The reload is only triggered for the root folder.
2022-10-14 20:54:52 +02:00
Luis Ángel San Martín
901f05feb1
Add a method to make a comics model reload the continue reading list
2022-10-14 20:54:07 +02:00
Luis Ángel San Martín
f1dd6d339d
Fix comicsViewsManager -> contentViewsManager renaming
2022-10-14 13:11:59 +02:00
Luis Ángel San Martín
374758fd41
Move header and declaration to the top of the file
2022-10-13 23:34:08 +02:00
Luis Ángel San Martín
75b44558d6
Remove reference to files that aren't in the project yet
2022-10-13 23:31:19 +02:00
Luis Ángel San Martín
05a3172012
Rename s to httpServer
2022-10-13 23:30:04 +02:00
Luis Ángel San Martín
be0c0ff341
Rename Startup class to YACReaderHttpServer
2022-10-13 23:24:35 +02:00
Luis Ángel San Martín
59639ad68c
Rename instance name to match class name
2022-10-13 23:23:18 +02:00
Luis Ángel San Martín
7317467a13
Rename class
2022-10-13 21:11:13 +02:00
Luis Ángel San Martín
00f7d92c9a
Make sure that the changes made to folders are propagated to the subfolder model in FolderContentView
2022-10-13 19:28:55 +02:00
Luis Ángel San Martín Rodríguez
23deb889b9
Use always the first comic as the cover of a folder
...
There is no way to show comics and folders together in YACReaderLibrary yet, so it looks confusing to use the cover from a sub-folder.
2022-10-12 22:17:22 +02:00
Luis Ángel San Martín Rodríguez
df9e2ea7e1
Update CHANGELOG
2022-10-12 19:43:30 +02:00
Luis Ángel San Martín Rodríguez
db7fd66474
Fix navigation history (fordward was broken)
2022-10-12 19:41:15 +02:00
Luis Ángel San Martín Rodríguez
c40e915541
Add comment
2022-10-12 19:40:50 +02:00
Luis Ángel San Martín Rodríguez
87de6525d4
ignore qm files
2022-10-12 19:40:02 +02:00
Luis Ángel San Martín Rodríguez
3a58f71096
Tweak color
2022-10-11 21:32:16 +02:00
Luis Ángel San Martín Rodríguez
794c0c47b5
Simplify QColorDialog usage
...
This fixes the color dialog being always available in macos as a YACReader's child window.
2022-10-11 21:23:55 +02:00
Luis Ángel San Martín
5d1e7cf8c4
Merge pull request #332 from CandidDeer/develop
...
Added missing German translations and fixed errors
2022-10-10 17:50:08 +02:00
Lisa Thamer
9d79d0638b
Added missing German translations and fixed errors
...
I'm a native German speaker, so I fixed errors in the German translations that were already present in the file and added all missing translations.
2022-10-10 10:43:12 +02:00
Luis Ángel San Martín
8ff069fa4e
Update CHAGELOG
2022-10-09 14:16:40 +02:00
Luis Ángel San Martín
551726d522
Merge pull request #331 from YACReader/folder_content_view
...
feature: Folder content view
2022-10-09 13:21:25 +02:00
Luis Ángel San Martín
abfa03fa16
Use the new widget instead of EmptyFolderWidget
2022-10-09 11:32:06 +02:00
Luis Ángel San Martín
d2dff7b4a5
Add new type of view to display the content of a folder that doesn't contain comics
...
It is a replacement for EmptyFolderWidget for now, but it should evolve to show comics and folders
2022-10-09 11:32:06 +02:00
Luis Ángel San Martín
f25524e64c
Update the cover size when the grid comics view is shown
...
The size may have changed while it was away
2022-10-09 11:32:06 +02:00
Luis Ángel San Martín
2e16dec51a
Update FolderModel to support new functionality
2022-10-09 11:32:06 +02:00
Luis Ángel San Martín
0a00fd3020
Add a new type of role to ComicModel to display a title composed with the available info
2022-10-09 11:32:06 +02:00
Luis Ángel San Martín
41767958d0
Add full constructor
2022-10-09 11:32:06 +02:00
Luis Ángel San Martín
1a420c9679
Add a new type of view to show the content of a folder when it doesn't contain comics
...
This view will display subfolders only, but at some point it should evolve to show the full content in a folder.
2022-10-09 11:32:06 +02:00