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/pages
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
..
itemdetails sailfin: Improve layout on landscape and tablet screens 2024-06-03 21:50:14 +02:00
settings Add user-configurable playback settings 2021-09-08 21:44:42 +02:00
setup sailfin: Improve layout on landscape and tablet screens 2024-06-03 21:50:14 +02:00
AboutPage.qml sailfish: add contributors list and update info page 2024-01-02 16:44:07 +01:00
ConnectingPage.qml sailfin: Improve layout on landscape and tablet screens 2024-06-03 21:50:14 +02:00
ControllableDevicesPage.qml Guess device icons 2024-01-02 15:14:23 +01:00
LegalPage.qml Small user interface tweaks 2021-09-10 05:18:05 +02:00
MainPage.qml Discover remote sessions 2023-01-02 20:05:41 +01:00
QuickConnectDialog.qml QuickConnect: init 2024-01-02 19:56:07 +01:00
SettingsPage.qml sailfish: allow configuring the startup page 2024-01-02 22:28:34 +01:00
VideoPage.qml ui: improve empty state, add remote playback indicator 2023-01-11 23:11:02 +01:00