Commit Graph

15 Commits

Author SHA1 Message Date
352e52f454 Remove usage of Qt.platform.os 2023-05-24 20:58:01 +02:00
85b1c42380 Remove usage of Qt.platform.os 2023-05-24 20:57:45 +02:00
78800010f6 Remove usage of Qt.platform.os 2023-05-24 20:45:43 +02:00
f331b8c251 Handle some nulls in qml 2023-05-21 21:12:23 +02:00
45af72520b Add setting to control what "recent" is considered. 2023-05-20 17:43:38 +02:00
6a6a239cc7 Add the possibility to show a recently added/updated indicator 2023-05-20 16:17:40 +02:00
880e17acff Display new metadata in the info views 2023-05-16 21:47:59 +02:00
8f0619887c Change how wheel scrolling works in qml grid views
This fixes scrolling in Qt6
2023-01-14 14:15:30 +01:00
ffd8fd3bfb Fix Drag&Drop in the comics grid view 2022-11-06 11:48:27 +01:00
a7ff96b9ce Fix indentation 2022-11-06 10:15:00 +01:00
685d70c624 Revert commit to prevent bounce when the wheel mouse is used 2022-10-03 19:31:44 +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
bc35b5d65f Fix QML in Qt6
This means having two versions of everything, the idea is to migrate to Qt6, test that everything works fine and drop Qt5 as soon as possible.
2022-09-12 19:24:56 +02:00