1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-18 12:02:41 +00:00
A Jellyfin client for Sailfish OS (and in the future more platforms) https://chris.netsoj.nl/projects/harbour-sailfin
Go to file
Chris Josten b68da318f2 Restructured the way item "details" are loaded
Previously, Items were displayed in one page, named DetailPage.qml.
This page then would load a qml component, based on the page type. It
also contained some components common for each detail page, like
displaying the name of the item. This construction had as downside that
modifying the page properties, adding a pulley menu or basing the page
around a SilicaListview was not possible. So I already had created some
other pages.

The new construction uses a base page, named BaseDetailPage which does
set some common properties and handle the loading of the items, so that
that part does not have to be duplicated. Displaying the name of an item
was a very trivial thing to do, so duplicating that part across files
was not a problem. Anyway, the rest of the pages are now seperate, but
all have BaseDetailsPage as the root, so they can use the common
functionality by that page. Those subpages now can be based around
GridViews, Carrousels, have pully menus and so on. To determine to which
page to go to, based on the content type, a function named getPageUrl
has been added to Utils.js, which takes a content type as argument and
gives the page url back.
2020-09-29 02:25:18 +02:00
icons Make the icon more look like a Sailfin (fish species) 2020-09-28 17:14:16 +02:00
qml Restructured the way item "details" are loaded 2020-09-29 02:25:18 +02:00
rpm Bump version 0.2.1 2020-09-28 14:48:29 +02:00
src (Hopefully) fixed #1 2020-09-28 14:23:10 +02:00
translations Restructured the way item "details" are loaded 2020-09-29 02:25:18 +02:00
.gitignore Initial commit 2020-09-20 12:14:51 +02:00
.gitmodules Add license and readme 2020-09-26 03:01:46 +02:00
harbour-sailfin.desktop Implemented series and final for touches alpha release 2020-09-26 02:51:37 +02:00
harbour-sailfin.pro Restructured the way item "details" are loaded 2020-09-29 02:25:18 +02:00
icon.svg Make the icon more look like a Sailfin (fish species) 2020-09-28 17:14:16 +02:00
LICENSE Add license and readme 2020-09-26 03:01:46 +02:00
README.md Added svg icon 2020-09-26 03:12:41 +02:00

Sailfin

Sailfin is a Sailfish OS client for Jellyfin, a media server, written in C++ and qml.

License

This application is licensed under the LGPLv2.1 license, although you may opt to choose a newer version of the LGPL if you want so.