gnome-games-app:wip/aplazas/speedup-collection

Last commit made on 2017-05-24
Get this branch:
git clone -b wip/aplazas/speedup-collection https://git.launchpad.net/gnome-games-app

Branch merges

Branch information

Name:
wip/aplazas/speedup-collection
Repository:
lp:gnome-games-app

Recent commits

3032c75... by Adrien Plazas

Try to find slow code points

f75e2be... by Michael Scherer <email address hidden>

utils: Fix options injection with custom filename

If a filename start by '--', grep would assume this is a option,
and so would potentially either miss the file, or wait
until STDIN is closed. A quick look at grep manpage do not
yield any way to execute code with this for now, but it is
better to fix the problem for now.

Using '--' is the traditional way to deal with file using
a double dash prefix.

Fix https://bugzilla.gnome.org/show_bug.cgi?id=782952

0c18c2c... by Adrien Plazas

ui: Make "Add games" dialog buttons translatable

https://bugzilla.gnome.org/show_bug.cgi?id=782824

3f5be11... by Piotr Drąg

Update Polish translation

f4d7475... by Adrien Plazas

ui: Add a "Add game files" button

This button is added to the collection header bar.

This allows to add games to the collection from files.

https://bugzilla.gnome.org/show_bug.cgi?id=782824

c75aafd... by Adrien Plazas

ui: Add the 'add-game-files' action

The action will be used in the next commit to triggers a game file
chooser, letting the user select files to add to the games collection.

https://bugzilla.gnome.org/show_bug.cgi?id=782824

5c5a9e8... by Adrien Plazas

core: Add GameCollection.get_accepted_mime_types()

This will be used in the next commit to filter files in a game file
chooser.

https://bugzilla.gnome.org/show_bug.cgi?id=782824

378b4c4... by Adrien Plazas

ui: Stop core instead of pausing it on quit

When using RetroRunner, this helps ensuring we unload the game, deinit
the core, and by extension that cores saving on unload save as expected
when quitting the application.

https://bugzilla.gnome.org/show_bug.cgi?id=782772

9c40b4a... by Adrien Plazas

retro: Deinit RetroRunner on destruction

This helps ensuring we unload the game, deinit the core, and by
extension that cores saving on unload save as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=782772

fa418d2... by Adrien Plazas

retro: Remove core from audio and video outputs

This will help ensuring we don't use the core we want to free anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=782772