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

  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

Commits added to the branch:

  058c694... Update Greek translation (*)
  6d89631... app: Use gtk_window_present for activation (*)
  065c5e5... mpris: Only set trackNumber metadata when it's available (*)
  d392398... mpris: Remove unecessary return from GoTo method (*)
  6d7eaae... mpris: Add newline to _get_active_playlist docstring (*)
  be6f0c4... mpris: Reorder imports (*)
  6b3c980... mpris: Rename Server class to DBusInterface (*)
  d1c80e1... mpris: PEP-8 fixes on the DBusInterface class (*)
  f908c34... mpris: Fix codestyle on the DBusInterface class (*)
  123a3a6... mpris: Rename MediaPlayer2Service class to MPRIS (*)
  a2d4247... mpris: Fix xml description indentation (*)
  8189447... mpris: Make docstring quotation mark consistent (*)
  e69a47a... mpris: Add PropertiesChanged signal to xml description (*)
  1e0ce15... mpris: Simplify query playlists logic (*)
  5a99add... mpris: Cleanup SetPosition method (*)
  4b2b786... mpris: Remove unused signals from the TrackList interface (*)
  7b0402e... mpris: Change naming convention to snake_case (*)
  f116bcb... mpris: Move dbus connection logic to DBusInterface (*)
  b38af70... mpris: Asynchronously connect to session bus (*)
  e0d2898... mpris: Handle signals emissions internally (*)
  c6bfc7e... mpris: Make app attribute internal (*)
  871f623... mpris: Make player attribute internal (*)
  8cd49e7... mpris: Add doctring for all MPRIS methods (*)
  c38ece8... mpris: Fix some PEP-8 issues (*)
  8266f50... CI: Remove mpris.py from flake8 ignored files (*)
  8beba49... mpris: Update copyright information (*)
  a14699c... coremodel initial commit
  fa58444... coremode: def some minor stuff
  2f7cb42... coremodel: Add coregrilo
  6cba917... coregrilo: Fill model
  a09f752... Add CoreSong
  e67d516... coresong: Add some more props and cleanup
  e248c56... coresong: Add favorite
  a79d74c... coresong: remove position (renamed)
  6365fac... coresong: add track_number
  8bd1987... coresong: Add album_disc_number
  dbf1c96... Add nonfunctional albumwidget2
  9c5b29f... pass coremodel around and use it in albumwidget2
  cf2357b... coremodel: Get album info
  0639c52... coregrilo: add favorite to actual query
  7d4e5a6... coresong: favorite is a bool
  cfb02c8... coresong: album_disc_number is a prop
  73c82f4... coresong: Add favorite getter/setter
  a2dd8d0... coresong: Pass favorite through here and do writeback
  62e4640... coresong: Make favorites really work
  95538af... coresong: poc sort
  4406a79... VERY FLAKEY REMOVAL
  dd375a2... albumwidget2: Cleanup on isle 2
  0280975... coremodel: Use dzl listmodelfilter
  21c349d... albumwidget2: Fix selection mode
  aff03b1... coresong: Make Grl.Media a prop
  e781e68... coresong: Remove property setting duplication
  6f22d6f... albumwidget2: Add back duration calculation
  ffea566... albumwidget2: Hackish way of getting play working
  f2a5ab3... albumwidget2: Set state on start
  d498937... albumsview: Minimal working albumsview ported
  6b77ee7... albumsview: Remove unused stuff
  ee84c33... blah work gfm
  e066496... add gfm subproject
  8fc6afb... [local only] use gfm
  b2378a7... Move trackerer wrapper out of CoreGrilo
  75178c5... core/grilo groundwork for artist
  ea2dc98... artistview: Fill sidebar
  5d1720a... artistsview: Respond to click without crash
  ca8b1f7... artistalbumwidget: Somewhat working albums view (only in se
  3d49f32... coregrilo: Do not reassign _tracker_source
  dd02e3c... artistsview: Somewhat working
  c9d9828... artistview: Retrieve title for album
  23917d9... disclistboxwidget: Not sure whats going on with columns
  ea50c94... disclistboxwidget: Connect selected & favorite
  8e26028... split disc try
  732635c... artistsview: make discsets show
  3122371... discllistbox: Replace flowbox with listbox for ease of deve
  aa8a972... Make DiscListBox a Gtk.ListBox again, works for artistsview
  0224624... albumwidget2: Make it work with ListBox as well
  8cc5f3e... player: Minimal playing playlist
  897170c... Set state
  c7fda16... player: make prev/next work
  f2bb391... sort the playlistmodel like the view
  a04ffce... songwidget: Remove state change print
  2dd6660... coremodel: New style PlayerPlaylist album handling
  582d5ef... player: Speed up current_song
  bc6dbb6... player: Use position for prev/next
  f87367f... player: Rename PlayerPlaylist index to position
  7354ef3... artistsview: Make the model more prefab
  0f5a348... artistview: Halfway there, albums do play
  271337a... artistview: Make it work for all albums
  445bb0c... albumswidget2: Cleanup
  3a2c796... disclistboxwidget: Cleanup unused stuff
  9f290b4... albumwidget2: cleanup
  2564840... artistsview: Cleanup
  cb3f4d7... columns prop no longer used

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