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

  ab51dbb... coremodel initial commit
  e14f465... coremode: def some minor stuff
  f471851... coremodel: Add coregrilo
  f97a7b2... coregrilo: Fill model
  8f098e3... Add CoreSong
  4a9272b... coresong: Add some more props and cleanup
  8111955... coresong: Add favorite
  4abe7c2... coresong: remove position (renamed)
  b393806... coresong: add track_number
  f90ed87... coresong: Add album_disc_number
  0151ea8... Add nonfunctional albumwidget2
  3881694... pass coremodel around and use it in albumwidget2
  9c977fc... coremodel: Get album info
  a7ed5de... coregrilo: add favorite to actual query
  7f21dad... coresong: favorite is a bool
  20bceb8... coresong: album_disc_number is a prop
  665f03e... coresong: Add favorite getter/setter
  1b7f38b... coresong: Pass favorite through here and do writeback
  7705051... coresong: Make favorites really work
  ff968d0... coresong: poc sort
  f29f006... VERY FLAKEY REMOVAL
  8a233b4... albumwidget2: Cleanup on isle 2
  a7a0220... coremodel: Use dzl listmodelfilter
  74ec37d... albumwidget2: Fix selection mode
  5bcbe1d... coresong: Make Grl.Media a prop
  7a0a48f... coresong: Remove property setting duplication
  60a1ec9... albumwidget2: Add back duration calculation
  4a92528... albumwidget2: Hackish way of getting play working
  ca7022a... albumwidget2: Set state on start
  761d024... albumsview: Minimal working albumsview ported
  5bb272b... albumsview: Remove unused stuff
  7bdda62... blah work gfm
  b16778c... add gfm subproject
  49fe17d... [local only] use gfm
  9e37db5... Move trackerer wrapper out of CoreGrilo
  0caa9db... core/grilo groundwork for artist
  8c42645... artistview: Fill sidebar
  96068ba... artistsview: Respond to click without crash
  1af0d22... artistalbumwidget: Somewhat working albums view (only in se
  0fe055c... coregrilo: Do not reassign _tracker_source
  33e1b31... artistsview: Somewhat working
  a01b5c1... artistview: Retrieve title for album
  fb5b186... disclistboxwidget: Not sure whats going on with columns
  b559f96... disclistboxwidget: Connect selected & favorite
  db13cc5... split disc try
  3c4c526... artistsview: make discsets show
  869e6ed... discllistbox: Replace flowbox with listbox for ease of deve
  30aaade... Make DiscListBox a Gtk.ListBox again, works for artistsview
  675759f... albumwidget2: Make it work with ListBox as well
  8ee17d0... player: Minimal playing playlist
  c48cf97... Set state
  ae80636... player: make prev/next work
  2dfd1f4... sort the playlistmodel like the view
  28fd115... songwidget: Remove state change print
  cce349f... coremodel: New style PlayerPlaylist album handling
  0b88fad... player: Speed up current_song
  caba4d4... player: Use position for prev/next
  b0c20f0... player: Rename PlayerPlaylist index to position
  60e25ff... artistsview: Make the model more prefab
  5ed1c86... artistview: Halfway there, albums do play
  fecfc4d... artistview: Make it work for all albums
  25431aa... albumswidget2: Cleanup
  58dc92e... disclistboxwidget: Cleanup unused stuff
  968b69f... albumwidget2: cleanup
  8ca8ba8... artistsview: Cleanup
  034c1e8... columns prop no longer used
  ed01539... coremodel: Make coredisc use properties
  4fda299... coremodel: Add some oversight doc
  87629e0... coremodel: Remove some old cruft
  8aaa5be... coremodel: Make get_album_disc private
  3928949... Make CoreAlbum central over Grl.Media
  3b97556... trackerresource: Better albums query
  8ca84a1... corealbum: Add composer & year
  de0a470... coremodel: Sort albums
  abfd7eb... corealbum: Provide album model
  ff9cf3e... coremodel: Correct artist playlist type
  8187227... coremodel: Minor cleanup
  88be6cd... albumwidget2: Make duration work again
  bc99d51... albumwidget2: Bring back DiscListBox
  bec6c97... albumwidget2: Make disclistboxrows non-selectable
  e13a55b... albumwidget: re-activate selection mode
  3658a49... disclistboxwidget: Make selection not crash on activation
  b0799bd... different selection approaches combined
  b2fcde1... Make selections work through CoreSelection
  0c61146... tracker: make sure added songs get notified
  9e050c6... trackersource: Fix update/removal
  3c69271... coremodel: Move CoreDisc to a seperate source
  f10d35a... coredisc: Move more stuff here
  41ba8de... coredisc: Make live add/removals work
  94f4109... coredisc: Move more here
  99cc2b2... coredisc: Make model on-demand
  16aded1... trackersource: Improve artists query
  316475a... trackersource: Make album add/removal work
  f546cb3... Add grl dleyna source (POC)
  4fc7db1... coremodel: Sort artists model
  7cc8d85... coremodel: CoreArtistAlbum replaced with CoreAlbum
  3525e16... player: Fix crash when switching albums
  7d43914... coremodel: Reuse CoreAlbums for artist view
  4d3daa5... coregrilo: Cleanup
  4e1404b... coremodel: Sort albums by year
  7c7e3e1... Remove unused url_hash
  a1c21f6... artistalbumwidget: Show disc nr
  3959f03... artistalbumwidget: Make discs non-selectable
  277bc11... artistalbumwidget: Cleanup some unused stuff
  17be57e... artistalbumwidget: Cleanup
  f3fff9a... artistalbumswidget: Cleanup unused stuff
  a9b8a18... artistsview: Cleanup unused stuff
  7621407... coreartist: Create a model
  88f4294... artistsview: Use CoreArtist model
  fe0dfcb... coreartist: Load model on demand
  d783be3... artistsview: Remove some cruft
  22a395b... coremodel: Stop passing around _hash
  8709856... player: Cleanup PlayerPlaylist
  3015587... player: Add a simple poc shuffle
  d810e07... window: Fix creating playlists
  4535b2f... albumsview: Minor cleanup
  c7de9dc... albumsview: Make selection mode work and cleanup
  d0b9dc6... flake 8 fixes all over the place
  0f92ad0... Move AlbumWidget2 back as AlbumWidget
  27528f9... artistview: Make selection mode work
  83c07c5... SelectionToolbar: Set initial button state
  1e2f9a8... songsview: Initial port to core
  e5136ed... songsview: Make favorites work
  622b774... songsview: Make it play
  cfa7443... songsview: Make play indicator work
  c0b765c... songliststore: Clarify model
  022990b... songliststore: Use the class model directly and sort
  9766739... songsview: Fix scroll_to
  7e498be... songsview: Make selection-mode work
  09d581c... songsview: Fix select all/none
  bdb54be... subprojects: Update gfm
  4f5b8db... CI: Use stable runtime
  8da69e8... coremodel: Improve song sort
  a6e6325... coremodel: Fix songslist playlist generation
  b358b74... coremodel: Better sort with casefold
  af5fcf0... coregrilo: Add writeback support
  1ff1508... coremodel: Make get_artist_albums async
  f3fd31a... coremodel: Make album discs retrieval async
  34fd436... coremodel: Remove unused function
  4774849... grltrackersource: Minor cleanups
  33b8e95... grltrackersource: Minor query identation fixes
  ba4d34f... grltrackersource: Rename core_selection to coreselection
  e99be0f... grltrackersource: Remove unused LYRICS key
  f8f9200... coremodel: Add song search model
  13f5c69... coresong: Remove debug print
  94976fe... coremodel: Set Gfm version
  a658000... searchview: Disconnect enough stuff so it does not crash
  1a822fe... searchview: Show songs list
  91f37b1... coremodel: Implement search machinery
  439edff... searchview: Simple song search working
  fd43d55... searchview: Make playback work
  975cf5e... searchview: Add select all/none
  b0765b3... searchview: Add a box to contain all search results
  1f6264d... searchview: Add albums search
  f46af85... searchview: Fix select all/none for albums
  95712f4... searchview: Make albums activatable
  7a94b09... searchview: Remove treeview stuff
  b9b0322... searchview: Add artists results
  9d8d295... searchview: Add select all/none for artist
  4f80485... searchview: Add artist activation
  0fa353d... searchview: Remove unused cruft
  9674088... player: Implement all/song repeatmode
  d7ec3f7... coremodel: Better naming for get_artist_albums_model_full
  bce04e4... coremodel: Remove unused argument in set_playlist
  a1833d7... songwidget: Use CoreSong as init arg
  cc2286f... songwidget: Rework property bindings and do not call grilo 
  2533fd2... disclistboxwidget: Remove transitionary hack
  27cbd3a... albumwidget: Do not show disc label with 1 disc
  2b3d5a1... grltrackersource: Fix Tracker import warning
  aeae01f... coremodel: Make all models properties
  db5700f... application: Make CoreModel and CoreSelection properties
  6de1649... coremodel: Properly pass a CoreSong
  3458efd... songliststore: Reflect favorite changes
  9b518bd... coremodel: Make album playlist react to changes

Commits added to the branch:

  26723c6... Updated Slovenian translation (*)
  8bb16d7... coremodel initial commit
  2884691... coremode: def some minor stuff
  75cd077... coremodel: Add coregrilo
  11a3edd... coregrilo: Fill model
  e1d0bba... Add CoreSong
  08e82ab... coresong: Add some more props and cleanup
  215f1f3... coresong: Add favorite
  4f4f769... coresong: remove position (renamed)
  fe09c63... coresong: add track_number
  56e5aa9... coresong: Add album_disc_number
  91d9820... Add nonfunctional albumwidget2
  74c2ecc... pass coremodel around and use it in albumwidget2
  4b92bf7... coremodel: Get album info
  09bb3aa... coregrilo: add favorite to actual query
  93add91... coresong: favorite is a bool
  d388bb4... coresong: album_disc_number is a prop
  b2faf11... coresong: Add favorite getter/setter
  211daea... coresong: Pass favorite through here and do writeback
  61b1281... coresong: Make favorites really work
  c76858f... coresong: poc sort
  1e59a6e... VERY FLAKEY REMOVAL
  5257bcb... albumwidget2: Cleanup on isle 2
  1841f38... coremodel: Use dzl listmodelfilter
  1d94687... albumwidget2: Fix selection mode
  6312eb4... coresong: Make Grl.Media a prop
  da04f30... coresong: Remove property setting duplication
  5b97fb5... albumwidget2: Add back duration calculation
  7c0bb43... albumwidget2: Hackish way of getting play working
  d6bc2af... albumwidget2: Set state on start
  f8bc2a9... albumsview: Minimal working albumsview ported
  1159457... albumsview: Remove unused stuff
  98dde5a... blah work gfm
  2a3b8ae... add gfm subproject
  5d2d22b... [local only] use gfm
  03d9c22... Move trackerer wrapper out of CoreGrilo
  900f6e3... core/grilo groundwork for artist
  ec5620e... artistview: Fill sidebar
  b90023e... artistsview: Respond to click without crash
  a25fb4d... artistalbumwidget: Somewhat working albums view (only in se
  9caaabd... coregrilo: Do not reassign _tracker_source
  ae03a44... artistsview: Somewhat working
  d6cfd37... artistview: Retrieve title for album
  ca1da88... disclistboxwidget: Not sure whats going on with columns
  18864a8... disclistboxwidget: Connect selected & favorite
  2cbcae0... split disc try
  b95efa5... artistsview: make discsets show
  3e297d4... discllistbox: Replace flowbox with listbox for ease of deve
  ae3264b... Make DiscListBox a Gtk.ListBox again, works for artistsview
  6351271... albumwidget2: Make it work with ListBox as well
  eb89687... player: Minimal playing playlist
  6bb6d6e... Set state
  7bfe0e8... player: make prev/next work
  765b099... sort the playlistmodel like the view
  6430239... songwidget: Remove state change print
  4f791c1... coremodel: New style PlayerPlaylist album handling
  e702359... player: Speed up current_song
  e8abf4e... player: Use position for prev/next
  48a51f2... player: Rename PlayerPlaylist index to position
  f7f1704... artistsview: Make the model more prefab
  74a3bae... artistview: Halfway there, albums do play
  5240857... artistview: Make it work for all albums
  6aecbef... albumswidget2: Cleanup
  69f647c... disclistboxwidget: Cleanup unused stuff
  6801507... albumwidget2: cleanup
  e241fa7... artistsview: Cleanup
  e6123a0... columns prop no longer used
  3469864... coremodel: Make coredisc use properties
  218a9b1... coremodel: Add some oversight doc
  93c987f... coremodel: Remove some old cruft
  9910de0... coremodel: Make get_album_disc private
  fa3c210... Make CoreAlbum central over Grl.Media
  eb66322... trackerresource: Better albums query
  b3ac8d0... corealbum: Add composer & year
  2b452e8... coremodel: Sort albums
  89071e2... corealbum: Provide album model
  81c86a0... coremodel: Correct artist playlist type
  5b3c531... coremodel: Minor cleanup
  e35b9a5... albumwidget2: Make duration work again
  c0b1b63... albumwidget2: Bring back DiscListBox
  d762ba7... albumwidget2: Make disclistboxrows non-selectable
  a53e907... albumwidget: re-activate selection mode
  2a6e7cb... disclistboxwidget: Make selection not crash on activation
  3480eb6... different selection approaches combined
  65eacc9... Make selections work through CoreSelection
  6d795e1... tracker: make sure added songs get notified
  1c37587... trackersource: Fix update/removal
  eb949b3... coremodel: Move CoreDisc to a seperate source
  2019c85... coredisc: Move more stuff here
  6681c15... coredisc: Make live add/removals work
  9611fb8... coredisc: Move more here
  70385dd... coredisc: Make model on-demand
  6307987... trackersource: Improve artists query
  49225a3... trackersource: Make album add/removal work
  8587993... Add grl dleyna source (POC)
  0be3fba... coremodel: Sort artists model
  9f109a8... coremodel: CoreArtistAlbum replaced with CoreAlbum
  b9f9e7a... player: Fix crash when switching albums
  6be33c1... coremodel: Reuse CoreAlbums for artist view
  978f283... coregrilo: Cleanup
  f7a384d... coremodel: Sort albums by year
  26f52ea... Remove unused url_hash
  7c31608... artistalbumwidget: Show disc nr
  1a4dc2a... artistalbumwidget: Make discs non-selectable
  16e34c7... artistalbumwidget: Cleanup some unused stuff
  27abc1b... artistalbumwidget: Cleanup
  b2c894e... artistalbumswidget: Cleanup unused stuff
  030a873... artistsview: Cleanup unused stuff
  6712393... coreartist: Create a model
  f48901a... artistsview: Use CoreArtist model
  12d77d0... coreartist: Load model on demand
  c9ae39d... artistsview: Remove some cruft
  a8d6187... coremodel: Stop passing around _hash
  2e6da74... player: Cleanup PlayerPlaylist
  3f9f66c... player: Add a simple poc shuffle
  fa99d06... window: Fix creating playlists
  d2f6aa1... albumsview: Minor cleanup
  7dfc2d7... albumsview: Make selection mode work and cleanup
  f498c7c... flake 8 fixes all over the place
  6f9a5e2... Move AlbumWidget2 back as AlbumWidget
  dd3ac5a... artistview: Make selection mode work
  042c663... SelectionToolbar: Set initial button state
  10ff3fb... songsview: Initial port to core
  2acf7fa... songsview: Make favorites work
  4828485... songsview: Make it play
  1b7fa31... songsview: Make play indicator work
  a9dc89a... songliststore: Clarify model
  00600b3... songliststore: Use the class model directly and sort
  0f45691... songsview: Fix scroll_to
  ec500c3... songsview: Make selection-mode work
  4f33c41... songsview: Fix select all/none
  98045fc... subprojects: Update gfm
  d7baa79... CI: Use stable runtime
  f199e94... coremodel: Improve song sort
  81dab63... coremodel: Fix songslist playlist generation
  41b6d37... coremodel: Better sort with casefold
  ddd3378... coregrilo: Add writeback support
  079227f... coremodel: Make get_artist_albums async
  d148726... coremodel: Make album discs retrieval async
  4c2ba5e... coremodel: Remove unused function
  9d89fa2... grltrackersource: Minor cleanups
  105d7bf... grltrackersource: Minor query identation fixes
  74072f6... grltrackersource: Rename core_selection to coreselection
  d7226f2... grltrackersource: Remove unused LYRICS key
  af75b95... coremodel: Add song search model
  fbba9b7... coresong: Remove debug print
  35c2666... coremodel: Set Gfm version
  f654cf9... searchview: Disconnect enough stuff so it does not crash
  0749fe6... searchview: Show songs list
  7216664... coremodel: Implement search machinery
  d6fa962... searchview: Simple song search working
  6295bb7... searchview: Make playback work
  40dac49... searchview: Add select all/none
  2e681db... searchview: Add a box to contain all search results
  902658f... searchview: Add albums search
  8496f6d... searchview: Fix select all/none for albums
  28d0437... searchview: Make albums activatable
  f6a0290... searchview: Remove treeview stuff
  6e07811... searchview: Add artists results
  9b830dd... searchview: Add select all/none for artist
  7bbe6e0... searchview: Add artist activation
  7766d9d... searchview: Remove unused cruft
  6a22153... player: Implement all/song repeatmode
  62bedc2... coremodel: Better naming for get_artist_albums_model_full
  00e54f1... coremodel: Remove unused argument in set_playlist
  9f0e03d... songwidget: Use CoreSong as init arg
  c1f3948... songwidget: Rework property bindings and do not call grilo 
  12c9f06... disclistboxwidget: Remove transitionary hack
  b8e2076... albumwidget: Do not show disc label with 1 disc
  1a78382... grltrackersource: Fix Tracker import warning
  94c94ff... coremodel: Make all models properties
  9f7f24e... application: Make CoreModel and CoreSelection properties
  dc58ee7... coremodel: Properly pass a CoreSong
  460ec02... songliststore: Reflect favorite changes
  31b7205... coremodel: Make album playlist react to changes
  b297b06... coremodel: Make playlist react to all types for changes
  2ead374... albumwidget: Fix updates

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