[gnome-music] (103 commits) Non-fast-forward update to branch wip/mschraal/player-factor-out-gstreamer



The branch 'wip/mschraal/player-factor-out-gstreamer' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  4a2da20... Factoring gst out
  ef924a4... fix on_progress_scale_change_value
  c57f244... move gstplayer + pluginsdialog out
  408b524... PlaybackStatus -> Playback
  306daed... fix imports & PlaybackState rename
  9dcac94... remove gst check
  b7f3d40... make enum order more logical (to me)
  f9e72df... fix gi import versioning
  fedcb8f... reorder plugin stuff lower
  7cbf858... set internal state on bus state change
  0ef4cdb... eos move to player
  e9f9ada... fix error -> .format
  dbe1811... remove unused playing-changed signal
  f9dfee8... add playback-status-changed signal to stop()
  b23fe01... use state property changed signal
  8ee4934... forgotten Gst.State
  895c753... gstplayer: intern get_playback_status
  6e2bb0a... gstplayer: get_position to property
  5169328... add duration property add seek to gstplayer
  18d08df... seek/duration
  b75978e... gstplayer: add volume property
  b8279fe... reorder error stuff
  c923cf1... gstplayer: Remove unused GLib import
  2b6bd88... gstplayer: Remove old fixme/comment
  52cc87f... fix mpris (startup at least)
  720c8ff... remove senseless else:
  6033a6d... fix long seeks messing with playback
  bf42e92... gstplayer: use default case instead in return
  927bd73... gstplayer: let's try playbin3
  87ee2d1... gstplayer: Don't request duration all the time
  23eb662... gstplayer: misc cleanup
  5674bc4... gstplayer: add __repr__
  75535a0... player: start of undoing camelcase
  8e0523c... player: Fix progressscale with None duration
  ce02531... player: camelCase fixes
  735b1cd... player: Treemodel shorthands
  1379ea3... player: Remove unneeded case
  e0c1360... player: btn -> button
  11a0189... pep8
  f351226... player: move _seconds_timeout to __init__
  8e2b95f... proper call & fix
  b7f29c6... player: Move classwide to init
  dcf8486... gstplayer: Simplify replaygain
  9eeca5b... CI: Remove player.py from PEP8 exceptions
  17c4b6d... gstplayer: Remove is_playing function
  749237f... Add smoothscale and start to use it
  fdd3569... what does this do?
  5f8cfe4... smoothscale: Internalize update calls
  a81b407... player: not needed anymore
  f7d256c... player: Move more functionality to smoothscale
  3a3ba4b... Move value-changed signal handling to player
  02a540d... smoothscale: Remove old seconds tick
  9997722... gstplayer: Be more reliable about duration
  10a0211... smoothscale: Optimization fails
  35cb3c9... smoothscale: Fix Property -> property
  4e136f7... gstplayer: Start state is STOPPED
  f8e7831... gstplayer: Use the gst clock for timeouts
  912c88b... gstplayer: Pass seconds with clock-tick
  5b14d5b... player: Correct scrobbling rules
  150163c... player: Move lastfm now_playing call
  cfa8ae3... player: Remove pointless try/except
  4c86f8f... player: Set local rule for play count
  57fa7a2... player: Fix None duration
  a3be671... player: Disable grilo calls, interfere with gst clock
  c070276... player: Don't hit update more than once
  f452283... smoothscale: timeout -> _timeout
  1d3a430... player: remove unused vars
  e10458e... player: Use position instead of played_seconds
  7684710... Move duration calc to smoothscale
  224484d... smoothscale: Add fixme
  752b42a... player: Remove unused duplicate object
  b24b32d... player: Dedupe play/pause functionality
  6636e79... player: Remove spurious calls

Commits added to the branch:

  6b15c6e... Update Brazilian Portuguese translation (*)
  56853a9... Update Galician translation (*)
  c48004c... Update Croatian translation (*)
  4a0f46a... playlistview: Only show icons for playing playlist (*)
  4b9c81c... gnome-music.in: Initialize gstreamer early (*)
  9c626fa... Update Finnish translation (*)
  31c992a... build: Add README.md to tarball (*)
  356c7e9... query: Filter out on-disk playlist formats (*)
  2ad2805... grilo: Report errors (*)
  5136b85... grilo: Clean up debug logging (*)
  e040b48... Replace logger.warn with logger.warning (*)
  19ded54... Update Dutch translation (*)
  fc70b1e... Switch to meson build system (*)
  5cda4c6... Update German translation (*)
  fafb6d8... Update Polish translation (*)
  a7073a1... Fix Spanish translation header (*)
  27ac5aa... window: Create media_keys_proxy only once (*)
  a345f24... window: Handle Gdk Audio keys (*)
  4fdf8b6... Update Hungarian translation (*)
  16083e3... Update Chinese (Taiwan) translation (*)
  98542c0... Update Dutch translation (*)
  53ce407... toolbar: Remove old packing workaround (*)
  49ad2a2... toolbar: Remove redundant style call (*)
  058f901... toolbar: Add selection_mode property (*)
  20b9d04... window: Restore selection popup functionality (*)
  59b4179... flatpak: Go back to master SDK (*)
  0433ae7... Factoring gst out
  7606cf8... fix on_progress_scale_change_value
  faea672... move gstplayer + pluginsdialog out
  2b764ac... PlaybackStatus -> Playback
  b214750... fix imports & PlaybackState rename
  0f2b00e... remove gst check
  41623d5... make enum order more logical (to me)
  0a3c09d... fix gi import versioning
  ef258f8... reorder plugin stuff lower
  64f4df3... set internal state on bus state change
  f67178b... eos move to player
  336415f... fix error -> .format
  df9d9ef... remove unused playing-changed signal
  37bed20... add playback-status-changed signal to stop()
  b42dca7... use state property changed signal
  8160fa8... forgotten Gst.State
  b6cee53... gstplayer: intern get_playback_status
  bddbbf2... gstplayer: get_position to property
  25c1ee0... add duration property add seek to gstplayer
  80d4c5b... seek/duration
  f0e805f... gstplayer: add volume property
  d9aaad4... reorder error stuff
  441a833... gstplayer: Remove unused GLib import
  45630a7... gstplayer: Remove old fixme/comment
  1ab2645... fix mpris (startup at least)
  5081303... remove senseless else:
  0d5b97d... fix long seeks messing with playback
  3564a12... gstplayer: use default case instead in return
  8559361... gstplayer: let's try playbin3
  e9bb733... gstplayer: Don't request duration all the time
  2aed616... gstplayer: misc cleanup
  87d027a... gstplayer: add __repr__
  ef36719... player: start of undoing camelcase
  481f7ec... player: Fix progressscale with None duration
  73e5871... player: camelCase fixes
  55eff30... player: Treemodel shorthands
  0e23268... player: Remove unneeded case
  1444130... player: btn -> button
  a8c5b0b... pep8
  59cfff8... player: move _seconds_timeout to __init__
  b4557d1... proper call & fix
  2c979d3... player: Move classwide to init
  2024960... gstplayer: Simplify replaygain
  a710706... CI: Remove player.py from PEP8 exceptions
  bd1fecd... gstplayer: Remove is_playing function
  b5a84f2... Add smoothscale and start to use it
  dfd928a... what does this do?
  517111c... smoothscale: Internalize update calls
  7c04070... player: not needed anymore
  77b13c4... player: Move more functionality to smoothscale
  1c109da... Move value-changed signal handling to player
  dcc1e91... smoothscale: Remove old seconds tick
  60869ba... gstplayer: Be more reliable about duration
  55f35df... smoothscale: Optimization fails
  0991cde... smoothscale: Fix Property -> property
  3aa7ecd... gstplayer: Start state is STOPPED
  e02e151... gstplayer: Use the gst clock for timeouts
  80adf0b... gstplayer: Pass seconds with clock-tick
  938b375... player: Correct scrobbling rules
  6442983... player: Move lastfm now_playing call
  3744255... player: Remove pointless try/except
  9376e15... player: Set local rule for play count
  f295424... player: Fix None duration
  b792f71... player: Disable grilo calls, interfere with gst clock
  651d75f... player: Don't hit update more than once
  9bd6643... smoothscale: timeout -> _timeout
  5c20969... player: remove unused vars
  0e7baec... player: Use position instead of played_seconds
  71aaaff... Move duration calc to smoothscale
  a8899cb... smoothscale: Add fixme
  abc4ced... player: Remove unused duplicate object
  f352ca1... player: Dedupe play/pause functionality
  e53a85c... player: Remove spurious calls
  4b3a46f... Revert "player: Dedupe play/pause functionality"
  6077dab... Revert "player: Disable grilo calls, interfere with gst clo
  2687e6a... player: Use stop function
  d403139... gstplayer: Add duration property setter

(*) This commit already existed in another branch; no separate mail sent


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