gnome-music:wip/jfelder/album-cover-editordialog

Last commit made on 2019-01-29
Get this branch:
git clone -b wip/jfelder/album-cover-editordialog https://git.launchpad.net/gnome-music

Branch merges

Branch information

Name:
wip/jfelder/album-cover-editordialog
Repository:
lp:gnome-music

Recent commits

1925bf5... by Jean Felder <email address hidden>

albumeditordialog: Initial cover support

AlbumEditorDialog adds the possibility to change the cover associated
with an album by selecting a new file.
This dialog can only be launched from the AlbumsView when
selection-mode is active.
Album name, artist, genre and year fields are also visible but they
are read only.

f402298... by Jean Felder <email address hidden>

coverstack: Factor out surface change

Surface update can now be called from outside the class. It will be
used by AlbumEditorDialog.

6fdfc1a... by Jean Felder <email address hidden>

albumartcache: Add a new LARGE size

Rename previous LARGE Size to XLARGE.
This new Size will be used by the future AlbumEditorDialog.

cb4e0d9... by Jean Felder <email address hidden>

albumartcache: Remove XLARGE size

This size is never used.

d1dd1ba... by Jean Felder <email address hidden>

albumsview: Store children instead of medias

This makes it easier to deal with GtkFlowBox's children
easier. Indeed, it is possible to get the media associated an
AlbumCover from the media GObject property. But, the reverse operation
is impossible.
This change will facilitate the introduction of AlbumEditorDialog.

8833ac7... by Jean Felder <email address hidden>

albumartcache: Factor out art loading from file

The new ArtLoader class contains the logic to load an album cover from
a Grl.Media thumbnail and save it to the MediaArt cache.
This class will also be used by the future AlbumEditorDialog.

b2aec12... by Jean Felder <email address hidden>

query: Get additional tags from album_songs

Retrieve creation_date and genre.

94c47b4... by Jean Felder <email address hidden>

utils: Map grilo tags and utils functions

Add a dictionnary to map a tag name with the corresponding utils
function to get it.

9d6af31... by Jean Felder <email address hidden>

utils: Add support for genre retrieval

ce864bc... by Fran DiƩguez

Update Galician translation