[gnome-music] (107 commits) Non-fast-forward update to branch wip/mschraal/player-factor-out-gstreamer
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] (107 commits) Non-fast-forward update to branch wip/mschraal/player-factor-out-gstreamer
- Date: Mon, 12 Mar 2018 16:17:15 +0000 (UTC)
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:
c9a5f08... Factoring gst out
b0ca38a... fix on_progress_scale_change_value
cdf5caf... move gstplayer + pluginsdialog out
de5daea... PlaybackStatus -> Playback
eecc765... fix imports & PlaybackState rename
747aae7... remove gst check
97c96eb... make enum order more logical (to me)
a5bbc80... fix gi import versioning
4fa9f8e... reorder plugin stuff lower
a9ff21e... set internal state on bus state change
896ee3b... eos move to player
ec4c671... fix error -> .format
6e77b08... remove unused playing-changed signal
06dad85... add playback-status-changed signal to stop()
7ffa231... use state property changed signal
b899686... forgotten Gst.State
c44fd34... gstplayer: intern get_playback_status
c748f25... gstplayer: get_position to property
94d5a01... add duration property add seek to gstplayer
734f4ea... seek/duration
c10ddd9... gstplayer: add volume property
5fcab5c... reorder error stuff
6a10d20... gstplayer: Remove unused GLib import
3f0baf8... gstplayer: Remove old fixme/comment
cefa7f5... fix mpris (startup at least)
e6608d9... remove senseless else:
9c8e411... fix long seeks messing with playback
3cd3b24... gstplayer: use default case instead in return
16fe1c7... gstplayer: let's try playbin3
78df4dd... gstplayer: Don't request duration all the time
fb07801... gstplayer: misc cleanup
26e3cbe... gstplayer: add __repr__
5e735d7... player: start of undoing camelcase
e1f4f29... player: Fix progressscale with None duration
f710b70... player: camelCase fixes
b94160f... player: Treemodel shorthands
eca6d67... player: Remove unneeded case
7cd4899... player: btn -> button
b6b6f90... pep8
1ff746e... player: move _seconds_timeout to __init__
1a2c5fb... proper call & fix
6261e68... player: Move classwide to init
94c47b3... gstplayer: Simplify replaygain
6479f70... CI: Remove player.py from PEP8 exceptions
af2d42f... gstplayer: Remove is_playing function
bb30296... Add smoothscale and start to use it
e0d8617... what does this do?
e6f0f95... smoothscale: Internalize update calls
3196ae3... player: not needed anymore
1426ab7... player: Move more functionality to smoothscale
ed6c8fc... Move value-changed signal handling to player
7afb9ae... smoothscale: Remove old seconds tick
962580f... gstplayer: Be more reliable about duration
3fad4f4... smoothscale: Optimization fails
8c46aed... smoothscale: Fix Property -> property
043e701... gstplayer: Start state is STOPPED
25b803f... gstplayer: Use the gst clock for timeouts
2e34489... gstplayer: Pass seconds with clock-tick
787bb03... player: Correct scrobbling rules
d2188c0... player: Move lastfm now_playing call
d388d2a... player: Remove pointless try/except
2074482... player: Set local rule for play count
e9baf1f... player: Fix None duration
249a91e... player: Disable grilo calls, interfere with gst clock
1d950f2... player: Don't hit update more than once
c683c14... smoothscale: timeout -> _timeout
d7c703b... player: remove unused vars
8127b68... player: Use position instead of played_seconds
457ffb7... Move duration calc to smoothscale
8b3f86d... smoothscale: Add fixme
a44ff6f... player: Remove unused duplicate object
930596c... player: Dedupe play/pause functionality
8a62b96... player: Remove spurious calls
b9f7541... Revert "player: Dedupe play/pause functionality"
d9e8670... Revert "player: Disable grilo calls, interfere with gst clo
2ab6cd6... player: Use stop function
9994890... gstplayer: Add duration property setter
9e60cb2... smoothscale: Remove workaround for first draw
7a8d0d5... smoothscale: Remove unused imports
e0b7cdb... smoothscale: Explain player property
800aba9... PEP8 fixes
61d1690... player: Remove explicit SmoothScale import
a51a596... player: logger.warn -> logger.warning
eb6be5c... gstplayer: logger.warn -> logger.warning
8986d5b... gstplayer: id -> id_
739dcca... more rebase fixes
35daf73... Revert "player: Remove explicit SmoothScale import"
f9fe2fb... 1 more rebase fix
Commits added to the branch:
a92a905... Updated Danish translation (*)
97d1896... Update Croatian translation (*)
8a45aac... Update Croatian translation (*)
4548330... Update Greek translation (*)
f20034c... albumartcache: Do not close non-existing stream on error (*)
302881c... albumartcache: Fix possible lookup loop (*)
31fc253... albumartcache: Do not send two signals on error (*)
f437623... starhandlerwidget: Use _star_index everywhere (*)
80a0294... starhandlerwidget: Remove unused parameters (*)
8c7ac9f... Update British English translation (*)
95361f1... Update Turkish translation (*)
cbee509... Minor optimizations (*)
eaaf69f... window: Remove unused TrackerWrapper (*)
015d3d1... Update appdata (*)
17391b7... Rename NEWS.md to NEWS (*)
e2253c1... Remove unused Travis config (*)
bbc041f... CI: Remove non-functional deplay stage (*)
cfa4366... Factoring gst out
f99b240... fix on_progress_scale_change_value
3eb6abf... move gstplayer + pluginsdialog out
3fb5ca7... PlaybackStatus -> Playback
0be5a25... fix imports & PlaybackState rename
3e72219... remove gst check
436463c... make enum order more logical (to me)
7e97354... fix gi import versioning
2ac8cce... reorder plugin stuff lower
1d127ab... set internal state on bus state change
bfcd80f... eos move to player
e026cde... fix error -> .format
26f6cf7... remove unused playing-changed signal
5f45363... add playback-status-changed signal to stop()
5a925ea... use state property changed signal
b7dbc79... forgotten Gst.State
326af7a... gstplayer: intern get_playback_status
a623cbc... gstplayer: get_position to property
f73ea1d... add duration property add seek to gstplayer
036f0db... seek/duration
6a51b87... gstplayer: add volume property
02aa058... reorder error stuff
a7d5c79... gstplayer: Remove unused GLib import
3f1fc15... gstplayer: Remove old fixme/comment
ba67ce0... fix mpris (startup at least)
a397fc4... remove senseless else:
42a5ef8... fix long seeks messing with playback
b5f0709... gstplayer: use default case instead in return
4b31035... gstplayer: let's try playbin3
2f39156... gstplayer: Don't request duration all the time
9235089... gstplayer: misc cleanup
3b2a926... gstplayer: add __repr__
79ef195... player: start of undoing camelcase
fd8a83f... player: Fix progressscale with None duration
2d6c8c9... player: camelCase fixes
2eb78bf... player: Treemodel shorthands
0178687... player: Remove unneeded case
93a9e76... player: btn -> button
4c14505... pep8
6faec32... player: move _seconds_timeout to __init__
bdb26ee... proper call & fix
d45f6e7... player: Move classwide to init
3e57bd7... gstplayer: Simplify replaygain
25d4f53... CI: Remove player.py from PEP8 exceptions
5b66a54... gstplayer: Remove is_playing function
ce59968... Add smoothscale and start to use it
4efad07... what does this do?
748fa52... smoothscale: Internalize update calls
601acf5... player: not needed anymore
897dc59... player: Move more functionality to smoothscale
90f24d5... Move value-changed signal handling to player
7d8724a... smoothscale: Remove old seconds tick
20df80a... gstplayer: Be more reliable about duration
5a6cb1b... smoothscale: Optimization fails
31a8a9f... smoothscale: Fix Property -> property
bb0502f... gstplayer: Start state is STOPPED
f91c6bc... gstplayer: Use the gst clock for timeouts
bf36549... gstplayer: Pass seconds with clock-tick
2a70577... player: Correct scrobbling rules
739c6d2... player: Move lastfm now_playing call
9cae492... player: Remove pointless try/except
937d21d... player: Set local rule for play count
e53374c... player: Fix None duration
0848d68... player: Disable grilo calls, interfere with gst clock
0557f0b... player: Don't hit update more than once
a3a5087... smoothscale: timeout -> _timeout
5f41cb9... player: remove unused vars
7c46838... player: Use position instead of played_seconds
ea05bb2... Move duration calc to smoothscale
8d884f5... smoothscale: Add fixme
0e7bc0e... player: Remove unused duplicate object
5edd5c4... player: Dedupe play/pause functionality
6c1b4a4... player: Remove spurious calls
91ecc82... Revert "player: Dedupe play/pause functionality"
c4ebb87... Revert "player: Disable grilo calls, interfere with gst clo
86cc3f0... player: Use stop function
2d39364... gstplayer: Add duration property setter
a967648... smoothscale: Remove workaround for first draw
017157e... smoothscale: Remove unused imports
241bedd... smoothscale: Explain player property
b1eb3b4... PEP8 fixes
1010d58... player: Remove explicit SmoothScale import
a9801dd... player: logger.warn -> logger.warning
0cea166... gstplayer: logger.warn -> logger.warning
b233961... gstplayer: id -> id_
c528a73... Revert "player: Remove explicit SmoothScale import"
f00159e... player: discover_item is internal
87d4cff... player: Use logger instead of print
bac72bf... player: Use .format for log messages
98545d9... player: load is internal
(*) 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]