Commit Graph

3356 Commits

Author SHA1 Message Date
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
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
df9e2ea7e1 Update CHANGELOG 2022-10-12 19:43:30 +02:00
db7fd66474 Fix navigation history (fordward was broken) 2022-10-12 19:41:15 +02:00
c40e915541 Add comment 2022-10-12 19:40:50 +02:00
87de6525d4 ignore qm files 2022-10-12 19:40:02 +02:00
3a58f71096 Tweak color 2022-10-11 21:32:16 +02:00
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
5d1e7cf8c4 Merge pull request #332 from CandidDeer/develop
Added missing German translations and fixed errors
2022-10-10 17:50:08 +02:00
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
8ff069fa4e Update CHAGELOG 2022-10-09 14:16:40 +02:00
551726d522 Merge pull request #331 from YACReader/folder_content_view
feature: Folder content view
2022-10-09 13:21:25 +02:00
abfa03fa16 Use the new widget instead of EmptyFolderWidget 2022-10-09 11:32:06 +02:00
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
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
2e16dec51a Update FolderModel to support new functionality 2022-10-09 11:32:06 +02:00
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
41767958d0 Add full constructor 2022-10-09 11:32:06 +02:00
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
7f04e7fd19 Merge pull request #329 from selmf/lrelease 2022-10-08 21:41:31 +02:00
1daa3def1d Fix typo in Linux dependencies 2022-10-08 20:47:04 +02:00
0f62f45733 Update Linux dependencies for CI 2022-10-08 20:27:19 +02:00
22c1faff44 Merge pull request #327 from selmf/QtWebApp_1.8.6
Update QtWebApp, v1.8.3 to v1.8.6
2022-10-08 19:27:33 +02:00
99114b00e7 Qmake: Use lrelease to automate language file compilation 2022-10-08 19:19:50 +02:00
0f2349fdc4 Update CHANGELOG.md 2022-10-08 14:51:34 +02:00
e57e692177 Changelog: Use WIP instead of unreleased 2022-10-08 14:47:54 +02:00
2e72e428ba Update QtWebApp to v1.8.6 2022-10-08 13:38:52 +02:00
083888efde Merge pull request #326 from nayeems3c/patch-2
Fixed some spelling & grammatical issue of README
2022-10-08 09:02:54 +02:00
0f3e9df9b8 Merge pull request #325 from libreajans/update-turkish
Update Turkish translation
2022-10-08 09:02:31 +02:00
0139cc92dd Merge pull request #324 from selmf/flatpak
Finish Flatpak and Flathub integration
2022-10-08 09:02:05 +02:00
9ca5ff630e Fixed some spelling & grammatical issue of README
I have fixed some spelling mistakes and grammatical errors of the README.md file. I hope you will accept my PR. 
If anything wrong in my PR, please provide a feedback. 
Thanks in Advance
2022-10-08 11:53:49 +06:00
64d9c6ca3e Update Turkish translation 2022-10-08 01:47:58 +03:00
339a998328 Finish Flatpak and Flathub integration
- Remove Flatpak manifest and Appstream data (they now live at Flathub)
- Add Flathub badge
2022-10-07 19:16:05 +02:00
e9405955fc Merge remote-tracking branch 'origin/develop' into develop 2022-10-03 19:31:57 +02:00
685d70c624 Revert commit to prevent bounce when the wheel mouse is used 2022-10-03 19:31:44 +02:00
d1c13c2ac6 Update README.md 2022-10-02 10:05:52 +02:00
67b7c4adc9 Update CHANGELOG/whatsnew 2022-10-01 11:20:38 +02:00
065f0456a8 Revert "Remove patch no longer needed"
This reverts commit 621ee05925.
2022-10-01 09:53:31 +02:00
f6dc6ac232 Bump version to 9.9.2 2022-10-01 08:35:13 +02:00
621ee05925 Remove patch no longer needed 2022-10-01 08:34:45 +02:00
7331945eb0 Disable horizontal scrolling in the synopsis text
For some reason the content size is not properly calculated and you can scroll horizontally endlessly.
2022-10-01 08:27:29 +02:00
1b36dd7de9 Remove hack to keep content inside the grid view content size
This seems no longer necessary in Qt6 (maybe it got fixed after bumping QtQuick to 2.15)
2022-09-30 23:36:23 +02:00
c255182b1c Remove custom scroll bar for the synopsis 2022-09-30 23:34:47 +02:00
c31895018a Use points instead of pixels 2022-09-29 22:01:54 +02:00
d4b1913c1c Update the search edit style in macos 2022-09-29 21:59:47 +02:00
1596aa2347 Fix comic properties dialog sizing 2022-09-19 18:07:39 +02:00
cfc5b57213 Do not codesign PRs 2022-09-17 17:58:45 +02:00
70a584c715 Fix assets loading in search edit (windows/linux) 2022-09-17 10:04:27 +02:00
4ef90ab660 Add some padding to the right of the search edit in macos 2022-09-17 09:45:54 +02:00
61c50df384 Fix search edit icons in hdpi screens (at least in macos) 2022-09-17 09:45:39 +02:00