[gnome-music] (89 commits) Non-fast-forward update to branch wip/mschraal/gtk4-v2



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

  d87818e... Drop loading state from art
  758cce9... artcache: Simplify icon drawing
  b0f53f0... utils: Enlarge medium art size
  9676430... artcache: Minimize rounding on small art
  5ae5564... data/ui/AlbumsView.ui: Widen column spacing
  898c2d4... Set GTK to version 4
  98508b0... Replace Gfm with GTK listmodels
  d586b7d... Drop libdazzle usage
  ace4c4c... application: Fix style context provider
  d0770c9... GTK4 gestures rework
  06909da... smoothscale: Remove stylecontext state use
  f8574cc... headerbars: Fix title widget
  a754152... songwidget: Disable DnD, remove EventBox use (FIXME)
  d541bbc... albumwidget: Remove EventBox
  5ee5614... artistsearchtile: Remove GtkEventBox use (FIXME)
  a337152... artcache: IconTheme API fix (FIXME)
  5ef36ca... searchheaderbar: Disable for devel (FIXME)
  900b7bc... window: Disable windowplacement (FIXME)
  5e0f671... window: Fix EventController for GTK4
  caa93f6... songliststore: Use insert_with_values
  6e30775... data/ui: LoadingNotification use spinning property
  8ad78d2... notificationspopup: Work around container changes (FIXME)
  cf8f8a2... data/ui: PlaylistControls fix Controller
  2107fe6... Adapt PlayerToolbar to GtkButton changes
  e2b032c... data/ui: PlayerToolbar disable popover (FIXME)
  1395772... HeaderBar: Fix packing (?)
  2c9b24e... ui/AppMenu.ui: Remove packing attribute
  525918a... AlbumCover: Disable draw-indicator (FIXME)
  7616eaf... ui/SearchHeaderBar: Fix packing
  f8cfa0e... artcache: Fix icon lookup api call
  4520117... headerbar: Disable nonworking property binding (FIXME)
  9fc2395... ui/AlbumWidget: Fix layout attributes
  30ba0f0... Set Gtk.IconSize usage to NORMAL (FIXME?)
  cddf60c... playertoolbar: set_from_icon_name remove IconSize argument
  62928eb... Disable MediaKeys (FIXME)
  5733f19... window: Update MOD1_MASK to ALT_MASK
  cde2add... albumsview: Add AlbumsView as child
  45b7bce... starhandlerwidget: Set fixed icon size (FIXME)
  b676b55... ui/PlaylistControls: Packing fixes for GTK4
  6407e66... ui/PlaylistControls: Remove is-focus attribute
  4f1b2ef... ui/PlaylistControls: Disable use_popover (FIXME)
  2887584... ui/PlaylistControls: Fix GtkButton icon
  ad8de97... playlistswidget: Fix popover positioning (?)
  ff6d71d... ui/PlaylistControls: Remove can-focus property for GtkButto
  3d0761a... Add CoverPaintable for art (FIXME)
  5c490e8... ui/SongWidget: Drop draw_indicator property
  90a2667... playlistcontextmenu: Disable model bing (FIXME)
  568af00... ui/SongWidget: Disable button-release signal (FIXME)
  15b52cf... artistalbumswidget: Use set_child for add
  b0bc217... ui/SongWidget: Fix packing
  b195d4f... songwidget stackpage -pos prop
  de78317... songwidget: Disable toggle cb (FIXME)
  aa4101d... songwidget: Fix set_from_icon_name
  1c3f1d7... disclistboxwidget: ListBoxRow use set_child
  6733ad7... playlistview: Use append for box addition
  f9241d1... (TEMPORARY HACK) Disable all views but Album
  021d302... albumsview: Fix coverloading code a bit
  6c0a809... coredisc: Fix sorter cb
  f428153... albumsview: Misc fixes: events & deprecated props
  757df06... Add AlbumCoverListItem + albumsview GridView
  8a26635... albumsview: Add back album activation
  571b645... corealbum: Fix _disc_order_sort
  3eb9ef2... DiscBox partial port to ListView
  2fd4b3e... coredisc: Add listitemfactory hack
  e9c0811... albumwidget: Enable song activation

Commits added to the branch:

  3341466... gstplayer: Initial static type annotations support (*)
  2afef05... gstplayer: Unschedule the clock when stopped (*)
  617fca7... flatpak: Fix tracker-miners default index options (*)
  f32eb1b... playertoolbar: Display the song info box before the buttons (*)
  df88575... playertoolbar: Display the buttons above the progress scale (*)
  062c920... playertoolbar: Split the time in two parts (*)
  46d1329... playertoolbar: Increase the width of the play button (*)
  938ce72... playertoolbar: Increase the size of the play and pause imag (*)
  116ce2f... playertoolbar: Make the play button circular (*)
  e2b0034... playertoolbar: Make the prev and next buttons flat (*)
  5af11db... playertoolbar: Add some spacing between the control buttons (*)
  f394a43... playertoolbar: Center the button controls and the progress  (*)
  b77006b... playertoolbar: Set the width of the title and artist label (*)
  b3cebe3... playertoolbar: Improve vertical spacing (*)
  bea82d0... searchview: Select song when activating selection-mode (*)
  6c2511c... ui/searchview: Fix indentation (*)
  e150418... disclistboxwidget: Initial static type annotations support (*)
  4ed8570... discbox: Use the row-activated signal to handle song clicks (*)
  2ab41cf... searchview: Initial static type annotations support (*)
  e9f017e... searchview: Ensure that the song rows are not selectable (*)
  9376e8c... searchview: Use the row-activated signal to handle song cli (*)
  ef18471... playlistswidget: Initial static type annotations support (*)
  cf2274e... playlistswidget: Ensure that the song rows are not selectab (*)
  653df65... playlistswidget: Use the row-activated signal to handle son (*)
  4aa017d... songwidget: Directly inherit from GtkListBoxRow (*)
  7670cf4... songwidget: Fix PlaylistContextMenu usage (*)
  438d053... Drop loading state from art (*)
  0fb805d... artcache: Simplify icon drawing (*)
  1dc1c58... utils: Enlarge medium art size (*)
  e091310... artcache: Minimize rounding on small art (*)
  b25c218... data/ui/AlbumsView.ui: Widen column spacing (*)
  eaf711a... Set GTK to version 4
  cbad6c1... Replace Gfm with GTK listmodels
  133bae3... Drop libdazzle usage
  f9cad00... application: Fix style context provider
  833e57d... GTK4 gestures rework
  77577d6... smoothscale: Remove stylecontext state use
  9379598... headerbars: Fix title widget
  2fc521c... songwidget: Disable DnD, remove EventBox use (FIXME)
  c901f8e... albumwidget: Remove EventBox
  a369e47... artistsearchtile: Remove GtkEventBox use (FIXME)
  e2d608c... artcache: IconTheme API fix (FIXME)
  96cdf88... searchheaderbar: Disable for devel (FIXME)
  9133578... window: Disable windowplacement (FIXME)
  2a9b5b2... window: Fix EventController for GTK4
  d404ffc... songliststore: Use insert_with_values
  6aa5eba... data/ui: LoadingNotification use spinning property
  f649c62... notificationspopup: Work around container changes (FIXME)
  3baa506... data/ui: PlaylistControls fix Controller
  e14db8f... Adapt PlayerToolbar to GTK4 changes
  196775d... data/ui: PlayerToolbar disable popover (FIXME)
  5332a25... HeaderBar: Fix packing (?)
  bd9a3da... ui/AppMenu.ui: Remove packing attribute
  314aced... AlbumCover: Disable draw-indicator (FIXME)
  42f99ba... ui/SearchHeaderBar: Fix packing
  e204d36... artcache: Fix icon lookup api call
  e4da8f5... headerbar: Disable nonworking property binding (FIXME)
  c3173ec... ui/AlbumWidget: Fix layout attributes
  94b18d9... Set Gtk.IconSize usage to NORMAL (FIXME?)
  5f71566... Disable MediaKeys (FIXME)
  4315b19... window: Update MOD1_MASK to ALT_MASK
  3ac133f... albumsview: Add AlbumsView as child
  5e7bd54... starhandlerwidget: Set fixed icon size (FIXME)
  3f5f6ce... ui/PlaylistControls: Packing fixes for GTK4
  c8f0101... ui/PlaylistControls: Remove is-focus attribute
  1e24c8d... ui/PlaylistControls: Disable use_popover (FIXME)
  2eecf1f... ui/PlaylistControls: Fix GtkButton icon
  96f42ad... playlistswidget: Fix popover positioning (?)
  04c8ec0... ui/PlaylistControls: Remove can-focus property for GtkButto
  91f0daf... Add CoverPaintable for art (FIXME)
  613ef19... ui/SongWidget: Drop draw_indicator property
  c509034... playlistcontextmenu: Disable model bing (FIXME)
  b1355bd... ui/SongWidget: Disable button-release signal (FIXME)
  3790355... artistalbumswidget: Use set_child for add
  cb188fe... ui/SongWidget: Fix packing
  18c5cc5... songwidget stackpage -pos prop
  79e6857... songwidget: Disable toggle cb (FIXME)
  f6343e2... songwidget: Fix set_from_icon_name
  c71102f... playlistview: Use append for box addition
  3a4024f... (TEMPORARY HACK) Disable all views but Album
  3f79288... albumsview: Fix coverloading code a bit
  967c6c4... coredisc: Fix sorter cb
  6c6abf6... albumsview: Misc fixes: events & deprecated props
  7f7c19c... Add AlbumCoverListItem + albumsview GridView
  a066a8b... albumsview: Add back album activation
  cee1535... corealbum: Fix _disc_order_sort
  124367c... DiscBox partial port to ListView
  f35e70c... coredisc: Add listitemfactory hack
  7684577... albumwidget: Enable song activation

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