[gnome-games] Created tag 3.18.0



The unsigned tag '3.18.0' was created.

Tagger: Adrien Plazas <kekun plazas laposte net>
Date: Tue May 10 16:41:26 2016 +0200

    Version 3.18.0

Changes:

Adrien Plazas (171):
      Fix typo in makefile
      Required glib version -> 2.38.0
      Move AppWindow to own class
      main: Quit on window closed
      app-window: Add close button
      app: Prefer dark theme
      Introduce CodingStyle.txt
      Fix compilation error
      Add GameThumbnail widget
      Add GameIconView widget
      Add CollectionIconView widget
      application: Move collection from window
      dummy: Add DummyGame class
      core: Add Game interface
      core: Add GameSource interface
      dummy: Move DummyGameSource to dummy module
      desktop: Add DesktopGame class
      desktop: Add DesktopGameSource class
      ui: Use desktop module instead of desktop module
      desktop: Add 'icon' prop to DesktopGame
      dummy: Add 'icon' prop to DummyGame
      core: Add 'icon' prop to Game
      ui: Display game icon
      game-icon-view: Ellipsize words and chars
      tracker: Add TrackerQuery
      tracker: Add TrackerGameSource
      desktop: Replace game source by Tracker query
      core: Add Runner
      dummy: Add DummyRunner
      desktop: Add DesktopRunner
      dummy: Add DummyGame.get_runner ();
      desktop: Add DesktopGame.get_runner ();
      core: Add Game.get_runner ();
      ui: Run game item clicked
      ui: Add UiState
      ui: Add ContentBox
      ui: Add HeaderBar
      ui: Add DummyDisplay
      ui: Add RemoteDisplay
      core: Runner.get_display() return non nullable
      core: Add Runner.stopped() signal
      desktop: Monitor child process
      ui: Don't run an already running game
      ui: Show collection on game stopped
      ui: Fix usage of ApplicationWindow.hb_ui_binding
      core: Add Runner.pause()
      Add retro-gobject and retro-gtk dependencies
      retro: Add RetroRunner
      nintendo: Add SnesGame
      tracker: TrackerQuery.game_for_cursor() throw error
      tracker: Add MimeTypeTrackerQuery
      nintendo: Add SnesTrackerQuery
      ui: Use SnesTrackQuery game source
      ui: Add ApplicationWindow.remove_runner()
      ui: Fix DummyDisplay template class name
      core: Rename Runner.run() into Runner.start()
      core: Add Runner.resume()
      core: Add Runner.can_resume prop
      ui: Add ResumeDialog
      ui: Run ResumeDialog on resumable game activated
      snes: Add SnesGame.uid prop
      ui: Add Application.get_saves_dir()
      retro: Save games
      retro: Save snapshots
      retro: Encapsulate RetroRunner.video
      retro: Save screenshots
      ui: Add ErrorInfoBar
      ui: Add ContentBox.info_box
      core: Make Game.get_runner() throw RunError
      retro: Check RetroRunner construction success
      ui: Display error if can't get runner
      retro: Add variables iface to Retro.Core
      retro: Add logging iface to Retro.Core
      retro: Pre run the Retro.Core
      retro: Add keyboard input to Retro.Core
      retro: RetroRunner stopped on shut down core
      nintendo: Add NesGames and NesTrackerQuery
      nintendo: Add GameBoyAdvanceGames and GameBoyAdvanceTrackerQuery
      nintendo: Add GameBoyGames and GameBoyTrackerQuery
      Replace DestopRunner by CommandRunner
      Add libarchive dependency
      love: Add LoveGames and LoveTrackerQuery
      love: Fix config parsing
      sega: Add MegaDriveGame and MegaDriveTrackerQuery
      sega: Add MasterSystemHeader
      sega: Add MasterSystemGame and MasterSystemTrackerQuery
      sega: Add GameGearGame and GameGearTrackerQuery
      nec: Add PcEngineGame and PcEngineTrackerQuery
      ui: Set game name as display title
      ui: Make Ctrl+Q quit the application
      ui: Add CollectionIconView.filtering_text prop
      ui: Add 'search-mode' props
      ui: Make ContentBox a GtkBox
      ui: Add SearchBar
      ui: Add search bar to content box
      ui: Add search button to collection header bar
      ui: Add shortcut to trigger search
      Add hicolor icon theme
      Add HighContrast icon theme
      Add i18n support
      Add desktop entry
      desktop: Add black list
      desktop: Move black list check to own method
      desktop: Add categories black list
      steam: Add SteamRegistry
      steam: Add SteamRunner
      steam: Add SteamGame
      steam: Add SteamGameSource
      ui: List Steam games
      desktop: Black list Steam games
      sega: Move MS header related types to MS header file
      sega: Add MasterSystemHeader.check_validity()
      sega: Make MasterSystemGame handle GameGear games
      ui: Add new games to icon view
      core: Make GameSource.each_game() async
      tracker: Make TrackerGameSource.each_game() async
      steam: Make SteamGameSource.each_game() async
      ui: Add Application.add_game()
      retro: Load RAM when starting/resuming
      Add Fingerprint.get_for_file_uri()
      nintendo: Base UIDs on file fingerprint
      sega: Base UIDs on file fingerprint
      nec: Base UIDs on file fingerprint
      ui: Add EmptyCollection
      ui: Show EmptyCollection when needed
      ui: Add empty-collection.ui
      nintendo: Add Ninentdo64Game and Nintendo64TrackerQuery
      nintendo: Add GameCubeGame and GameCubeTrackerQuery
      nintendo: Add WiiGame and WiiTrackerQuery
      nintendo: Add WiiWareGame and WiiWareTrackerQuery
      nintendo: Add NintendoDsGame and NintendoDsTrackerQuery
      sega: Add SegaSaturnGame and SegaSaturnTrackerQuery
      sega: Add DreamcastGame and DreamcastTrackerQuery
      commodore: Add AmigaGame and AmigaTrackerQuery
      doom: Add DoomGame and DoomTrackerQuery
      desktop: Make base name black list a resource
      desktop: Make categories black list a resource
      desktop: Make executable black list a resource
      ui: Sort games by name by default
      ui: Make keyboard shortcuts accept uppercase
      sega: Add MegaDriveHeader
      sega: Add GameBoyHeader
      sega: Store MasterSystemHeader.region_code
      sega: Fix MasterSystemHeader magic buffer size
      ui: Fix GtkHeaderBar runtime warnings
      retro: Search modules in 'RETRO_PLUGIN_PATH_1_0'
      Add 'subdir-objects' Automake option
      Remove unused properties from games
      steam: Fix SteamApps dir case
      sega: Make MegaDriveHeader throw MegaDriveError
      retro: Add RetroLog
      core: Add RunError.COULDNT_GET_UID
      nintendo: Add GameCubeHeader
      nintendo: Add GameCubeUID
      nintendo: Add WiiHeader
      nintendo: Add WiiUID
      sega: Add SegaSaturnHeader
      sega: Add SegaSaturnUID
      utils: Add Grep.get_offsets()
      sega: Add DreamcastHeader
      sega: Add DreamcastUID
      utils: Move utils.vala to utils/fingerprint.vala
      utils: Add FingerprintUID
      Use FingerprintUID
      utils: Make Fingerprint functions throw errors
      desktop: Make black lists getters throws errors
      retro: Make RetroRunner ram methods throw errors
      retro: Make RetroRunner snapshot methods throw errors
      retro: Make RetroRunner screenshot methods throw errors
      Add AppData
      Version 3.18.0

Kekun (46):
      Merge pull request #23 from sebn/fix/icon-view-ellipsisation
      Merge pull request #25 from sebn/refactoring/tracker
      Merge pull request #26 from sebn/wip/running
      Merge pull request #31 from sebn/refactor/non-nullable-display
      Merge pull request #32 from sebn/feature/monitor-running-games
      Merge pull request #33 from sebn/feature/show-collection-on-stopped-game
      Merge pull request #37 from sebn/fix/hb-binding
      Merge pull request #38 from sebn/feature/list-snes-games
      Merge pull request #40 from sebn/fix/app-window-ref-cycle
      Merge pull request #42 from sebn/fix/dummy-display
      Merge pull request #52 from sebn/feature/save
      Merge pull request #60 from sebn/fix/info-on-no-runner
      Merge pull request #65 from sebn/feature/retro-runner-update
      Merge pull request #66 from sebn/feature/nintendo
      Merge pull request #68 from sebn/feature/love
      Merge pull request #71 from sebn/feature/sega
      Merge pull request #72 from sebn/feature/nec
      Merge pull request #73 from sebn/feature/display-title
      Merge pull request #74 from sebn/feature/quit-shortcut
      Merge pull request #75 from sebn/feature/search
      Merge pull request #77 from sebn/feature/desktop-entry
      Merge pull request #78 from sebn/feature/blacklist
      Merge pull request #117 from sebn/feature/black-list-categories
      Merge pull request #118 from sebn/feature/steam
      Merge pull request #119 from sebn/refactoring/master-system
      Merge pull request #121 from sebn/fix/huge-collection
      Merge pull request #124 from sebn/fix/can-move-rom
      Merge pull request #125 from sebn/feature/no-game
      Merge pull request #126 from sebn/feature/nintendo
      Merge pull request #127 from sebn/feature/sega
      Merge pull request #128 from sebn/feature/amiga
      Merge pull request #129 from sebn/feature/doom
      Merge pull request #131 from sebn/refactoring/blacklist
      Merge pull request #133 from sebn/feature/sort
      Merge pull request #134 from sebn/fix/keyboard-shortcut
      Merge pull request #135 from sebn/fix/check-roms
      Merge pull request #137 from sebn/fix/headerbar-warning
      Merge pull request #139 from sebn/feature/retro-plugin-path
      Merge pull request #142 from sebn/fix/subdir-objects
      Merge pull request #143 from sebn/refactoring/unused-game-properties
      Merge pull request #145 from sebn/fix/steamapps-dir
      Merge pull request #147 from sebn/fix/mega-drive-header
      Merge pull request #149 from sebn/refactoring/retro-log
      Merge pull request #151 from sebn/feature/uid
      Merge pull request #153 from sebn/fix/desktop-black-lists-getters
      Merge pull request #155 from sebn/fix/serialize-size

Sebastien Nicouleaud (19):
      Add license
      List authors
      Add README
      Basic application window
      Build with autotools
      Automatically add autotools-generated files to .gitignore
      Simplify app class and UI
      Add UI to GResource bundle
      Remove Makefile.in's on maintainer-clean
      List games in IconView from DummyGameSource
      Reorganize source code to simplify build
      Remove non-source file from git
      Remove duplicate glib-compile-resources setup in configure.ac
      Introduce Games namespace
      Set up jhbuild
      Introduce .editorconfig
      Fix code style to match .editorconfig
      Extract Application class to its own file
      Do not abbreviate application-window.{ui,vala} names

sebn (2):
      Merge pull request #19 from sebn/refactoring/code-guidelines
      Merge pull request #20 from sebn/refactoring/code-style


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