[gnome-music] (117 commits) Non-fast-forward update to branch wip/jfelder/mpris-cleanup
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] (117 commits) Non-fast-forward update to branch wip/jfelder/mpris-cleanup
- Date: Wed, 29 May 2019 12:53:19 +0000 (UTC)
The branch 'wip/jfelder/mpris-cleanup' 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:
66241cf... mpris: Remove multiple space typo
a5f4ee3... mpris: Remove unecessary return from GoTo method
8a7e881... mpris: Add newline to _get_active_playlist docstring
05eb10b... mpris: Reorder imports
4463423... mpris: Rename Server class to DBusInterface
c87f1cb... mpris: PEP-8 fixes on the DBusInterface class
45cf5dd... mpris: Fix codestyle on the DBusInterface class
66a4d1c... mpris: Rename MediaPlayer2Service class to MPRIS
bc97616... mpris: Fix xml description indentation
4c23e0f... mpris: Make docstring quotation mark consistent
12f74f8... mpris: Add Playlists interface to xml description
63c6bd3... mpris: Add PropertiesChanged signal to xml description
b622eae... mpris: Replace exceptions with logger messages
a3cf549... mpris: Use song favourite status to describe userRating
4a46c76... mpris: Cleanup _get_metadata method
2b0456a... mpris: Make the trackid truly unique
0c6e7c6... player: Remove volume logic
9931043... mpris: Distinguish mpris playlists from user playlists
d2f6955... mpris: Simplify GetPlaylists method
18b0a7f... mpris: Group MPRIS playlist creation logic into one method
9aeaa85... mpris: Send a notification when a playlist is renamed
bd52bc1... mpris: Do not send PlaybackStatus property if unchanged
fed507a... mpris: Remove useless position reset on song change
c8adf78... mpris: Do not expose a Seeked method
df558a5... mpris: Synchronize metadata emission on song change
428e821... mpris: Do not send a signal for unchanged properties
ad92f2a... mpris: Remove unused signals from the TrackList interface
d366fd0... mpris: Do not expose a TrackListReplaced method
7ce4a4a... mpris: Change naming convention to snake_case
8fb51af... mpris: Move dbus connection logic to DBusInterface
5fe1572... mpris: Handle signals emissions internally
d7ce4a1... mpris: Make playlists attribute internal
cbf040b... mpris: Make app attribute internal
3016df2... mpris: Make player attribute internal
d09ec3c... mpris: Make player_toolbar attribute internal
431c5e5... mpris: Add doctring for all MPRIS methods
fd04b18... mpris: Fix some PEP-8 issues
08914d8... CI: Remove mpris.py from flake8 ignored files
c02feac... mpris: Update copyright information
Commits added to the branch:
67a2a51... views: Make all populate calls internal (*)
26b2623... application: Use application_id GObject property (*)
dc1fa36... appdata: Keep the same app ID as in 3.30 (*)
295237b... window: Sort imports alphabetically (*)
1ae970c... inhibitsuspend: Use the application's active window (*)
deea423... inhibitsuspend: Receive a GtkApplication (*)
8108546... window: Initialize Player at __init__ (*)
aba06c6... player: Receive a GtkApplication (*)
3dbdd25... gstplayer: Use active window for missing codecs dialog (*)
cd9cc3b... player: Only initialize Gst once (*)
ed43631... window: Move Player to Application (*)
74fbcbd... window: Add missing docstring to the constructor (*)
7bdf62c... application: Expose settings as an application property (*)
2de53ec... player: Do not instantiate new settings in PlayerPlaylist (*)
61ce4f2... windowplacement: Do not instantiate new settings (*)
b4bfb29... player: Use GObject property syntax for repeat-mode (*)
70ef7ae... player: Bind repeat-mode property the right way (*)
6845604... application: Move suspend functionality (*)
5af7d28... inhibitsuspend: Use Application player property (*)
98265f2... ui: Order of search and select buttons incorrect (*)
b45ad01... mpris: Correctly report the DesktopEntry for both profiles (*)
12b529f... gstplayer: correctly report desktop id (*)
3cc01f0... disclistboxwidget: max-children-per-line property cannot be (*)
87a443f... discbox: Remove max-children-per-line property (*)
a9e001b... gstplayer: Improve state handling (*)
55837cd... smoothscale: Always set a timeout on update (*)
b468775... Rename Searchbar to SearchBar (*)
d8381b8... aboutdialog: Present after setting transient window (*)
4addb65... application: Present, not show (*)
5d5774c... ui: Fix selection mode button order (*)
f262ae8... Update Friulian translation (*)
175d070... Updated Spanish translation (*)
17fff10... playlistview: Do not add a playlist if the view is not popu (*)
ac7fea6... Updated Spanish translation (*)
de4b72c... player: Fix repeat all mode with only one song (*)
b967774... Update Indonesian translation (*)
74876e0... playertoolbar: Use repeat-mode changes to update prev/next (*)
19c67ca... mpris: Use repeat-mode changes to emit CanGo{previous/next} (*)
b2a1819... player: Do not emit 'prev-next-invalidated' on repeat-chang (*)
38c8665... player: Remove prev-next-invalidated emission in set_playli (*)
05d5553... player: Emit the correct signal when a song position has ch (*)
1249269... player: Remove prev-next-invalidated signal (*)
fa0311e... playlistview: Do not manually emit row-activated signal (*)
80cf15f... playlistview: Fix activate_playlist method (*)
21d963b... playlistview: Remove unecessary check (*)
dd0c277... player: Automatically select a song if none is requested (*)
5d478ff... playlistview: Do not automatically select a song on play (*)
43f3cfd... playlistview: Simplify row-activated signal emissions (*)
ad83872... playlistview: Scroll to the selected song on play (*)
f2b7fbc... gstplayler: Remove unused variable playlists (*)
c03e7d6... player: Fix Grl require_version warning (*)
a87645f... trackerwrapper: Add missing repr method (*)
1081dab... trackerwrapper: Fix tracker_available getter docstring (*)
f0b0b91... mpris: Do not send PlaybackStatus property if unchanged (*)
2657b0c... player: Simplify _on_eos method (*)
c61964a... grilo: Use idle_add for writeback functions (*)
7bad9df... playertoolbar: Remove clock-tick signal handling (*)
1d4631a... playlistview: Correct idle_add use (*)
a6aa399... Update Chinese (China) translation (*)
2bd7fb6... player: Remove volume logic (*)
4740118... Update Esperanto translation (*)
3db22df... player: Correctly handle load and play logic (*)
427f483... playlistview: Simplify _undo_pending_deletion logic (*)
8de1a86... player: Fix add_song method (*)
35ec8ee... playlistview: Simplify protected playlists check (*)
1fde8b0... playlists: Rename StaticPlaylists to SmartPlaylists (*)
f201a37... playlists: Remove unused variable sparql_dateTime_format (*)
55dc93d... flatpak: Do not build grilo documentation (*)
0e160be... Release 3.33.2 (*)
cd2f1c3... albumwidget: Move property bindings around (*)
a2e9d19... window: Initial template port (*)
bd471da... playertoolbar: Shift visibility logic around (*)
19b6bc5... playertoolbar: Make player argument a property (*)
ed49ac5... playertoolbar: Simplify repeat mode icon code (*)
5c8b164... window: Simplify initial views creation (*)
7f67eee... mpris: Do not send the Stopped signal when a song ends (*)
0f5a63b... player: Define a current_song_index property for the playli (*)
ec52959... mpris: Make the trackid truly unique (*)
da7fa8d... player: Simplify song-changed signal (*)
b3573bf... mpris: Replace exceptions with logger messages (*)
2cfe928... mpris: Use song favourite status to describe userRating (*)
39608d4... mpris: Cleanup _get_metadata method (*)
0e06b25... mpris: Remove multiple space typo
c2d1f27... mpris: Remove unecessary return from GoTo method
4fc88e8... mpris: Add newline to _get_active_playlist docstring
516deca... mpris: Reorder imports
5065ef3... mpris: Rename Server class to DBusInterface
3efd650... mpris: PEP-8 fixes on the DBusInterface class
f8c78e9... mpris: Fix codestyle on the DBusInterface class
d0f737e... mpris: Rename MediaPlayer2Service class to MPRIS
9629991... mpris: Fix xml description indentation
27f11a7... mpris: Make docstring quotation mark consistent
f729b7c... mpris: Add Playlists interface to xml description
3f6d18d... mpris: Add PropertiesChanged signal to xml description
57159d1... mpris: Cleanup SetPosition method
f67ab23... mpris: Distinguish mpris playlists from user playlists
ac2d7c0... mpris: Simplify GetPlaylists method
3df9572... mpris: Rename playlists attributes
1672a55... mpris: Do not interact with playlist view
f7ebf95... mpris: Group MPRIS playlist creation logic into one method
114c4e9... mpris: Send a notification when a playlist is renamed
d32af55... mpris: Remove useless position reset on song change
103462c... mpris: Do not expose a Seeked method
a12e9e5... mpris: Synchronize metadata emission on song change
04c27b6... mpris: Do not send a signal for unchanged properties
f7fee9b... mpris: Remove unused signals from the TrackList interface
834ca09... mpris: Do not expose a TrackListReplaced method
be032a8... mpris: Change naming convention to snake_case
a15f5f4... mpris: Move dbus connection logic to DBusInterface
bad665b... mpris: Handle signals emissions internally
f1bc41f... mpris: Make app attribute internal
7e1535d... mpris: Make player attribute internal
7a350da... mpris: Make player_toolbar attribute internal
8254fbc... mpris: Add doctring for all MPRIS methods
1b43799... mpris: Fix some PEP-8 issues
ddede90... CI: Remove mpris.py from flake8 ignored files
82ef6e3... mpris: Update copyright information
(*) 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]