[gnome-music] (85 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:

  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
  b54ffe9... smoothscale: Remove workaround for first draw
  ee6f068... smoothscale: Remove unused imports
  ecc6242... smoothscale: Explain player property
  6978536... PEP8 fixes
  42b2b83... player: Remove explicit SmoothScale import

Commits added to the branch:

  6dbd714... Update Slovak translation (*)
  bec1df0... Factoring gst out
  ff40efe... fix on_progress_scale_change_value
  a3abb9a... move gstplayer + pluginsdialog out
  ad3010a... PlaybackStatus -> Playback
  5b9241b... fix imports & PlaybackState rename
  4fbd2bd... remove gst check
  6ccc0c5... make enum order more logical (to me)
  3b710f4... fix gi import versioning
  8019f35... reorder plugin stuff lower
  c7e126e... set internal state on bus state change
  ae003c0... eos move to player
  6232c82... fix error -> .format
  b991b70... remove unused playing-changed signal
  735ee65... add playback-status-changed signal to stop()
  58db65f... use state property changed signal
  c21b403... forgotten Gst.State
  0fc31ae... gstplayer: intern get_playback_status
  00dbab6... gstplayer: get_position to property
  0443b0f... add duration property add seek to gstplayer
  e1340f3... seek/duration
  77c5dc0... gstplayer: add volume property
  6786f62... reorder error stuff
  9fa0d5c... gstplayer: Remove unused GLib import
  6349d56... gstplayer: Remove old fixme/comment
  1db4a4e... fix mpris (startup at least)
  c65385c... remove senseless else:
  d61a2db... fix long seeks messing with playback
  5e7d010... gstplayer: use default case instead in return
  0c93464... gstplayer: let's try playbin3
  76c1701... gstplayer: Don't request duration all the time
  afd1747... gstplayer: misc cleanup
  65deb14... gstplayer: add __repr__
  6b2bdf9... player: start of undoing camelcase
  1eeb429... player: Fix progressscale with None duration
  cae25ce... player: camelCase fixes
  b1f8a8c... player: Treemodel shorthands
  3b1ce90... player: Remove unneeded case
  90465b8... player: btn -> button
  b4c2298... pep8
  c9f95f5... player: move _seconds_timeout to __init__
  f0e6996... proper call & fix
  bb669bc... player: Move classwide to init
  9288e37... gstplayer: Simplify replaygain
  6062dd6... CI: Remove player.py from PEP8 exceptions
  a39b714... gstplayer: Remove is_playing function
  3755f65... Add smoothscale and start to use it
  a969301... what does this do?
  afc3545... smoothscale: Internalize update calls
  cbea956... player: not needed anymore
  92c0bc6... player: Move more functionality to smoothscale
  86915c8... Move value-changed signal handling to player
  0192466... smoothscale: Remove old seconds tick
  4d10f55... gstplayer: Be more reliable about duration
  6ee8478... smoothscale: Optimization fails
  bf8f88d... smoothscale: Fix Property -> property
  798a95c... gstplayer: Start state is STOPPED
  90d6eb7... gstplayer: Use the gst clock for timeouts
  9fee494... gstplayer: Pass seconds with clock-tick
  d9b2c7c... player: Correct scrobbling rules
  07aecba... player: Move lastfm now_playing call
  aef8a69... player: Remove pointless try/except
  b69c0cd... player: Set local rule for play count
  f4010bf... player: Fix None duration
  555a2f3... player: Disable grilo calls, interfere with gst clock
  5a441ba... player: Don't hit update more than once
  0bf88b7... smoothscale: timeout -> _timeout
  312e8cc... player: remove unused vars
  c8ea5f1... player: Use position instead of played_seconds
  d72e276... Move duration calc to smoothscale
  d0587de... smoothscale: Add fixme
  16536e3... player: Remove unused duplicate object
  01a901d... player: Dedupe play/pause functionality
  a7a2243... player: Remove spurious calls
  89d90a9... Revert "player: Dedupe play/pause functionality"
  6687a59... Revert "player: Disable grilo calls, interfere with gst clo
  ff643f6... player: Use stop function
  0bce452... gstplayer: Add duration property setter
  3ac0abc... smoothscale: Remove workaround for first draw
  0239d50... smoothscale: Remove unused imports
  9dc6443... smoothscale: Explain player property
  7da8544... PEP8 fixes
  296d2df... player: Remove explicit SmoothScale import
  6dc4841... player: logger.warn -> logger.warning
  1dd91e1... gstplayer: logger.warn -> logger.warning

(*) 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]