~vcs-imports/gnome-games/+git/gnome-games:wip/exalm/tracker

Last commit made on 2018-12-05
Get this branch:
git clone -b wip/exalm/tracker https://git.launchpad.net/~vcs-imports/gnome-games/+git/gnome-games

Branch merges

Branch information

Name:
wip/exalm/tracker
Repository:
lp:~vcs-imports/gnome-games/+git/gnome-games

Recent commits

99e6818... by Exalm

a

93aeb8b... by Exalm

search-bar: Make search bar adaptive

Use Hdy.SearchBar and Hdy.Column to make search bar shrink in narrow
windows.

96cc6ba... by Exalm

main: Use Hdy.init()

Libhandy now has a preferred way for initializing types, so use it instead
of doing it manually.

5b9687b... by Yetizone <email address hidden>

retro-input-manager: Fix small typo

b606430... by Yetizone <email address hidden>

retro-input-manager: if else coding style fixup

d5d500f... by Yetizone <email address hidden>

retro-input-manager: Don't set device to null redundantly

When changing input mode without changing core view joypad port, the
corresponding manette device is already null, so don't set it to null
again.

c60664d... by Exalm

retro-input-manager: Don't set default joypad controller

Rely on joypad controller on a specific port instead. This allows to
avoid the same input on every port, controlling multiple players at once
on some platforms.

fbd0033... by Exalm

retro-input-manager: Re-introduce CoreView joypad

When a controller is set to null, retro-gtk tells core to change device
type to Retro.ControllerType.NONE, which breaks input in some specific
games. So either set it to CoreView joypad controller or to null,
depending on input mode.

Effectively reverts commit 099eb11c4060bacddb1e66383bb22eeec5b9fa3c.

5380f2e... by Daniel Mustieles <email address hidden>

Updated Spanish translation

df739a9... by Exalm

retro-runner: Separate platform from core_source

Add 'platform' field and set it in the constructors.

This allows to correctly set system directory and also platform for
screenshot metadata when core_source is null.