[gnome-music] (86 commits) Non-fast-forward update to branch wip/mschraal/core



The branch 'wip/mschraal/core' 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:

  9b6a59a... coremodel initial commit
  4ff93cb... coremode: def some minor stuff
  895c34e... coremodel: Add coregrilo
  0c0dd71... coregrilo: Fill model
  434497f... Add CoreSong
  6b669d1... coresong: Add some more props and cleanup
  6ff1169... coresong: Add favorite
  4f640a2... coresong: remove position (renamed)
  776fe25... coresong: add track_number
  285a374... coresong: Add album_disc_number
  2378472... Add nonfunctional albumwidget2
  cc49d51... pass coremodel around and use it in albumwidget2
  73adf2a... coremodel: Get album info
  a8f0119... coregrilo: add favorite to actual query
  806335c... coresong: favorite is a bool
  f11329d... coresong: album_disc_number is a prop
  6acbb33... coresong: Add favorite getter/setter
  5482ec5... coresong: Pass favorite through here and do writeback
  b3c10a9... coresong: Make favorites really work
  d3cc68c... coresong: poc sort
  94af6d2... VERY FLAKEY REMOVAL
  cfb5901... albumwidget2: Cleanup on isle 2
  f9bb6d1... coremodel: Use dzl listmodelfilter
  6eaca60... albumwidget2: Fix selection mode
  1ad652f... coresong: Make Grl.Media a prop
  98e7599... coresong: Remove property setting duplication
  47b82a1... albumwidget2: Add back duration calculation
  9c5bbb0... albumwidget2: Hackish way of getting play working
  df74284... albumwidget2: Set state on start
  aeb2468... albumsview: Minimal working albumsview ported
  0ee013e... albumsview: Remove unused stuff
  7c72c9c... blah work gfm
  d7eab6f... add gfm subproject
  f9d86bc... [local only] use gfm
  4a13056... Move trackerer wrapper out of CoreGrilo
  0d17183... core/grilo groundwork for artist
  8883e52... artistview: Fill sidebar
  efbdbeb... artistsview: Respond to click without crash
  0b346ba... artistalbumwidget: Somewhat working albums view (only in se
  5a74518... coregrilo: Do not reassign _tracker_source
  0f21a69... artistsview: Somewhat working
  db2042f... artistview: Retrieve title for album
  ccd28ed... disclistboxwidget: Not sure whats going on with columns
  c9916db... disclistboxwidget: Connect selected & favorite
  13cf833... split disc try
  80f4549... artistsview: make discsets show
  6c9a8bd... discllistbox: Replace flowbox with listbox for ease of deve
  123b6c7... Make DiscListBox a Gtk.ListBox again, works for artistsview
  3b9a393... albumwidget2: Make it work with ListBox as well
  2095d48... player: Minimal playing playlist
  19e935d... Set state
  1f6fbfc... player: make prev/next work
  fbcab88... sort the playlistmodel like the view
  55340bd... songwidget: Remove state change print
  8394c2e... coremodel: New style PlayerPlaylist album handling
  16abf1b... player: Speed up current_song
  566bb6a... player: Use position for prev/next
  c01d807... player: Rename PlayerPlaylist index to position
  77f65dc... artistsview: Make the model more prefab
  fcca6cf... artistview: Halfway there, albums do play
  f1e3c8c... artistview: Make it work for all albums

Commits added to the branch:

  e56bb27... query: Retrieve last_played key (*)
  9fc67e3... Rename playlistview to playlistsview (*)
  89de4a7... Update POTFILES.in (*)
  b8ba7cf... mpris: Add Playlists interface to xml description (*)
  5e926bb... mpris: Distinguish mpris playlists from user playlists (*)
  102658a... mpris: Simplify GetPlaylists method (*)
  ee01fd6... mpris: Rename playlists attributes (*)
  a2444ee... mpris: Do not interact with playlists view (*)
  599b31e... mpris: Group MPRIS playlist creation logic into one method (*)
  a7c6ce8... mpris: Handle playlists renaming (*)
  b2ef3df... mpris: Remove useless position reset on song change (*)
  4e95b6b... Update Hungarian translation (*)
  a9715ab... flatpak: Remove access to host cache for media art (*)
  e6377de... starhandlerwidget: Catch the correct error in on_star_toggl (*)
  5db215e... albumartcache: Remove unused attribute (*)
  9ba2d6b... mpris: Untangle MPRIS and playertoolbar (*)
  461a9e1... mpris: Fix interface name in _on_playlist_renamed (*)
  92e1c02... mpris: Do not send the Tracklist when the playlist changes (*)
  b495763... mpris: Do not send a signal for unchanged properties (*)
  4804e73... player: Do not send the position with seek-finished signal (*)
  2fa4b63... player: Fix signal emission after a seek operation (*)
  d215685... coremodel initial commit
  ddc98fc... coremode: def some minor stuff
  e8502ba... coremodel: Add coregrilo
  e50d1a7... coregrilo: Fill model
  8869391... Add CoreSong
  66fc5d0... coresong: Add some more props and cleanup
  a1eec69... coresong: Add favorite
  a034aae... coresong: remove position (renamed)
  fdead6d... coresong: add track_number
  9a97fa9... coresong: Add album_disc_number
  dbdd3ba... Add nonfunctional albumwidget2
  f7eba0f... pass coremodel around and use it in albumwidget2
  6b59227... coremodel: Get album info
  511a65f... coregrilo: add favorite to actual query
  9444ff6... coresong: favorite is a bool
  8a9212e... coresong: album_disc_number is a prop
  19409f9... coresong: Add favorite getter/setter
  a8d4c65... coresong: Pass favorite through here and do writeback
  c80731d... coresong: Make favorites really work
  5f0c5d6... coresong: poc sort
  b7af1f4... VERY FLAKEY REMOVAL
  06a74cb... albumwidget2: Cleanup on isle 2
  afbcb5e... coremodel: Use dzl listmodelfilter
  a1e7806... albumwidget2: Fix selection mode
  68321c2... coresong: Make Grl.Media a prop
  f976312... coresong: Remove property setting duplication
  f3ed8ab... albumwidget2: Add back duration calculation
  56a191c... albumwidget2: Hackish way of getting play working
  17d425d... albumwidget2: Set state on start
  aba1efd... albumsview: Minimal working albumsview ported
  0a1a1db... albumsview: Remove unused stuff
  283ad4a... blah work gfm
  71667d9... add gfm subproject
  d8d54fb... [local only] use gfm
  3905313... Move trackerer wrapper out of CoreGrilo
  6614448... core/grilo groundwork for artist
  2457dfe... artistview: Fill sidebar
  f658d9c... artistsview: Respond to click without crash
  ac07134... artistalbumwidget: Somewhat working albums view (only in se
  80d5fd8... coregrilo: Do not reassign _tracker_source
  f412f42... artistsview: Somewhat working
  c7c71ea... artistview: Retrieve title for album
  408a89d... disclistboxwidget: Not sure whats going on with columns
  7a4784c... disclistboxwidget: Connect selected & favorite
  677ab8f... split disc try
  6a8ce7b... artistsview: make discsets show
  5e93016... discllistbox: Replace flowbox with listbox for ease of deve
  5ff0555... Make DiscListBox a Gtk.ListBox again, works for artistsview
  70216cc... albumwidget2: Make it work with ListBox as well
  b3feeb6... player: Minimal playing playlist
  4e7b060... Set state
  f5492c9... player: make prev/next work
  21e491e... sort the playlistmodel like the view
  f507870... songwidget: Remove state change print
  21f8567... coremodel: New style PlayerPlaylist album handling
  3015be9... player: Speed up current_song
  7b1367e... player: Use position for prev/next
  22a5592... player: Rename PlayerPlaylist index to position
  ef9e3cb... artistsview: Make the model more prefab
  3700d66... artistview: Halfway there, albums do play
  adabfb5... artistview: Make it work for all albums
  1a4ce50... albumswidget2: Cleanup
  0e625fd... disclistboxwidget: Cleanup unused stuff
  45b932d... albumwidget2: cleanup
  3e28e89... artistsview: Cleanup

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