gnome-games-app:wip/aplazas/mrboom

Last commit made on 2018-07-22
Get this branch:
git clone -b wip/aplazas/mrboom https://git.launchpad.net/gnome-games-app

Branch merges

Branch information

Name:
wip/aplazas/mrboom
Repository:
lp:gnome-games-app

Recent commits

350cce3... by Adrien Plazas

flatpak: Add the libretro-mrboom core

330c40e... by Adrien Plazas

grilo: Drop useless calls to fetching functions

In GriloCooperative, GriloGenre, GriloPlayers and GriloReleaseDate, the
fetching functions were called just after the data got fetched. These
calls could only result in directly returning the fetched data, data
which was unused, making these calls pointless.

560eb9e... by Adrien Plazas

grilo-release-date: Drop an unused variable

This fixes a compile time warning.

a518e51... by Exalm

ui: Don't show gamepad list if it's empty

acb4e6e... by Exalm

ui: Add borders around all lists in preferences

Make Video and Controllers pages consistent with Plugins.

7ff30c6... by Adrien Plazas

retro-platform: Fix the platform name for Master System

The Master System platform ID and name were wrong, which caused a crash
when trying the get the name of the Master System platform with the
right ID.

d66c6be... by Adrien Plazas

retro-runner: Check we get a platform name

This avoids crashes if we save a screenshot with an unknown platform
name.

52e8d7b... by 1PunMan <email address hidden>

plugins: Allow retro games to get developer & publisher

a9f5dc4... by 1PunMan <email address hidden>

grilo: Add GriloDeveloper & GriloPublisher

These will be used to make several games get developer& publisher from the
web using Grilo.

8c89a26... by 1PunMan <email address hidden>

Add Game.get_developer() and Game.get_publisher() to Core, Dummy & Generic

These will be used in a subsequent commit to display developer andpublisher
of games providing one.