Commit Graph

3006 Commits

Author SHA1 Message Date
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
2a9a3fbd1e Merge pull request #321 from YACReader/develop
9.9.2 Release
9.9.2
2022-10-02 08:46:27 +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
3260a15884 Add 2x versions of the icons used in the search bar in macos 2022-09-17 09:22:28 +02:00
98041fc641 Fix search icon background color (qt6) 2022-09-17 08:45:29 +02:00
50ca560f5a Fix folder selection on search mode 2022-09-17 08:33:06 +02:00
3bb8f88e3c Do not use the folders view select index workaround in Qt6 2022-09-16 20:27:57 +02:00
2de84f5780 Fix connection by registering the types used in the signal 2022-09-16 19:38:45 +02:00
aa44ad4143 Remove old code 2022-09-16 19:32:30 +02:00
993d1188f7 Merge pull request #318 from YACReader/codesign_windows_installers
Codesign windows binaries
2022-09-16 11:53:54 +02:00
4fad04c441 Codesign only on master/develop and pull requests 2022-09-16 10:28:20 +02:00
9e95db99e5 Remove conditionals for now 2022-09-16 08:36:04 +02:00
ba52739d2e Use full signtool.exe path when setting up SignTool in inno setup 2022-09-16 08:07:04 +02:00
79ac4cf824 Remove echo 2022-09-16 07:43:32 +02:00