gnome-games-app:wip/exalm/bsnes

Last commit made on 2018-10-31
Get this branch:
git clone -b wip/exalm/bsnes https://git.launchpad.net/gnome-games-app

Branch merges

Branch information

Name:
wip/exalm/bsnes
Repository:
lp:gnome-games-app

Recent commits

2bf7a1f... by Exalm

flatpak: Replace bsnes-balanced with bsnes-performance

889a130... by Stas Solovey

Add Russian translation

a6c36ff... by gogo

Update Croatian translation

dd50ac7... by Exalm

ui: Drop custom devel style

GTK+ now includes its own devel style, so drop the custom one.

844ff36... by Exalm

preferences-window: Drop page child properties

Since pages have their own titles, and GtkStackSidebar isn't used anymore,
stack children titles are now completely unused, and names weren't used
before either, so drop them.

ff1acf0... by Exalm

preferences-window: Use PreferencesSidebar as sidebar

Also use PreferencesSidebar's 'row-selected' signal for switching pages.

76db28a... by Exalm

ui: Add PreferencesSidebar

Implement a GtkStackSidebar replacement that:
 * Uses PreferencesPage titles for labels.
 * Removes all unused functionality, like 'needs-attention' handling.
 * Adds 'row-selected' signal that is emitted even when clicking
   currently selected item.
 * Allows to wrap row labels.

5125de4... by Exalm

ui: Add PreferencesSidebarItem

This will be used in the next commit to implement a sidebar that works
with PreferencePage objects.

339a685... by Exalm

preferences-window: Use page title for headerbar

Since PreferencesPage has a 'title' property now, it can be used for the
title in headerbar instead of GtkStack titles.

60feff0... by Exalm

preferences-page: Add 'title' property

This will be used in subsequent commits to get rid of page child
properties.