[gnome-music] (93 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] (93 commits) Non-fast-forward update to branch wip/mschraal/player-factor-out-gstreamer
- Date: Tue, 13 Mar 2018 15:31:02 +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:
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
41c71ec... player: Make get_iter_last internal
faa42b0... CI: Just use flake8
765c957... player: SmoothScale import noqa
d6cd224... CI: Updates
c47a8f1... CI: test
Commits added to the branch:
078a3d4... CI: Simplify and use flake8 (*)
e99c501... Factoring gst out
d6635d0... fix on_progress_scale_change_value
a099821... move gstplayer + pluginsdialog out
126d81e... PlaybackStatus -> Playback
e33d356... fix imports & PlaybackState rename
64189a4... remove gst check
6432d9e... make enum order more logical (to me)
f031b46... fix gi import versioning
1caf209... reorder plugin stuff lower
6a37c79... set internal state on bus state change
c266c89... eos move to player
6320635... fix error -> .format
f109020... remove unused playing-changed signal
3d894e8... add playback-status-changed signal to stop()
891e486... use state property changed signal
2f93888... forgotten Gst.State
16e6133... gstplayer: intern get_playback_status
15e6d2d... gstplayer: get_position to property
3a6a2e2... add duration property add seek to gstplayer
0761e13... seek/duration
e908de2... gstplayer: add volume property
1fd461d... reorder error stuff
8a15586... gstplayer: Remove unused GLib import
f696638... gstplayer: Remove old fixme/comment
33cff2a... fix mpris (startup at least)
17c6511... remove senseless else:
380840d... fix long seeks messing with playback
7150ac1... gstplayer: use default case instead in return
13ad30d... gstplayer: let's try playbin3
08e6990... gstplayer: Don't request duration all the time
73d3b3c... gstplayer: misc cleanup
76d263b... gstplayer: add __repr__
c473b55... player: start of undoing camelcase
b482ef7... player: Fix progressscale with None duration
0d7afe7... player: camelCase fixes
71a4338... player: Treemodel shorthands
c7a1018... player: Remove unneeded case
eda2680... player: btn -> button
d639fce... pep8
ba66298... player: move _seconds_timeout to __init__
965930d... proper call & fix
b01c634... player: Move classwide to init
3d495a1... gstplayer: Simplify replaygain
f72399a... CI: Remove player.py from PEP8 exceptions
dcb773c... gstplayer: Remove is_playing function
d29edf6... Add smoothscale and start to use it
f361822... what does this do?
b548aac... smoothscale: Internalize update calls
d74507e... player: not needed anymore
2d12883... player: Move more functionality to smoothscale
4791734... Move value-changed signal handling to player
ccc846e... smoothscale: Remove old seconds tick
324b060... gstplayer: Be more reliable about duration
4662ea0... smoothscale: Optimization fails
1c01e60... smoothscale: Fix Property -> property
d4040dc... gstplayer: Start state is STOPPED
4c6f6eb... gstplayer: Use the gst clock for timeouts
c4f1100... gstplayer: Pass seconds with clock-tick
a11c442... player: Correct scrobbling rules
a9f979a... player: Move lastfm now_playing call
1d24f21... player: Remove pointless try/except
a17fb69... player: Set local rule for play count
2536ebc... player: Fix None duration
4ad0f85... player: Disable grilo calls, interfere with gst clock
4841793... player: Don't hit update more than once
55353d9... smoothscale: timeout -> _timeout
6f57959... player: remove unused vars
c7b8825... player: Use position instead of played_seconds
b03cc5c... Move duration calc to smoothscale
9d1ff5d... smoothscale: Add fixme
97bc2de... player: Remove unused duplicate object
a3f187e... player: Dedupe play/pause functionality
e94b4d9... player: Remove spurious calls
f13c6ad... Revert "player: Dedupe play/pause functionality"
a6fa614... Revert "player: Disable grilo calls, interfere with gst clo
aee76aa... player: Use stop function
4248c7a... gstplayer: Add duration property setter
69188d1... smoothscale: Remove workaround for first draw
e8b8029... smoothscale: Remove unused imports
d948c67... smoothscale: Explain player property
b239a35... PEP8 fixes
4af464e... player: Remove explicit SmoothScale import
70a41fe... player: logger.warn -> logger.warning
e222671... gstplayer: logger.warn -> logger.warning
604a962... gstplayer: id -> id_
4f66674... Revert "player: Remove explicit SmoothScale import"
4be551b... player: discover_item is internal
6b146a7... player: Use logger instead of print
01b73c2... player: Use .format for log messages
ea94670... player: load is internal
c981263... player: Make get_iter_last internal
91a1241... player: SmoothScale import noqa
(*) 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]