1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-10-04 20:18:22 +00:00
harbour-sailfin/sailfish/qml/components
Chris Josten edcd3a93af sailfin: Improve layout on landscape and tablet screens
I've dropped the whole `<constant> * Theme.pixelRatio`-approach[^1]
for determining when the UI should split into two columns, because
the values seemed quite arbitrary and I was entering random numbers.
I'm now doing it on multiples of `Theme.itemSizeHuge`, which is easier
to reason about.

This also fixes occasions where items in a grid would leave a bit of
space to the right in the CollectionPage.

Backdrop images in VideoPage and MusicAlbumPage now have a maximum
height of half of the screen, to avoid filling the entire screen in
landscape mode. Perhaps it doesn't always look good, but it makes the
layout more usable.

Images on the SeasonPage and MusicAlbumPage (in landscape) are now
aligned to the right, to avoid blocking the Page back indicator.
2024-06-03 21:50:14 +02:00
..
music Add navigation to artists from tracks 2022-07-30 01:24:31 +02:00
videoplayer Update outdated PlaybackState enums in QML 2024-05-08 20:33:01 +02:00
ContributorsSection.qml sailfish: add contributors list and update info page 2024-01-02 16:44:07 +01:00
IconListItem.qml Added debug page, fix RemoteImage on covers 2021-02-13 21:42:57 +01:00
ItemChildrenShowcase.qml Add music library page 2022-07-29 14:26:25 +02:00
JItem.qml WIP: Add playlists/queues and add support for Sailfish back 2021-07-31 15:06:17 +02:00
LibraryItemDelegate.qml Add BlurHash placeholders at several places 2021-01-14 20:35:24 +01:00
MoreSection.qml Deserialized a list! Restructured project! 2020-10-08 03:00:08 +02:00
PlainLabel.qml Deserialized a list! Restructured project! 2020-10-08 03:00:08 +02:00
PlaybackBar.qml sailfin: Improve layout on landscape and tablet screens 2024-06-03 21:50:14 +02:00
PlayQueue.qml Add navigation to artists from tracks 2022-07-30 01:24:31 +02:00
PlayToolbar.qml sailfin: Improve layout on landscape and tablet screens 2024-06-03 21:50:14 +02:00
RemoteImage.qml Add artist overview page 2022-07-29 11:45:23 +02:00
Shim.qml Deserialized a list! Restructured project! 2020-10-08 03:00:08 +02:00
UserGridDelegate.qml Deserialized a list! Restructured project! 2020-10-08 03:00:08 +02:00
VideoPlayer.qml ui: improve empty state, add remote playback indicator 2023-01-11 23:11:02 +01:00
VideoTrackSelector.qml Add track selection back 2021-08-23 01:48:19 +02:00