[gnome-games] Created tag 3.25.4



The unsigned tag '3.25.4' was created.

Tagger: Adrien Plazas <kekun plazas laposte net>
Date: Tue Jul 18 15:46:41 2017 +0200

    Version 3.25.4

Changes since the last tag '3.24.0':

Adrien Plazas (216):
      Update gnome-games.doap
      data: Distribute the .gschema.xml
      build: Make .flatpak-builder a maintainerclean target
      ui: Move 'Restart' at the beginning of resume dialog
      ui: Move 'Cancel' at the beginning of resume-failed dialog
      ui: Move 'Cancel' at the beginning of quit dialog
      ui: Fix license header in game-thumbnail.vala
      Fix license in file headers
      appdata: Fix the project license
      icons: Fix some metadata
      nintendo-ds: Add the source of the icon extractor
      Fix typos in CodingStyle.txt
      Add coding style for C
      gamepad: Port StandardGamepadAxis to C
      gamepad: Port StandardGamepadButton to C
      gamepad: Port RawGamepad to C
      gamepad: Port RawGamepadMonitor to C
      gamepad: Port LinuxRawGamepad to C
      gamepad: Drop now unused GamesRawGamepadIface
      gamepad: Port LinuxRawGamepadMonitor to C
      gamepad: Port LinuxRawGamepadMonitor fallback to C
      gamepad: Drop now unused GamesRawGamepadMonitorIface
      gamepad: Port GamepadInputType to C
      gamepad: Port GamepadMappingError to C
      gamepad: Port GamepadMappedEvent to C
      gamepad: Make GamepadDPad class a struct
      gamepad: Port GamepadDPad to C
      gamepad: Port GamepadMapping to C
      gamepad: Port GamepadMappingsManager to C
      gamepad: Port Gamepad to C
      gamepad: Port GamepadMonitor to C
      gamepad: Remove unused VAPIs
      Add missing GLib prefix in gamepad.vapi
      core: Make Plugin.get_game_source() nullable
      core: Add UriSource
      tracker: Add TrackerUriSource
      generic: Add GenericUriGameFacory.get_mime_types ()
      playstation: Add PlayStationGameFacory.get_mime_types ()
      core: Add UriGameFacory.get_mime_types ()
      core: Add Plugin.get_mime_types ()
      core: Add Plugin.get_uri_sources ()
      core: Add Plugin.get_uri_game_factories ()
      generic: Add GenericUriGameSource
      ui: Use MIME types and factories froom plugins
      amiga: Provide MIME types and URI game factories
      atari-2600: Provide MIME types and URI game factories
      atari-7800: Provide MIME types and URI game factories
      desktop: Provide MIME types, URI sources and URI game factories
      doom: Provide MIME types and URI game factories
      dreamcast: Provide MIME types and URI game factories
      game-boy: Provide MIME types and URI game factories
      game-boy-advance: Provide MIME types and URI game factories
      game-cube: Provide MIME types and URI game factories
      love: Provide MIME types and URI game factories
      mame: Provide MIME types and URI game factories
      master-system: Provide MIME types and URI game factories
      mega-drive: Provide MIME types and URI game factories
      neo-geo-pocket: Provide MIME types and URI game factories
      nes: Provide MIME types and URI game factories
      nintendo-64: Provide MIME types and URI game factories
      nintendo-ds: Provide MIME types and URI game factories
      pc-engine: Provide MIME types and URI game factories
      playstation: Provide MIME types and URI game factories
      sega-saturn: Provide MIME types and URI game factories
      snes: Provide MIME types and URI game factories
      wii: Provide MIME types and URI game factories
      wii-ware: Provide MIME types and URI game factories
      tracker: Remove unused Tracker types
      libretro: Drop tracker-sparql-1.0 requirement
      playstation: Remove PlayStationGameFactory.is_cursor_valid()
      core: Add PluginRegisterIterator
      Replace old plugin register iteration
      Remove unused UriGameFactory.is_uri_valid()
      Rename GenericSyncGameUriAdapter into GenericGameUriAdapter
      mame: Yield on MameGameUriAdapter.game_for_uri()
      generic: Yield on GenericGameUriAdapter.game_for_uri()
      tracker: Move TrackerError to its own file
      Make UriGameFactory.add_uri() async
      core: Add UriGameFactory.game_added() signal
      generic: Refactor GenericUriGameFactory game creation
      generic: Add GenericUriGameSource.get_factories_for_uri()
      generic: Add GenericUriGameFactory.query_game_for_uri()
      playstation: Add PlayStationGameFactory.query_game_for_uri()
      core: Add UriGameFactory.query_game_for_uri()
      generic: Add GenericUriGameSource.query_game_for_uri()
      ui: Handle opening game URIs
      data: Declare handled MIME-types
      generic: Add GenericUriGameSource.game_added()
      ui: Add games when found by the GenericUriGameSource
      Allow a media to have any number of URIs
      playstation: Build PlayStationUid from disc ID
      gameinfo: Add GameinfoDoc.get_disc_set_ids_for_disc_id()
      playstation: Make game creation more flexible
      utils: Add the Uri class
      Use the new Uri type
      desktop: Catch error in DesktopPlugin.get_uri_sources()
      core: Add UriGameFactory.get_schemes()
      generic: Make GenericUriGameFactory handle schemes
      generic: Make GenericUriGameSource handle schemes
      utils: Add Uri.from_uri_and_scheme()
      steam: Add SteamUriIterator
      steam: Add SteamUriSource
      steam: Use SteamUriSource and a generic game factory
      steam: Remove now unused SteamGameSource
      libretro: Add LibretroUriIterator
      libretro: Add LibretroUriSource
      libretro: Add LibretroError
      libretro: Use LibretroUriSource and a generic game factory
      libretro: Remove now unused LibretroGameSource
      ui: Stop using game sources from the plugins
      Rename GenericUriGameSource to GameCollection
      dummy: Remove DummyGameSource
      core: Remove Plugin.get_game_source()
      core: Move GameCallback to its own file
      core: Remove unused GameSource
      utils: Make Uri.from_uri_and_scheme() throw errors
      core: Add GameCollection.get_list_store()
      core: Add GameCollection.search_games()
      ui: Make Application use GameCollection to handle games
      core: Remove unused GameCollection.game_added()
      ui: Remove a sort invalidation in CollectionIconView
      ui: Check the inhibition cookie
      playstation: Accept PlayStation CUE sheets using MODE1
      gamepad: Save changes made to the DPad's state
      gamepad: Fix NULL checks in gamepadmapping destructor
      gamepad: Fix empty string test
      gamepad: Fix global includes
      event: Add Event
      gamepad: Add the 'event' signal to RawGamepad
      gamepad: Make LinuxrawGamepad emit the 'event' signal
      gamepad: Add the 'event' signal to Gamepad
      gamepad: Handle 'event' signal from RawGamepad
      gamepad: Stop emitting specific gamepad events
      gamepad: Remove specific gamepad event signals
      event: Add linux/input-event-codes.h
      gamepad: Map the input types to Linux event codes
      gamepad: Drop usage of StandardGamepadButton in Vala
      gamepad: Drop usage of StandardGamepadAxis in Vala
      gamepad: Remove custom types
      gamepad: Rename GamepadMappedEvent into GamepadInput
      gamepad: Merge GamepadInput and input_t
      gamepad: Simplify mapping destination parsing
      gamepad: Make names clear in GamepadMapping
      gamepad: Make gamepad emit Event objects
      retro: Log cores with Retro.g_log()
      flatpak: Add the Mednafen GBA core
      flatpak: Add the Desmume core
      retro: Simplify error catching in try_load_game()
      flatpak: Fix the Desmume core
      retro: Set the save dir of the core
      retro: Remove core from audio and video outputs
      retro: Deinit RetroRunner on destruction
      ui: Stop core instead of pausing it on quit
      core: Add GameCollection.get_accepted_mime_types()
      ui: Add the 'add-game-files' action
      ui: Add a "Add game files" button
      ui: Make "Add games" dialog buttons translatable
      event: Allow to keep hardware info
      gamepad: Use GamepadInput in GamepadDPad
      Add the atari-lynx plugin
      plugins: Add the msdos plugin
      Add the wonderswan plugin
      retro: Add missing platform names
      flatpak: Add the libretro-mednafen_wswan core
      retro: Add RetroSimpleType
      retro: Add RetroSimpleGameUriAdapter
      ui: Register game types from the application
      amiga: Replace the plugin by a simple type
      atari-2600: Replace the plugin by a simple type
      atari-7800: Replace the plugin by a simple type
      atari-lynx: Replace the plugin by a simple type
      doom: Replace the plugin by a simple type
      game-boy: Replace the plugin by simple types
      game-boy-advance: Replace the plugin by a simple type
      master-system: Replace the plugin by simple types
      mega-drive: Move cartridge types to simple types
      Replace mega-drive plugin by sega-cd plugin
      ms-dos: Replace the plugin by a simple type
      neo-geo-pocket: Replace the plugin by a simple type
      nes: Replace the plugin by simple types
      nintendo-64: Replace the plugin by a simple type
      pc-engine: Move cartridge types to simple types
      Replace pc-engine plugin by turbografx-cd plugin
      snes: Replace the plugin by a simple type
      wii-ware: Replace the plugin by a simple type
      wonderswan: Replace the plugin by simple types
      data: Add declare missing MIME types
      flatpak: Add the libretro-dosbox core
      Fix missing license header
      core: Add MediaInfo
      core: Add Media.get_info() and Media.with_info()
      core: Make MediaSet.icon settable
      core: Add MediaSet.add_media()
      core: Allow the MediaSet constructor to take no parameter
      retro: Simplify construction of MediaSet in RetroRunner
      playstation: Simplify construction of MediaSet
      core: Remove the MediaSet constructor
      flatpak: Add the libretro-mednafen_lynx core
      gamepad: Send axis events for unhandled absolute axes
      build: Move tracker-sparql to 2.0
      retro: Adapt to changes in retro-gtk
      flatpak: Pin down the Desmume and Beetle NGP commits
      core: Make GameCollection private
      build: Add sqlite3 dependency
      Add the database module
      ui: Save user game URIs in the database
      playstation: Add DiscImageTime
      playstation: Add DiscFileInfo
      playstation: Add DiscImage
      playstation: Add get_playstation_info()
      playstation: Parse disc images to detect games
      playstation: Check boundaries of sectors to access
      Bump retro-gtk to 0.12
      build: Update git.mk
      dist: Add missing C headers
      Version 3.25.4

Anders Jonsson (1):
      Update Swedish translation

Balázs Úr (1):
      Update Hungarian translation

Daniel Mustieles (1):
      Updated Spanish translation

Exalm (2):
      flatpak: Add application/x-pc-engine-rom MIME-type to TurboGrafxCD platform
      flatpak: Fix firmware checksums for Picodrive

Fabio Tomat (1):
      Update Friulian translation

Jeremy Bicha (1):
      data: Distribute more files

Kukuh Syafaat (4):
      Update Indonesian translation
      Update Indonesian translation
      Update Indonesian translation
      Update Indonesian translation

Marek Cernocky (1):
      Updated Czech translation

Marek Černocký (1):
      Updated Czech translation

Mario Blättermann (2):
      Update German translation
      Update German translation

Mathieu Bridon (5):
      flatpak: Fix the PCSX installation instructions
      flatpak: Block PCSX at a certain version
      utils: Check null values
      flatpak: Better pin down the PCSX commit hash
      flatpak: Fix the relative paths

Michael Scherer (1):
      utils: Fix options injection with custom filename

Milo Casagrande (1):
      Update Italian translation

Piotr Drąg (11):
      Update Polish translation
      Update Polish translation
      Update Polish translation
      Update POTFILES.in and POTFILES.skip
      Update POTFILES.in and POTFILES.skip
      Update POTFILES.in and POTFILES.skip
      Update Polish translation
      Update Polish translation
      Update POTFILES.in and POTFILES.skip
      Update Polish translation
      Update Polish translation

Rafael Fontenelle (4):
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation
      Update Brazilian Portuguese translation

Seong-ho Cho (1):
      Add Korean translation

gogo (1):
      Add Croatian translation

theawless (12):
      retro: Check existence of module file
      desktop-tracker-query: Check game displayability
      ui: Use Gtk.MessageDialog for resume dialog
      ui: Use Gtk.MessageDialog for resume-failed dialog
      ui: Use Gtk.MessageDialog for quit dialog
      retro: Refactor input manager
      ui: Reformat preferences-switch-item
      ui: Use checkmark in MediaSelector
      ui: Fix deprecation warnings at exit fullscreen
      gamepad: Fix local includes
      gamepad: Fix NULL check in LinuxRawGamepad finalize
      ui: Use theme relative colors for styling


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]